|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThresholdList.Evaluator | |
---|---|
ca.odell.glazedlists |
Uses of ThresholdList.Evaluator in ca.odell.glazedlists |
---|
Methods in ca.odell.glazedlists that return ThresholdList.Evaluator | ||
---|---|---|
ThresholdList.Evaluator<E> |
ThresholdList.getEvaluator()
A convenience method to allow access to the ThresholdList.Evaluator
that was provided on construction. |
|
static
|
GlazedLists.thresholdEvaluator(String propertyName)
Creates a ThresholdList.Evaluator that uses Reflection to utilize an
integer JavaBean property as the threshold evaluation. |
Constructors in ca.odell.glazedlists with parameters of type ThresholdList.Evaluator | |
---|---|
ThresholdList(EventList<E> source,
ThresholdList.Evaluator<E> evaluator)
Creates a ThresholdList that provides range-filtering on the
specified EventList using the specified ThresholdList.Evaluator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |