|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.util.Algorithms
Collection of predefined Algorithms for List processing
Nested Class Summary | |
static class |
Algorithms.AccessFilter
Filter that excludes nodes which the user is not allowed to see |
static class |
Algorithms.CheckCheckableAlg
Algorithm to check row beans that implement the Checkable interface |
static class |
Algorithms.CheckPropertyAlg
Algorithm to check a property on each row of a ListDataModel |
static class |
Algorithms.CollectCheckableAlg
Algorithm to collect rows of a given check state |
static class |
Algorithms.CollectItemsAlg
Algorithm to collect all items of a List or Tree in a Map |
static class |
Algorithms.CollectPropertyAlg
Algorithm to collect rows of a given check state |
static class |
Algorithms.KeySearchAlg
Algorithm to search for a key in a ListDataModel |
static class |
Algorithms.NullFilter
Filter that excludes nothing |
static class |
Algorithms.VisibleNodeCounterAlg
Algorithm to count the number of visible nodes in a Tree |
Field Summary | |
static Algorithms.NullFilter |
nullFilter
Null Filter Instance |
Constructor Summary | |
Algorithms()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static Algorithms.NullFilter nullFilter
Constructor Detail |
public Algorithms()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |