Class TriStateCheckBoxContentModel.Builder
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.model.TriStateCheckBoxContentModel.Builder
-
- Enclosing class:
- TriStateCheckBoxContentModel
public static class TriStateCheckBoxContentModel.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TriStateCheckBoxContentModelbuild()TriStateCheckBoxContentModel.BuildersetEnabled(boolean enabled)TriStateCheckBoxContentModel.BuildersetRichTooltip(RichTooltip richTooltip)TriStateCheckBoxContentModel.BuildersetSelectionChangeListener(org.pushingpixels.radiance.common.api.model.TriStateSelectionChangeListener selectionChangeListener)TriStateCheckBoxContentModel.BuildersetSelectionCycler(org.pushingpixels.radiance.common.api.model.TriStateSelectionCycler selectionCycler)TriStateCheckBoxContentModel.BuildersetSelectionState(org.pushingpixels.radiance.common.api.model.TriStateButtonModel.SelectionState selectionState)TriStateCheckBoxContentModel.BuildersetText(java.lang.String text)
-
-
-
Method Detail
-
setText
public TriStateCheckBoxContentModel.Builder setText(java.lang.String text)
-
setSelectionState
public TriStateCheckBoxContentModel.Builder setSelectionState(org.pushingpixels.radiance.common.api.model.TriStateButtonModel.SelectionState selectionState)
-
setEnabled
public TriStateCheckBoxContentModel.Builder setEnabled(boolean enabled)
-
setRichTooltip
public TriStateCheckBoxContentModel.Builder setRichTooltip(RichTooltip richTooltip)
-
setSelectionCycler
public TriStateCheckBoxContentModel.Builder setSelectionCycler(org.pushingpixels.radiance.common.api.model.TriStateSelectionCycler selectionCycler)
-
setSelectionChangeListener
public TriStateCheckBoxContentModel.Builder setSelectionChangeListener(org.pushingpixels.radiance.common.api.model.TriStateSelectionChangeListener selectionChangeListener)
-
build
public TriStateCheckBoxContentModel build()
-
-