Uses of Interface
de.xima.fc.interfaces.ISortKeyProviding
- 
Packages that use ISortKeyProviding Package Description de.xima.fc.gui.bean.application de.xima.fc.gui.bean.resource.model de.xima.fc.mdl.enums 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 ISortKeyProviding Modifier and Type Method Description <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 bygetSortKey().<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 bygetSortKey().<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 bygetSortKey().<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 bygetSortKey().<T extends Enum<T> & ISortKeyProviding<S>,S extends Comparable<S>>
List<T>EnumBean. getValuesByCustomOrder(Class<T> enumType)Returns all enum values, sorted bygetSortKey().<T extends Enum<T> & ISortKeyProviding<S>,S extends Comparable<S>>
List<T>EnumBean. getValuesByCustomOrder(Map<?,T> values)Returns all enum values, sorted bygetSortKey(). - 
Uses of ISortKeyProviding in de.xima.fc.gui.bean.resource.model
Classes in de.xima.fc.gui.bean.resource.model that implement ISortKeyProviding Modifier and Type Class Description classEFileConflictResolutionEnumeration 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 ISortKeyProviding Modifier and Type Class Description classEExecConditionDeprecated.Use the new workflow engine, such asWorkflowNodeandWorkflowTrigger.classELogLevelEnum representing log levelsclassEMatchCondition 
 -