|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeRowKey | |
|---|---|
| org.richfaces.event | |
| org.richfaces.model | |
| 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
Default TreeRowKey implementation based on ArrayList |
| Methods in org.richfaces.model with parameters of type TreeRowKey | |
|---|---|
abstract int |
TreeRowKey.getCommonPathLength(TreeRowKey otherRowKey)
returns this row key and otherRowKey argument row key common path segments count |
int |
ListRowKey.getCommonPathLength(TreeRowKey otherRowKey)
|
boolean |
TreeRowKey.isSubKey(TreeRowKey rowKey)
tests if specified rowKey is sub-key of this row key |
boolean |
ListRowKey.isSubKey(TreeRowKey rowKey)
|
TreeNode |
TreeDataModel.locateTreeNode(TreeRowKey rowKey)
|
TreeNode |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||