public static class HighlightPredicate.ColumnTypeHighlightPredicate extends Object implements HighlightPredicate
HighlightPredicate.AndHighlightPredicate, HighlightPredicate.ColumnHighlightPredicate, HighlightPredicate.ColumnTypeHighlightPredicate, HighlightPredicate.DepthHighlightPredicate, HighlightPredicate.EqualsHighlightPredicate, HighlightPredicate.IdentifierHighlightPredicate, HighlightPredicate.NotHighlightPredicate, HighlightPredicate.OrHighlightPredicate, HighlightPredicate.RowGroupHighlightPredicate, HighlightPredicate.TypeHighlightPredicateALWAYS, BIG_DECIMAL_NEGATIVE, EDITABLE, EMPTY_INTEGER_ARRAY, EMPTY_OBJECT_ARRAY, EMPTY_PREDICATE_ARRAY, EVEN, HAS_FOCUS, INTEGER_NEGATIVE, IS_FOLDER, IS_LEAF, IS_SELECTED, IS_TEXT_TRUNCATED, NEVER, ODD, READ_ONLY, ROLLOVER_CELL, ROLLOVER_COLUMN, ROLLOVER_ROW| Constructor and Description |
|---|
ColumnTypeHighlightPredicate()
Instantitates a predicate with Object.class.
|
ColumnTypeHighlightPredicate(Class<?> compareValue)
Instantitates a predicate with the given compare class.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType() |
boolean |
isHighlighted(Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be
highlighted.
|
public ColumnTypeHighlightPredicate()
PENDING JW: this constructor is not very useful ... concrete implementations of ComponentAdapter are required to return a not-null from their getColumnClass() methods).
public ColumnTypeHighlightPredicate(Class<?> compareValue)
compareValue - the fixed class to compare the
adapter's column class against, must not be nullNullPointerException - if the class is null.public boolean isHighlighted(Component renderer, ComponentAdapter adapter)
HighlightPredicateNote: both parameters should be considered strictly read-only!
isHighlighted in interface HighlightPredicaterenderer - the cell renderer component that is to be decorated,
must not be nulladapter - the ComponentAdapter for this decorate operation,
most not be nullpublic Class<?> getType()
Copyright © 2019. All rights reserved.