Binary compatibility report for the PrimeFaces library between 3.4.2.20121017.082640.3 and 4.0.20121008.125527.6 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.4.2.20121017.082640.3 |
Version #2 | 4.0.20121008.125527.6 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5820 / 618 |
---|
Verdict | Incompatible (1.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 39 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 5 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 1 |
Other Changes in Data Types | - | 15 |
Added Methods (39)
primefaces-4.0-20121008.125527-6.jar, AutoComplete.class
package org.primefaces.component.autocomplete
AutoComplete.getItemtipAtPosition ( ) : String
[run-time name: org/primefaces/component/autocomplete/AutoComplete.getItemtipAtPosition:()Ljava/lang/String;]
AutoComplete.getItemtipMyPosition ( ) : String
[run-time name: org/primefaces/component/autocomplete/AutoComplete.getItemtipMyPosition:()Ljava/lang/String;]
AutoComplete.setItemtipAtPosition ( String _itemtipAtPosition ) : void
[run-time name: org/primefaces/component/autocomplete/AutoComplete.setItemtipAtPosition:(Ljava/lang/String;)V]
AutoComplete.setItemtipMyPosition ( String _itemtipMyPosition ) : void
[run-time name: org/primefaces/component/autocomplete/AutoComplete.setItemtipMyPosition:(Ljava/lang/String;)V]
primefaces-4.0-20121008.125527-6.jar, ChainedBeanPropertyComparator.class
package org.primefaces.model
ChainedBeanPropertyComparator.addComparator ( BeanPropertyComparator comparator ) : void
[run-time name: org/primefaces/model/ChainedBeanPropertyComparator.addComparator:(Lorg/primefaces/model/BeanPropertyComparator;)V]
ChainedBeanPropertyComparator.ChainedBeanPropertyComparator ( )
[run-time name: org/primefaces/model/ChainedBeanPropertyComparator."<init>":()V]
ChainedBeanPropertyComparator.compare ( Object obj1, Object obj2 ) : int
[run-time name: org/primefaces/model/ChainedBeanPropertyComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
primefaces-4.0-20121008.125527-6.jar, Column.class
package org.primefaces.component.column
Column.getFilterValue ( ) : Object
[run-time name: org/primefaces/component/column/Column.getFilterValue:()Ljava/lang/Object;]
Column.setFilterValue ( Object _filterValue ) : void
[run-time name: org/primefaces/component/column/Column.setFilterValue:(Ljava/lang/Object;)V]
primefaces-4.0-20121008.125527-6.jar, DataTable.class
package org.primefaces.component.datatable
DataTable.getMultiSortMeta ( ) : java.util.List
[run-time name: org/primefaces/component/datatable/DataTable.getMultiSortMeta:()Ljava/util/List;]
DataTable.getSortMode ( ) : String
[run-time name: org/primefaces/component/datatable/DataTable.getSortMode:()Ljava/lang/String;]
DataTable.isMultiSort ( ) : boolean
[run-time name: org/primefaces/component/datatable/DataTable.isMultiSort:()Z]
DataTable.setMultiSortMeta ( java.util.List value ) : void
[run-time name: org/primefaces/component/datatable/DataTable.setMultiSortMeta:(Ljava/util/List;)V]
DataTable.setSortMode ( String _sortMode ) : void
[run-time name: org/primefaces/component/datatable/DataTable.setSortMode:(Ljava/lang/String;)V]
primefaces-4.0-20121008.125527-6.jar, LazyDataModel.class
package org.primefaces.model
LazyDataModel.load ( int first, int pageSize, java.util.List multiSortMeta, java.util.Map filters ) : java.util.List
[run-time name: org/primefaces/model/LazyDataModel.load:(IILjava/util/List;Ljava/util/Map;)Ljava/util/List;]
primefaces-4.0-20121008.125527-6.jar, NodeOrder.class
package org.primefaces.component.tree
TreeRenderer.NodeOrder.valueOf ( String name ) [static] : TreeRenderer.NodeOrder
[run-time name: org/primefaces/component/tree/TreeRenderer.NodeOrder.valueOf:(Ljava/lang/String;)Lorg/primefaces/component/tree/TreeRenderer$NodeOrder;]
TreeRenderer.NodeOrder.values ( ) [static] : TreeRenderer.NodeOrder[ ]
[run-time name: org/primefaces/component/tree/TreeRenderer.NodeOrder.values:()[Lorg/primefaces/component/tree/TreeRenderer$NodeOrder;]
primefaces-4.0-20121008.125527-6.jar, RadioButton.class
package org.primefaces.component.radiobutton
RadioButton.getTabindex ( ) : String
[run-time name: org/primefaces/component/radiobutton/RadioButton.getTabindex:()Ljava/lang/String;]
RadioButton.setTabindex ( String _tabindex ) : void
[run-time name: org/primefaces/component/radiobutton/RadioButton.setTabindex:(Ljava/lang/String;)V]
primefaces-4.0-20121008.125527-6.jar, SortFeature.class
package org.primefaces.component.datatable.feature
SortFeature.multiSort ( javax.faces.context.FacesContext context, org.primefaces.component.datatable.DataTable table, java.util.List sortMeta ) : void
[run-time name: org/primefaces/component/datatable/feature/SortFeature.multiSort:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/datatable/DataTable;Ljava/util/List;)V]
primefaces-4.0-20121008.125527-6.jar, SortMeta.class
package org.primefaces.model
SortMeta.getColumn ( ) : org.primefaces.component.api.UIColumn
[run-time name: org/primefaces/model/SortMeta.getColumn:()Lorg/primefaces/component/api/UIColumn;]
SortMeta.getSortField ( ) : String
[run-time name: org/primefaces/model/SortMeta.getSortField:()Ljava/lang/String;]
SortMeta.getSortOrder ( ) : SortOrder
[run-time name: org/primefaces/model/SortMeta.getSortOrder:()Lorg/primefaces/model/SortOrder;]
SortMeta.SortMeta ( )
[run-time name: org/primefaces/model/SortMeta."<init>":()V]
SortMeta.SortMeta ( org.primefaces.component.api.UIColumn column, String sortField, SortOrder sortOrder )
[run-time name: org/primefaces/model/SortMeta."<init>":(Lorg/primefaces/component/api/UIColumn;Ljava/lang/String;Lorg/primefaces/model/SortOrder;)V]
primefaces-4.0-20121008.125527-6.jar, TabView.class
package org.primefaces.component.tabview
TabView.getOnTabClose ( ) : String
[run-time name: org/primefaces/component/tabview/TabView.getOnTabClose:()Ljava/lang/String;]
TabView.setOnTabClose ( String _onTabClose ) : void
[run-time name: org/primefaces/component/tabview/TabView.setOnTabClose:(Ljava/lang/String;)V]
primefaces-4.0-20121008.125527-6.jar, Tree.class
package org.primefaces.component.tree
Tree.getOrientation ( ) : String
[run-time name: org/primefaces/component/tree/Tree.getOrientation:()Ljava/lang/String;]
Tree.isPropagateSelectionDown ( ) : boolean
[run-time name: org/primefaces/component/tree/Tree.isPropagateSelectionDown:()Z]
Tree.isPropagateSelectionUp ( ) : boolean
[run-time name: org/primefaces/component/tree/Tree.isPropagateSelectionUp:()Z]
Tree.setOrientation ( String _orientation ) : void
[run-time name: org/primefaces/component/tree/Tree.setOrientation:(Ljava/lang/String;)V]
Tree.setPropagateSelectionDown ( boolean _propagateSelectionDown ) : void
[run-time name: org/primefaces/component/tree/Tree.setPropagateSelectionDown:(Z)V]
Tree.setPropagateSelectionUp ( boolean _propagateSelectionUp ) : void
[run-time name: org/primefaces/component/tree/Tree.setPropagateSelectionUp:(Z)V]
primefaces-4.0-20121008.125527-6.jar, TreeRenderer.class
package org.primefaces.component.tree
TreeRenderer.encodeConnector ( javax.faces.context.FacesContext context, Tree tree, TreeRenderer.NodeOrder nodeOrder ) : void
[run-time name: org/primefaces/component/tree/TreeRenderer.encodeConnector:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/tree/Tree;Lorg/primefaces/component/tree/TreeRenderer$NodeOrder;)V]
TreeRenderer.encodeHorizontalTree ( javax.faces.context.FacesContext context, Tree tree ) : void
[run-time name: org/primefaces/component/tree/TreeRenderer.encodeHorizontalTree:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/tree/Tree;)V]
TreeRenderer.encodeHorizontalTreeNode ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, String clientId, String rowKey, TreeRenderer.NodeOrder nodeOrder, boolean dynamic, boolean checkbox ) : void
[run-time name: org/primefaces/component/tree/TreeRenderer.encodeHorizontalTreeNode:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/tree/Tree;Lorg/primefaces/model/TreeNode;Ljava/lang/String;Ljava/lang/String;Lorg/primefaces/component/tree/TreeRenderer$NodeOrder;ZZ)V]
TreeRenderer.encodeHorizontalTreeNodeChildren ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, String clientId, String rowKey, boolean dynamic, boolean checkbox ) : void
[run-time name: org/primefaces/component/tree/TreeRenderer.encodeHorizontalTreeNodeChildren:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/tree/Tree;Lorg/primefaces/model/TreeNode;Ljava/lang/String;Ljava/lang/String;ZZ)V]
TreeRenderer.encodeIcon ( javax.faces.context.FacesContext context, UITreeNode uiTreeNode, boolean expanded ) : void
[run-time name: org/primefaces/component/tree/TreeRenderer.encodeIcon:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/tree/UITreeNode;Z)V]
TreeRenderer.encodeVerticalTree ( javax.faces.context.FacesContext context, Tree tree ) : void
[run-time name: org/primefaces/component/tree/TreeRenderer.encodeVerticalTree:(Ljavax/faces/context/FacesContext;Lorg/primefaces/component/tree/Tree;)V]
to the top
Removed Methods (1)
primefaces-3.4.2-20121017.082640-3.jar, SelectOneMenu.class
package org.primefaces.component.selectonemenu
SelectOneMenu.getInputClientId ( ) : String
[run-time name: org/primefaces/component/selectonemenu/SelectOneMenu.getInputClientId:()Ljava/lang/String;]
to the top
Problems with Data Types, High Severity (5)
primefaces-3.4.2-20121017.082640-3.jar
package org.primefaces.component.selectonemenu
[+] SelectOneMenu (1)
| Change | Effect |
---|
1 | Removed super-interface org.primefaces.component.api.InputHolder. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (44)
SelectOneMenu.getColums ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getEffect ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getEffectSpeed ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getFacesContext ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getFamily ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getFilterFunction ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getFilterMatchMode ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getHeight ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getPanelStyle ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getPanelStyleClass ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getVar ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.getWidgetVar ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.handleAttribute ( String name, Object value )This method is from 'SelectOneMenu' class.
SelectOneMenu.isCaseSensitive ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.isEditable ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.isFilter ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.resolveWidgetVar ( )This method is from 'SelectOneMenu' class.
SelectOneMenu.SelectOneMenu ( )This constructor is from 'SelectOneMenu' class.
SelectOneMenu.setCaseSensitive ( boolean _caseSensitive )This method is from 'SelectOneMenu' class.
SelectOneMenu.setEditable ( boolean _editable )This method is from 'SelectOneMenu' class.
SelectOneMenu.setEffect ( String _effect )This method is from 'SelectOneMenu' class.
SelectOneMenu.setEffectSpeed ( String _effectSpeed )This method is from 'SelectOneMenu' class.
SelectOneMenu.setFilter ( boolean _filter )This method is from 'SelectOneMenu' class.
SelectOneMenu.setFilterFunction ( String _filterFunction )This method is from 'SelectOneMenu' class.
SelectOneMenu.setFilterMatchMode ( String _filterMatchMode )This method is from 'SelectOneMenu' class.
SelectOneMenu.setHeight ( int _height )This method is from 'SelectOneMenu' class.
SelectOneMenu.setPanelStyle ( String _panelStyle )This method is from 'SelectOneMenu' class.
SelectOneMenu.setPanelStyleClass ( String _panelStyleClass )This method is from 'SelectOneMenu' class.
SelectOneMenu.setVar ( String _var )This method is from 'SelectOneMenu' class.
SelectOneMenu.setWidgetVar ( String _widgetVar )This method is from 'SelectOneMenu' class.
SelectOneMenu.validateValue ( javax.faces.context.FacesContext context, Object value )This method is from 'SelectOneMenu' class.
SelectOneMenuRenderer.calculateWrapperHeight ( SelectOneMenu menu, int itemSize )1st parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeFilter ( javax.faces.context.FacesContext context, SelectOneMenu menu )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeInput ( javax.faces.context.FacesContext context, SelectOneMenu menu, String clientId, java.util.List selectItems, Object values, Object submittedValues, javax.faces.convert.Converter converter )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeLabel ( javax.faces.context.FacesContext context, SelectOneMenu menu, java.util.List selectItems )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeMarkup ( javax.faces.context.FacesContext context, SelectOneMenu menu )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeMenuIcon ( javax.faces.context.FacesContext context, SelectOneMenu menu, boolean valid )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeOption ( javax.faces.context.FacesContext context, SelectOneMenu menu, javax.faces.model.SelectItem option, Object values, Object submittedValues, javax.faces.convert.Converter converter )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeOptionsAsList ( javax.faces.context.FacesContext context, SelectOneMenu menu, java.util.List selectItems )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeOptionsAsTable ( javax.faces.context.FacesContext context, SelectOneMenu menu, java.util.List selectItems )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodePanel ( javax.faces.context.FacesContext context, SelectOneMenu menu, java.util.List selectItems )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeScript ( javax.faces.context.FacesContext context, SelectOneMenu menu )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
SelectOneMenuRenderer.encodeSelectItems ( javax.faces.context.FacesContext context, SelectOneMenu menu, java.util.List selectItems, Object values, Object submittedValues, javax.faces.convert.Converter converter )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
org.primefaces.component.themeswitcher.ThemeSwitcherRenderer.encodeScript ( javax.faces.context.FacesContext context, SelectOneMenu menu )2nd parameter 'menu' of this method has type 'SelectOneMenu'.
package org.primefaces.component.tree
[+] Tree (4)
| Change | Effect |
---|
1 | Field NODE_CONTENT_CLASS (java.lang.String) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field COLLAPSED_ICON_CLASS has been renamed to NODE_CONTENT_CLASS_H. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field EXPANDED_ICON_CLASS has been renamed to SELECTABLE_NODE_CONTENT_CLASS_V. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field SELECTABLE_NODE_CONTENT_CLASS has been renamed to NODE_CONTENT_CLASS_V. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (46)
Tree.getDatakey ( )This method is from 'Tree' class.
Tree.getEventNames ( )This method is from 'Tree' class.
Tree.getFacesContext ( )This method is from 'Tree' class.
Tree.getFamily ( )This method is from 'Tree' class.
Tree.getLocalSelectedNodes ( )This method is from 'Tree' class.
Tree.getOnNodeClick ( )This method is from 'Tree' class.
Tree.getSelectedRowKeys ( )This method is from 'Tree' class.
Tree.getSelectedRowKeysAsString ( )This method is from 'Tree' class.
Tree.getSelection ( )This method is from 'Tree' class.
Tree.getSelectionMode ( )This method is from 'Tree' class.
Tree.getStyle ( )This method is from 'Tree' class.
Tree.getStyleClass ( )This method is from 'Tree' class.
Tree.getTreeNodes ( )This method is from 'Tree' class.
Tree.getUITreeNodeByType ( String type )This method is from 'Tree' class.
Tree.getWidgetVar ( )This method is from 'Tree' class.
Tree.handleAttribute ( String name, Object value )This method is from 'Tree' class.
Tree.isAnimate ( )This method is from 'Tree' class.
Tree.isCache ( )This method is from 'Tree' class.
Tree.isCheckboxSelection ( )This method is from 'Tree' class.
Tree.isDynamic ( )This method is from 'Tree' class.
Tree.isHighlight ( )This method is from 'Tree' class.
Tree.isNodeExpandRequest ( javax.faces.context.FacesContext context )This method is from 'Tree' class.
Tree.processDecodes ( javax.faces.context.FacesContext context )This method is from 'Tree' class.
Tree.processUpdates ( javax.faces.context.FacesContext context )This method is from 'Tree' class.
Tree.queueEvent ( javax.faces.event.FacesEvent event )This method is from 'Tree' class.
Tree.resolveWidgetVar ( )This method is from 'Tree' class.
Tree.setAnimate ( boolean _animate )This method is from 'Tree' class.
Tree.setCache ( boolean _cache )This method is from 'Tree' class.
Tree.setDatakey ( Object _datakey )This method is from 'Tree' class.
Tree.setDynamic ( boolean _dynamic )This method is from 'Tree' class.
Tree.setHighlight ( boolean _highlight )This method is from 'Tree' class.
Tree.setOnNodeClick ( String _onNodeClick )This method is from 'Tree' class.
Tree.setSelection ( Object _selection )This method is from 'Tree' class.
Tree.setSelectionMode ( String _selectionMode )This method is from 'Tree' class.
Tree.setStyle ( String _style )This method is from 'Tree' class.
Tree.setStyleClass ( String _styleClass )This method is from 'Tree' class.
Tree.setWidgetVar ( String _widgetVar )This method is from 'Tree' class.
Tree.Tree ( )This constructor is from 'Tree' class.
TreeRenderer.decodeSelection ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeCheckbox ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, boolean selected )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeIconStates ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeMarkup ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeScript ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeSelectionHolder ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeTreeNode ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, String clientId, String rowKey, boolean dynamic, boolean checkbox )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeTreeNodeChildren ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, String clientId, String rowKey, boolean dynamic, boolean checkbox )2nd parameter 'tree' of this method has type 'Tree'.
to the top
Problems with Data Types, Low Severity (2)
primefaces-3.4.2-20121017.082640-3.jar
package org.primefaces.model
[+] LazyDataModel (1)
| Change | Effect |
---|
1 | Abstract method LazyDataModel.load ( int p1, int p2, String p3, SortOrder p4, java.util.Map p5 ) became non-abstract. | Some methods in this class may change behavior. |
[+] affected methods (1)
LazyDataModel.load ( int p1, int p2, String p3, SortOrder p4, java.util.Map p5 )1st parameter of this abstract method has base type 'LazyDataModel'.
package org.primefaces.util
[+] Constants (1)
| Change | Effect |
---|
1 | Value of final field VERSION (java.lang.String) has been changed from "3.4.2-SNAPSHOT" to "4.0-SNAPSHOT". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (1)
Constants.Constants ( )This constructor is from 'Constants' class.
to the top
Problems with Methods, Low Severity (1)
primefaces-3.4.2-20121017.082640-3.jar, LazyDataModel
package org.primefaces.model
[+] LazyDataModel.load ( int p1, int p2, String p3, SortOrder p4, java.util.Map p5 ) [abstract] : java.util.List (1)
[run-time name: org/primefaces/model/LazyDataModel.load:(IILjava/lang/String;Lorg/primefaces/model/SortOrder;Ljava/util/Map;)Ljava/util/List;]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
to the top
Other Changes in Data Types (15)
primefaces-3.4.2-20121017.082640-3.jar
package org.primefaces.component.autocomplete
[+] AutoComplete.PropertyKeys (2)
| Change | Effect |
---|
1 | Field itemtipAtPosition has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field itemtipMyPosition has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
AutoComplete.PropertyKeys.toString ( )This method is from 'AutoComplete.PropertyKeys' class.
AutoComplete.PropertyKeys.valueOf ( String name )Return value of this method has type 'AutoComplete.PropertyKeys'.
AutoComplete.PropertyKeys.values ( )This method is from 'AutoComplete.PropertyKeys' class.
package org.primefaces.component.column
[+] Column.PropertyKeys (1)
| Change | Effect |
---|
1 | Field filterValue has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
Column.PropertyKeys.toString ( )This method is from 'Column.PropertyKeys' class.
Column.PropertyKeys.valueOf ( String name )Return value of this method has type 'Column.PropertyKeys'.
Column.PropertyKeys.values ( )This method is from 'Column.PropertyKeys' class.
package org.primefaces.component.datatable
[+] DataTable.PropertyKeys (1)
| Change | Effect |
---|
1 | Field sortMode has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
DataTable.PropertyKeys.toString ( )This method is from 'DataTable.PropertyKeys' class.
DataTable.PropertyKeys.valueOf ( String name )Return value of this method has type 'DataTable.PropertyKeys'.
DataTable.PropertyKeys.values ( )This method is from 'DataTable.PropertyKeys' class.
package org.primefaces.component.radiobutton
[+] RadioButton.PropertyKeys (1)
| Change | Effect |
---|
1 | Field tabindex has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
RadioButton.PropertyKeys.toString ( )This method is from 'RadioButton.PropertyKeys' class.
RadioButton.PropertyKeys.valueOf ( String name )Return value of this method has type 'RadioButton.PropertyKeys'.
RadioButton.PropertyKeys.values ( )This method is from 'RadioButton.PropertyKeys' class.
package org.primefaces.component.tabview
[+] TabView.PropertyKeys (1)
| Change | Effect |
---|
1 | Field onTabClose has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
TabView.PropertyKeys.toString ( )This method is from 'TabView.PropertyKeys' class.
TabView.PropertyKeys.valueOf ( String name )Return value of this method has type 'TabView.PropertyKeys'.
TabView.PropertyKeys.values ( )This method is from 'TabView.PropertyKeys' class.
package org.primefaces.component.tree
[+] Tree (6)
| Change | Effect |
---|
1 | Field COLLAPSED_ICON_CLASS_H has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field COLLAPSED_ICON_CLASS_V has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field EXPANDED_ICON_CLASS_H has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field EXPANDED_ICON_CLASS_V has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field HORIZONTAL_CONTAINER_CLASS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field SELECTABLE_NODE_CONTENT_CLASS_H has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (46)
Tree.getDatakey ( )This method is from 'Tree' class.
Tree.getEventNames ( )This method is from 'Tree' class.
Tree.getFacesContext ( )This method is from 'Tree' class.
Tree.getFamily ( )This method is from 'Tree' class.
Tree.getLocalSelectedNodes ( )This method is from 'Tree' class.
Tree.getOnNodeClick ( )This method is from 'Tree' class.
Tree.getSelectedRowKeys ( )This method is from 'Tree' class.
Tree.getSelectedRowKeysAsString ( )This method is from 'Tree' class.
Tree.getSelection ( )This method is from 'Tree' class.
Tree.getSelectionMode ( )This method is from 'Tree' class.
Tree.getStyle ( )This method is from 'Tree' class.
Tree.getStyleClass ( )This method is from 'Tree' class.
Tree.getTreeNodes ( )This method is from 'Tree' class.
Tree.getUITreeNodeByType ( String type )This method is from 'Tree' class.
Tree.getWidgetVar ( )This method is from 'Tree' class.
Tree.handleAttribute ( String name, Object value )This method is from 'Tree' class.
Tree.isAnimate ( )This method is from 'Tree' class.
Tree.isCache ( )This method is from 'Tree' class.
Tree.isCheckboxSelection ( )This method is from 'Tree' class.
Tree.isDynamic ( )This method is from 'Tree' class.
Tree.isHighlight ( )This method is from 'Tree' class.
Tree.isNodeExpandRequest ( javax.faces.context.FacesContext context )This method is from 'Tree' class.
Tree.processDecodes ( javax.faces.context.FacesContext context )This method is from 'Tree' class.
Tree.processUpdates ( javax.faces.context.FacesContext context )This method is from 'Tree' class.
Tree.queueEvent ( javax.faces.event.FacesEvent event )This method is from 'Tree' class.
Tree.resolveWidgetVar ( )This method is from 'Tree' class.
Tree.setAnimate ( boolean _animate )This method is from 'Tree' class.
Tree.setCache ( boolean _cache )This method is from 'Tree' class.
Tree.setDatakey ( Object _datakey )This method is from 'Tree' class.
Tree.setDynamic ( boolean _dynamic )This method is from 'Tree' class.
Tree.setHighlight ( boolean _highlight )This method is from 'Tree' class.
Tree.setOnNodeClick ( String _onNodeClick )This method is from 'Tree' class.
Tree.setSelection ( Object _selection )This method is from 'Tree' class.
Tree.setSelectionMode ( String _selectionMode )This method is from 'Tree' class.
Tree.setStyle ( String _style )This method is from 'Tree' class.
Tree.setStyleClass ( String _styleClass )This method is from 'Tree' class.
Tree.setWidgetVar ( String _widgetVar )This method is from 'Tree' class.
Tree.Tree ( )This constructor is from 'Tree' class.
TreeRenderer.decodeSelection ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeCheckbox ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, boolean selected )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeIconStates ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeMarkup ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeScript ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeSelectionHolder ( javax.faces.context.FacesContext context, Tree tree )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeTreeNode ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, String clientId, String rowKey, boolean dynamic, boolean checkbox )2nd parameter 'tree' of this method has type 'Tree'.
TreeRenderer.encodeTreeNodeChildren ( javax.faces.context.FacesContext context, Tree tree, org.primefaces.model.TreeNode node, String clientId, String rowKey, boolean dynamic, boolean checkbox )2nd parameter 'tree' of this method has type 'Tree'.
[+] Tree.PropertyKeys (3)
| Change | Effect |
---|
1 | Field orientation has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field propagateSelectionDown has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field propagateSelectionUp has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
Tree.PropertyKeys.toString ( )This method is from 'Tree.PropertyKeys' class.
Tree.PropertyKeys.valueOf ( String name )Return value of this method has type 'Tree.PropertyKeys'.
Tree.PropertyKeys.values ( )This method is from 'Tree.PropertyKeys' class.
to the top
Java ARchives (1)
primefaces-3.4.2-20121017.082640-3.jar
to the top
Generated on Thu Oct 18 08:06:32 2012 for PrimeFaces by Java API Compliance Checker 1.2
A tool for checking backward compatibility of a Java library API