|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.richfaces.component.TreeRowKey
public abstract class TreeRowKey
Constructor Summary | |
---|---|
TreeRowKey()
|
Method Summary | |
---|---|
abstract int |
depth()
getter for key depth |
abstract int |
getCommonPathLength(TreeRowKey otherRowKey)
returns this row key and otherRowKey argument row key common path segments count |
abstract java.lang.String |
getPath()
getter for path string representation |
abstract java.util.Iterator |
getSubPathIterator(int fromIndex)
getter for subpath iterator |
boolean |
isSubKey(TreeRowKey rowKey)
tests if specified rowKey is sub-key of this row key |
abstract java.util.Iterator |
iterator()
getter for path iterator |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TreeRowKey()
Method Detail |
---|
public abstract int depth()
public abstract java.util.Iterator getSubPathIterator(int fromIndex)
fromIndex
-
public abstract java.lang.String getPath()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isSubKey(TreeRowKey rowKey)
rowKey
-
public abstract java.util.Iterator iterator()
public abstract int getCommonPathLength(TreeRowKey otherRowKey)
otherRowKey
- TreeRowKey
to count common path segments for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |