Enum CmsCategoryTree.SortParams
java.lang.Object
java.lang.Enum<CmsCategoryTree.SortParams>
org.opencms.gwt.client.ui.input.category.CmsCategoryTree.SortParams
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,Serializable
,Comparable<CmsCategoryTree.SortParams>
,java.lang.constant.Constable
- Enclosing class:
- CmsCategoryTree
public static enum CmsCategoryTree.SortParams
extends Enum<CmsCategoryTree.SortParams>
implements com.google.gwt.user.client.rpc.IsSerializable
Sorting parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDate last modified ascending.Date last modified descending.Resource path ascending sorting.Resource path descending sorting.Title ascending sorting.Title descending sorting.Tree.Resource type ascending sorting.Resource type descending sorting.Recently used. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsCategoryTree.SortParams
Returns the enum constant of this type with the specified name.static CmsCategoryTree.SortParams[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
dateLastModified_asc
Date last modified ascending. -
dateLastModified_desc
Date last modified descending. -
path_asc
Resource path ascending sorting. -
path_desc
Resource path descending sorting. -
title_asc
Title ascending sorting. -
title_desc
Title descending sorting. -
tree
Tree. -
type_asc
Resource type ascending sorting. -
type_desc
Resource type descending sorting. -
used
Recently used.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-