Uses of Class
org.richfaces.component.TreeRowKey

Packages that use TreeRowKey
org.richfaces.component   
org.richfaces.component.preserve   
org.richfaces.component.state   
org.richfaces.component.state.events   
org.richfaces.renderkit   
 

Uses of TreeRowKey in org.richfaces.component
 

Subclasses of TreeRowKey in org.richfaces.component
 class ListRowKey
           
 

Methods in org.richfaces.component with parameters of type TreeRowKey
 int ListRowKey.getCommonPathLength(TreeRowKey otherRowKey)
           
abstract  int TreeRowKey.getCommonPathLength(TreeRowKey otherRowKey)
          returns this row key and otherRowKey argument row key common path segments count
 boolean ListRowKey.isSubKey(TreeRowKey rowKey)
           
 boolean TreeRowKey.isSubKey(TreeRowKey rowKey)
          tests if specified rowKey is sub-key of this row key
protected  TreeNode TreeDataModel.locateTreeNode(TreeRowKey rowKey)
           
protected  TreeNode TreeDataModel.locateTreeNode(TreeRowKey rowKey, boolean allowCreate)
           
protected  void AbstractTreeDataModel.processElement(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor dataVisitor, java.lang.Object argument, TreeRowKey treeRowKey, boolean last)
          Processes concrete tree node.
 void UITree.queueNodeCollapse(TreeRowKey rowKey)
          Queues collapsion command for node whose row key is equal to rowKey parameter
 void UITree.queueNodeExpand(TreeRowKey rowKey)
          Queues expansion command for node whose row key is equal to rowKey parameter
 void TreeDataModel.walk(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor dataVisitor, org.ajax4jsf.ajax.repeat.Range range, TreeRowKey rowKey, java.lang.Object argument, boolean last)
           
abstract  void AbstractTreeDataModel.walk(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor dataVisitor, org.ajax4jsf.ajax.repeat.Range range, TreeRowKey rowKey, java.lang.Object argument, boolean last)
          walk sub-model having row key argument as its root
 void AbstractTreeDataModelStrategyWrapper.walk(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor dataVisitor, org.ajax4jsf.ajax.repeat.Range range, TreeRowKey rowKey, java.lang.Object argument, boolean last)
           
 void CacheableTreeDataModel.walk(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor dataVisitor, org.ajax4jsf.ajax.repeat.Range range, TreeRowKey rowKey, java.lang.Object argument, boolean last)
           
 void UITree.walk(javax.faces.context.FacesContext faces, org.ajax4jsf.ajax.repeat.DataVisitor visitor, TreeRowKey rowKey, java.lang.Object argument)
          Walks through model or some subset of it if rowKey is not null
 void TreeDataModel.walkModel(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor visitor, TreeRange range, TreeRowKey key, java.lang.Object argument, boolean last)
           
abstract  void AbstractTreeDataModel.walkModel(javax.faces.context.FacesContext facesContext, org.ajax4jsf.ajax.repeat.DataVisitor visitor, TreeRange range, TreeRowKey key, java.lang.Object argument, boolean last)
          Walk backing sub-model having row key argument as its root.
 void CacheableTreeDataModel.walkModel(javax.faces.context.FacesContext context, org.ajax4jsf.ajax.repeat.DataVisitor visitor, TreeRange range, TreeRowKey key, java.lang.Object argument, boolean last)
           
 void UITree.walkModel(javax.faces.context.FacesContext faces, org.ajax4jsf.ajax.repeat.DataVisitor visitor, TreeRowKey key, java.lang.Object argument)
          Walks through backing data model if current data model has one.
 

Uses of TreeRowKey in org.richfaces.component.preserve
 

Methods in org.richfaces.component.preserve that return TreeRowKey
 TreeRowKey TreeNodeInfo.getRowKey()
           
 

Methods in org.richfaces.component.preserve with parameters of type TreeRowKey
 java.lang.Object[] TreeDataBatchLocator.createData(java.lang.Object[] locator, TreeRowKey rowKey)
           
 java.lang.Object TreeDataLocator.createData(java.lang.Object locator, TreeRowKey rowKey)
           
 java.lang.Object[] TreeDataBatchLocator.createLocator(java.lang.Object[] data, TreeRowKey rowKey)
           
 java.lang.Object TreeDataLocator.createLocator(java.lang.Object data, TreeRowKey rowKey)
           
 

Uses of TreeRowKey in org.richfaces.component.state
 

Methods in org.richfaces.component.state with parameters of type TreeRowKey
 void TreeState.collapseNode(TreeRowKey rowKey)
           
 void TreeState.expandNode(TreeRowKey rowKey)
           
 boolean TreeState.isExpanded(TreeRowKey rowKey)
           
 boolean TreeState.isSelected(TreeRowKey rowKey)
           
 boolean TreeRange.processChildren(TreeRowKey rowKey)
           
 boolean TreeRange.processNode(TreeRowKey rowKey)
           
 boolean TreeState.setSelected(TreeRowKey rowKey)
           
 

Uses of TreeRowKey in org.richfaces.component.state.events
 

Methods in org.richfaces.component.state.events that return TreeRowKey
protected  TreeRowKey TreeStateCommandNodeEvent.getRowKey()
           
 

Methods in org.richfaces.component.state.events with parameters of type TreeRowKey
 void TreeStateCommandsListener.collapseNode(TreeRowKey rowKey)
           
 void TreeStateCommandsListener.expandNode(TreeRowKey rowKey)
           
 

Constructors in org.richfaces.component.state.events with parameters of type TreeRowKey
CollapseNodeCommandEvent(javax.faces.component.UIComponent component, TreeRowKey rowKey)
           
ExpandNodeCommandEvent(javax.faces.component.UIComponent component, TreeRowKey rowKey)
           
TreeStateCommandNodeEvent(javax.faces.component.UIComponent component, TreeRowKey rowKey)
           
 

Uses of TreeRowKey in org.richfaces.renderkit
 

Methods in org.richfaces.renderkit that return TreeRowKey
protected  TreeRowKey TreeDataModelEventNavigator.getRowKey()
           
 

Methods in org.richfaces.renderkit with parameters of type TreeRowKey
 void TreeDataModelEventNavigator.followRowKey(TreeRowKey newRowKey)
           
 void TreeRendererBase.writeContent(javax.faces.context.FacesContext context, UITree input, TreeRowKey key)
           
 

Constructors in org.richfaces.renderkit with parameters of type TreeRowKey
TreeDataModelEventNavigator(UITree tree, javax.faces.context.FacesContext context, TreeRowKey floatingKey)
           
 



Copyright © 2007. All Rights Reserved.