Uses of Interface
org.pushingpixels.radiance.common.api.model.TriStateSelectionChangeListener
-
-
Uses of TriStateSelectionChangeListener in org.pushingpixels.radiance.common.api.model
Methods in org.pushingpixels.radiance.common.api.model with parameters of type TriStateSelectionChangeListener Modifier and Type Method Description voidDefaultTriStateButtonModel. addSelectionChangeListener(TriStateSelectionChangeListener l)voidTriStateButtonModel. addSelectionChangeListener(TriStateSelectionChangeListener itemListener)voidDefaultTriStateButtonModel. removeSelectionChangeListener(TriStateSelectionChangeListener l)voidTriStateButtonModel. removeSelectionChangeListener(TriStateSelectionChangeListener itemListener) -
Uses of TriStateSelectionChangeListener in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as TriStateSelectionChangeListener Modifier and Type Field Description private TriStateSelectionChangeListenerTriStateCheckBoxContentModel.Builder. selectionChangeListenerprivate TriStateSelectionChangeListenerTriStateCheckBoxContentModel. selectionChangeListenerMethods in org.pushingpixels.radiance.component.api.common.model that return TriStateSelectionChangeListener Modifier and Type Method Description TriStateSelectionChangeListenerTriStateCheckBoxContentModel. getSelectionChangeListener()Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type TriStateSelectionChangeListener Modifier and Type Method Description TriStateCheckBoxContentModel.BuilderTriStateCheckBoxContentModel.Builder. setSelectionChangeListener(TriStateSelectionChangeListener selectionChangeListener) -
Uses of TriStateSelectionChangeListener in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as TriStateSelectionChangeListener Modifier and Type Field Description private TriStateSelectionChangeListenerBasicTriStateCheckBoxUI. selectionChangeListener
-