Uses of Interface
org.pushingpixels.radiance.common.api.model.TriStateSelectionCycler
-
Packages that use TriStateSelectionCycler Package Description org.pushingpixels.radiance.common.api.model org.pushingpixels.radiance.component.api.common.model -
-
Uses of TriStateSelectionCycler in org.pushingpixels.radiance.common.api.model
Fields in org.pushingpixels.radiance.common.api.model declared as TriStateSelectionCycler Modifier and Type Field Description private TriStateSelectionCycler
DefaultTriStateButtonModel. selectionCycler
Methods in org.pushingpixels.radiance.common.api.model that return TriStateSelectionCycler Modifier and Type Method Description TriStateSelectionCycler
DefaultTriStateButtonModel. getSelectionCycler()
TriStateSelectionCycler
TriStateButtonModel. getSelectionCycler()
Methods in org.pushingpixels.radiance.common.api.model with parameters of type TriStateSelectionCycler Modifier and Type Method Description void
DefaultTriStateButtonModel. setSelectionCycler(TriStateSelectionCycler selectionCycler)
void
TriStateButtonModel. setSelectionCycler(TriStateSelectionCycler selectionCycler)
Constructors in org.pushingpixels.radiance.common.api.model with parameters of type TriStateSelectionCycler Constructor Description DefaultTriStateButtonModel(TriStateSelectionCycler selectionCycler)
-
Uses of TriStateSelectionCycler in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as TriStateSelectionCycler Modifier and Type Field Description static TriStateSelectionCycler
TriStateCheckBoxContentModel. ALTERNATIVE_CYCLER
static TriStateSelectionCycler
TriStateCheckBoxContentModel. DEFAULT_CYCLER
private TriStateSelectionCycler
TriStateCheckBoxContentModel.Builder. selectionCycler
private TriStateSelectionCycler
TriStateCheckBoxContentModel. selectionCycler
Methods in org.pushingpixels.radiance.component.api.common.model that return TriStateSelectionCycler Modifier and Type Method Description TriStateSelectionCycler
TriStateCheckBoxContentModel. getSelectionCycler()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type TriStateSelectionCycler Modifier and Type Method Description TriStateCheckBoxContentModel.Builder
TriStateCheckBoxContentModel.Builder. setSelectionCycler(TriStateSelectionCycler selectionCycler)
void
TriStateCheckBoxContentModel. setSelectionCycler(TriStateSelectionCycler selectionCycler)
-