Uses of Class
com.dlsc.gemsfx.SelectionBox
Packages that use SelectionBox
-
Uses of SelectionBox in com.dlsc.gemsfx
Subclasses of SelectionBox in com.dlsc.gemsfxModifier and TypeClassDescriptionclassA custom control that allows users to select days of the week.classA custom control that allows users to select time ranges.Methods in com.dlsc.gemsfx that return SelectionBoxModifier and TypeMethodDescriptionfinal <T> SelectionBox<T> SimpleFilterView.addSelectionBox(String text) Adds a selection box to the filter view with the specified prompt text.final <T extends Enum<T>>
SelectionBox<T> SimpleFilterView.addSelectionBox(String text, Class<T> clz) Adds a selection box to the UI with the given prompt name and the values of the given enum type.final <T> SelectionBox<T> SimpleFilterView.addSelectionBox(String text, Collection<T> values) Adds a selection box to the UI with the given prompt name and the list of the given values.final <T extends Enum<T>>
SelectionBox<T> SimpleFilterView.addSelectionBox(String text, T... values) Adds a selection box to the UI with the given prompt name and the given values.final <T> SelectionBox<T> SimpleFilterView.addSelectionBox(String text, T... values) Adds a selection box to the UI with the given prompt name and the list of the given values.protected <T> SelectionBox<T> SimpleFilterView.createSelectionBox()Creates a new instance of aSelectionBox. -
Uses of SelectionBox in com.dlsc.gemsfx.skins
Subclasses with type arguments of type SelectionBox in com.dlsc.gemsfx.skinsConstructors in com.dlsc.gemsfx.skins with parameters of type SelectionBox