Binary compatibility report for the PrimeFaces library between 3.4.2.20121110.092606.6 and 3.5.20121025.122849.1 versions
Test Info
Library Name | PrimeFaces |
Version #1 | 3.4.2.20121110.092606.6 |
Version #2 | 3.5.20121025.122849.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5834 / 618 |
---|
Verdict | Incompatible (0.8%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 51 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 4 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 1 |
Other Changes in Data Types | - | 17 |
Added Methods (51)
primefaces-3.5-20121025.122849-1.jar, AjaxBehaviorListenerImpl.class
package org.primefaces.component.behavior.ajax
AjaxBehaviorListenerImpl.AjaxBehaviorListenerImpl ( javax.el.MethodExpression listener )
[run-time name: org/primefaces/component/behavior/ajax/AjaxBehaviorListenerImpl."<init>":(Ljavax/el/MethodExpression;)V]
primefaces-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.jar, CoreRenderer.class
package org.primefaces.renderkit
CoreRenderer.encodeClientBehaviors ( javax.faces.context.FacesContext context, javax.faces.component.behavior.ClientBehaviorHolder component, org.primefaces.util.WidgetBuilder wb ) : void
[run-time name: org/primefaces/renderkit/CoreRenderer.encodeClientBehaviors:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/behavior/ClientBehaviorHolder;Lorg/primefaces/util/WidgetBuilder;)V]
primefaces-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.jar, SelectOneRadio.class
package org.primefaces.component.selectoneradio
SelectOneRadio.isPlain ( ) : boolean
[run-time name: org/primefaces/component/selectoneradio/SelectOneRadio.isPlain:()Z]
SelectOneRadio.setPlain ( boolean _plain ) : void
[run-time name: org/primefaces/component/selectoneradio/SelectOneRadio.setPlain:(Z)V]
primefaces-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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-3.5-20121025.122849-1.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]
primefaces-3.5-20121025.122849-1.jar, WidgetBuilder.class
package org.primefaces.util
WidgetBuilder.append ( String str ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.append:(Ljava/lang/String;)Lorg/primefaces/util/WidgetBuilder;]
WidgetBuilder.attr ( String name, boolean value, boolean defaultValue ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.attr:(Ljava/lang/String;ZZ)Lorg/primefaces/util/WidgetBuilder;]
WidgetBuilder.attr ( String name, double value, double defaultValue ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.attr:(Ljava/lang/String;DD)Lorg/primefaces/util/WidgetBuilder;]
WidgetBuilder.attr ( String name, int value, int defaultValue ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.attr:(Ljava/lang/String;II)Lorg/primefaces/util/WidgetBuilder;]
WidgetBuilder.attr ( String name, String value, String defaultValue ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.attr:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/primefaces/util/WidgetBuilder;]
WidgetBuilder.build ( ) : String
[run-time name: org/primefaces/util/WidgetBuilder.build:()Ljava/lang/String;]
WidgetBuilder.callback ( String name, String signature, String callback ) : WidgetBuilder
[run-time name: org/primefaces/util/WidgetBuilder.callback:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/primefaces/util/WidgetBuilder;]
WidgetBuilder.WidgetBuilder ( String widgetClass, String widgetVar, String id )
[run-time name: org/primefaces/util/WidgetBuilder."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
to the top
Removed Methods (1)
primefaces-3.4.2-20121110.092606-6.jar, AjaxBehaviorListenerImpl.class
package org.primefaces.component.behavior.ajax
AjaxBehaviorListenerImpl.AjaxBehaviorListenerImpl ( javax.el.MethodExpression listener, javax.el.MethodExpression listenerWithArg )
[run-time name: org/primefaces/component/behavior/ajax/AjaxBehaviorListenerImpl."<init>":(Ljavax/el/MethodExpression;Ljavax/el/MethodExpression;)V]
to the top
Problems with Data Types, High Severity (4)
primefaces-3.4.2-20121110.092606-6.jar
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-20121110.092606-6.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 "3.5-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-20121110.092606-6.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 (17)
primefaces-3.4.2-20121110.092606-6.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.selectoneradio
[+] SelectOneRadio.PropertyKeys (1)
| Change | Effect |
---|
1 | Field plain 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)
SelectOneRadio.PropertyKeys.toString ( )This method is from 'SelectOneRadio.PropertyKeys' class.
SelectOneRadio.PropertyKeys.valueOf ( String name )This method is from 'SelectOneRadio.PropertyKeys' class.
SelectOneRadio.PropertyKeys.values ( )This method is from 'SelectOneRadio.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.
package org.primefaces.util
[+] HTML (1)
| Change | Effect |
---|
1 | Field RADIOBUTTON_NATIVE_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. |
[+] affected methods (1)
HTML.HTML ( )This constructor is from 'HTML' class.
to the top
Java ARchives (1)
primefaces-3.4.2-20121110.092606-6.jar
to the top
Generated on Sun Nov 11 08:08:23 2012 for PrimeFaces by Java API Compliance Checker 1.2.1
A tool for checking backward compatibility of a Java library API