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 TriStateSelectionCyclerDefaultTriStateButtonModel. selectionCyclerMethods in org.pushingpixels.radiance.common.api.model that return TriStateSelectionCycler Modifier and Type Method Description TriStateSelectionCyclerDefaultTriStateButtonModel. getSelectionCycler()TriStateSelectionCyclerTriStateButtonModel. getSelectionCycler()Methods in org.pushingpixels.radiance.common.api.model with parameters of type TriStateSelectionCycler Modifier and Type Method Description voidDefaultTriStateButtonModel. setSelectionCycler(TriStateSelectionCycler selectionCycler)voidTriStateButtonModel. 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 TriStateSelectionCyclerTriStateCheckBoxContentModel. ALTERNATIVE_CYCLERstatic TriStateSelectionCyclerTriStateCheckBoxContentModel. DEFAULT_CYCLERprivate TriStateSelectionCyclerTriStateCheckBoxContentModel.Builder. selectionCyclerprivate TriStateSelectionCyclerTriStateCheckBoxContentModel. selectionCyclerMethods in org.pushingpixels.radiance.component.api.common.model that return TriStateSelectionCycler Modifier and Type Method Description TriStateSelectionCyclerTriStateCheckBoxContentModel. getSelectionCycler()Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type TriStateSelectionCycler Modifier and Type Method Description TriStateCheckBoxContentModel.BuilderTriStateCheckBoxContentModel.Builder. setSelectionCycler(TriStateSelectionCycler selectionCycler)voidTriStateCheckBoxContentModel. setSelectionCycler(TriStateSelectionCycler selectionCycler)
-