Uses of Class
org.richfaces.model.TreeRowKey

Packages that use TreeRowKey
org.richfaces.event Interfaces and classes of events and listeners of RichFaces components 
org.richfaces.model Model APIs of RichFaces components 
 

Uses of TreeRowKey in org.richfaces.event
 

Methods in org.richfaces.event that return TreeRowKey
 TreeRowKey NodeSelectedEvent.getOldSelection()
           
 

Constructors in org.richfaces.event with parameters of type TreeRowKey
AjaxSelectedEvent(javax.faces.component.UIComponent component, TreeRowKey oldSelection)
           
NodeSelectedEvent(javax.faces.component.UIComponent component, TreeRowKey oldSelection)
           
 

Uses of TreeRowKey in org.richfaces.model
 

Subclasses of TreeRowKey in org.richfaces.model
 class ListRowKey<T>
          Default TreeRowKey implementation based on ArrayList
 

Methods in org.richfaces.model that return TreeRowKey
abstract  TreeRowKey<T> TreeRowKey.getParentKey()
           
 TreeRowKey<T> ListRowKey.getParentKey()
           
 TreeRowKey<T> TreeRowKey.getSubKey(int fromIndex)
           
 TreeRowKey<T> ListRowKey.getSubKey(int fromIndex)
           
 

Methods in org.richfaces.model with parameters of type TreeRowKey
abstract  int TreeRowKey.getCommonPathLength(TreeRowKey<T> otherRowKey)
          returns this row key and otherRowKey argument row key common path segments count
 int ListRowKey.getCommonPathLength(TreeRowKey<T> otherRowKey)
           
 boolean TreeRowKey.isSubKey(TreeRowKey<T> rowKey)
          tests if specified rowKey is sub-key of this row key
 boolean ListRowKey.isSubKey(TreeRowKey<T> rowKey)
           
 T TreeDataModel.locateTreeNode(TreeRowKey rowKey)
           
 T CacheableTreeDataModel.locateTreeNode(TreeRowKey rowKey)
           
 T TreeDataModel.locateTreeNode(TreeRowKey rowKey, boolean allowCreate)
           
 boolean TreeRange.processChildren(TreeRowKey rowKey)
          Returns true if children of the node with that rowKey should be processed
protected  void AbstractTreeDataModel.processElement(javax.faces.context.FacesContext context, DataVisitor dataVisitor, java.lang.Object argument, TreeRowKey treeRowKey, boolean last)
          Processes concrete tree node.
 boolean TreeRange.processNode(TreeRowKey rowKey)
          Returns true if node with that rowKey should be processed.
 



Copyright © 2010. All Rights Reserved.