Class TriStateCheckBoxContentModel
java.lang.Object
org.pushingpixels.radiance.component.api.common.model.TriStateCheckBoxContentModel
- All Implemented Interfaces:
ContentModel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic TriStateSelectionCycler
static TriStateSelectionCycler
private boolean
private final PropertyChangeSupport
private RichTooltip
private TriStateSelectionChangeListener
private TriStateSelectionCycler
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
builder()
getText()
boolean
void
void
setEnabled
(boolean enabled) void
setSelectionCycler
(TriStateSelectionCycler selectionCycler) void
setSelectionState
(TriStateButtonModel.SelectionState selectionState) void
-
Field Details
-
DEFAULT_CYCLER
-
ALTERNATIVE_CYCLER
-
isEnabled
private boolean isEnabled -
richTooltip
-
selectionCycler
-
selectionChangeListener
-
text
-
selectionState
-
pcs
-
-
Constructor Details
-
TriStateCheckBoxContentModel
private TriStateCheckBoxContentModel()
-
-
Method Details
-
builder
-
addPropertyChangeListener
-
removePropertyChangeListener
-
getText
-
setText
-
getSelectionState
-
setSelectionState
-
getSelectionCycler
-
setSelectionCycler
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getRichTooltip
-
getSelectionChangeListener
-