|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreeRange
Range implmentation variant for AbstractTreeDataModel
| Field Summary | |
|---|---|
static TreeRange |
RANGE_UNCONSTRAINED
Unconstrained variant of TreeRange. |
| Method Summary | |
|---|---|
boolean |
processChildren(TreeRowKey rowKey)
Returns true if children of the node with that rowKey should be processed |
boolean |
processNode(TreeRowKey rowKey)
Returns true if node with that rowKey should be processed. |
| Field Detail |
|---|
static final TreeRange RANGE_UNCONSTRAINED
TreeRange.
Is stateless and safe to use in multi-threaded environments.
| Method Detail |
|---|
boolean processNode(TreeRowKey rowKey)
true if node with that rowKey should be processed.
If false is returned, then skips processing child nodes also.
rowKey - TreeRowKey key instance
true or falseboolean processChildren(TreeRowKey rowKey)
true if children of the node with that rowKey should be processed
rowKey - TreeRowKey key instance
true or false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||