Class WizardDefSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.aswizarddata.data.WizardDefSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class WizardDefSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_ACCESSOPERATIONstatic intSORT_BY_DEFAULTstatic intSORT_BY_HANDLERstatic intSORT_BY_IDstatic intSORT_BY_NAMEstatic intSORT_BY_WIZARDCANCELREDIRECTURLstatic intSORT_BY_WIZARDFINISHREDIRECTURL
-
Constructor Summary
Constructors Constructor Description WizardDefSortType()WizardDefSortType(int method)WizardDefSortType(int method, boolean order)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intname2method(java.lang.String name)
-
-
-
Field Detail
-
SORT_BY_ID
public static final int SORT_BY_ID
- See Also:
- Constant Field Values
-
SORT_BY_NAME
public static final int SORT_BY_NAME
- See Also:
- Constant Field Values
-
SORT_BY_WIZARDCANCELREDIRECTURL
public static final int SORT_BY_WIZARDCANCELREDIRECTURL
- See Also:
- Constant Field Values
-
SORT_BY_WIZARDFINISHREDIRECTURL
public static final int SORT_BY_WIZARDFINISHREDIRECTURL
- See Also:
- Constant Field Values
-
SORT_BY_HANDLER
public static final int SORT_BY_HANDLER
- See Also:
- Constant Field Values
-
SORT_BY_ACCESSOPERATION
public static final int SORT_BY_ACCESSOPERATION
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-