Uses of Interface
de.xima.fc.interfaces.ISortKeyProviding
Packages that use ISortKeyProviding
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of ISortKeyProviding in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with type parameters of type ISortKeyProvidingModifier and TypeMethodDescription<T extends Enum<T> & INamedUiElement & ISortKeyProviding<S>, S extends Comparable<S>>
List<SelectItemChoice<T>> EnumBean.getSelectItemsByDisplayNameCustomOrder(Class<T> enumType) Returns all enum values asSelectItems, 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 asSelectItems, sorted byISortKeyProviding.getSortKey().<T extends Enum<T> & ISortKeyProviding<S>, S extends Comparable<S>>
List<SelectItemChoice<T>> EnumBean.getSelectItemsByNameCustomOrder(Class<T> enumType) Returns all enum values asSelectItems, 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 asSelectItems, sorted byISortKeyProviding.getSortKey().<T extends Enum<T> & ISortKeyProviding<S>, S extends Comparable<S>>
List<T> EnumBean.getValuesByCustomOrder(Class<T> enumType) Returns all enum values, sorted byISortKeyProviding.getSortKey().<T extends Enum<T> & ISortKeyProviding<S>, S extends Comparable<S>>
List<T> EnumBean.getValuesByCustomOrder(Map<?, T> values) Returns all enum values, sorted byISortKeyProviding.getSortKey(). -
Uses of ISortKeyProviding in de.xima.fc.gui.bean.resource.model
Classes in de.xima.fc.gui.bean.resource.model that implement ISortKeyProvidingModifier and TypeClassDescriptionenumEnumeration with the possible actions to be taken when an uploaded file conflicts with an existing file. -
Uses of ISortKeyProviding in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement ISortKeyProvidingModifier and TypeClassDescriptionenumDeprecated.enumEnum representing log levelsenum
WorkflowNodeandWorkflowTrigger.