|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HighlightPredicate
The predicate used by AbstractHighlighter to control highlight on/off.
Nested Class Summary | |
---|---|
static class |
HighlightPredicate.AndHighlightPredicate
Ands a list of predicates. |
static class |
HighlightPredicate.ColumnHighlightPredicate
A HighlightPredicate based on column index. |
static class |
HighlightPredicate.DepthHighlightPredicate
A HighlightPredicate based on adapter depth. |
static class |
HighlightPredicate.EqualsHighlightPredicate
Predicate testing the componentAdapter value against a fixed Object. |
static class |
HighlightPredicate.NotHighlightPredicate
Negation of a HighlightPredicate. |
static class |
HighlightPredicate.OrHighlightPredicate
Or's a list of predicates. |
static class |
HighlightPredicate.RowGroupHighlightPredicate
|
Field Summary | |
---|---|
static HighlightPredicate |
ALWAYS
Unconditional true. |
static HighlightPredicate |
EDITABLE
Is editable. |
static HighlightPredicate |
EVEN
Even rows. |
static HighlightPredicate |
NEVER
Unconditional false. |
static HighlightPredicate |
ODD
Odd rows. |
static HighlightPredicate |
ROLLOVER_ROW
Rollover Row. |
Method Summary | |
---|---|
boolean |
isHighlighted(Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
Field Detail |
---|
static final HighlightPredicate ALWAYS
static final HighlightPredicate NEVER
static final HighlightPredicate ROLLOVER_ROW
static final HighlightPredicate EDITABLE
static final HighlightPredicate EVEN
static final HighlightPredicate ODD
Method Detail |
---|
boolean isHighlighted(Component renderer, ComponentAdapter adapter)
renderer
- the cell renderer component that is to be decoratedadapter
- the ComponentAdapter for this decorate operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |