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 TriStateSelectionCyclerstatic TriStateSelectionCyclerprivate booleanprivate final PropertyChangeSupportprivate RichTooltipprivate TriStateSelectionChangeListenerprivate TriStateSelectionCyclerprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuilder()getText()booleanvoidvoidsetEnabled(boolean enabled) voidsetSelectionCycler(TriStateSelectionCycler selectionCycler) voidsetSelectionState(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
-