Uses of Class
de.xima.fc.choice.SelectItemChoice
Packages that use SelectItemChoice
-
Uses of SelectItemChoice in de.xima.fc.choice
Constructor parameters in de.xima.fc.choice with type arguments of type SelectItemChoiceModifierConstructorDescriptionSelectItemGroupChoice
(String label, String description, List<? extends SelectItemChoice<T>> children) Creates a new choice group with the given data that is enabled. -
Uses of SelectItemChoice in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return types with arguments of type SelectItemChoiceModifier and TypeMethodDescription<T extends Enum<T> & INamedUiElement>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByDisplayName
(Class<T> enumType) Returns all enum values asSelectItem
s, sorted by their display name.<T extends Enum<T> & INamedUiElement>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByDisplayName
(Map<?, T> values) Returns all enum values asSelectItem
s, sorted by their display name.<T extends Enum<T> & INamedUiElement & ISortKeyProviding<S>,
S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByDisplayNameCustomOrder
(Class<T> enumType) Returns all enum values asSelectItem
s, sorted byISortKeyProviding.getSortKey()
.<T extends Enum<T> & INamedUiElement & ISortKeyProviding<S>,
S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByDisplayNameCustomOrder
(Map<?, T> values) Returns all enum values asSelectItem
s, sorted byISortKeyProviding.getSortKey()
.<T extends Enum<T>>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByName
(Class<T> enumType) Returns all enum values asSelectItem
s, sorted by their technical name.<T extends Enum<T>>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByName
(Map<String, T> values) Returns all enum values asSelectItem
s, sorted by their technical name.<T extends Enum<T> & ISortKeyProviding<S>,
S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByNameCustomOrder
(Class<T> enumType) Returns all enum values asSelectItem
s, sorted by sorted byISortKeyProviding.getSortKey()
.<T extends Enum<T> & ISortKeyProviding<S>,
S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean.getSelectItemsByNameCustomOrder
(Map<String, T> values) Returns all enum values asSelectItem
s, sorted byISortKeyProviding.getSortKey()
.