Class NaviItemSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.assitedata.data.NaviItemSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class NaviItemSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_ACCESSOPERATIONstatic intSORT_BY_CLASSNAMEstatic intSORT_BY_DEFAULTstatic intSORT_BY_EXTERNALLINKstatic intSORT_BY_ICONstatic intSORT_BY_IDstatic intSORT_BY_INTERNALLINKstatic intSORT_BY_NAMEstatic intSORT_BY_PAGEALIASstatic intSORT_BY_POPUPstatic intSORT_BY_TITLE
-
Constructor Summary
Constructors Constructor Description NaviItemSortType()NaviItemSortType(int method)NaviItemSortType(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_TITLE
public static final int SORT_BY_TITLE
- See Also:
- Constant Field Values
-
SORT_BY_ICON
public static final int SORT_BY_ICON
- See Also:
- Constant Field Values
-
SORT_BY_EXTERNALLINK
public static final int SORT_BY_EXTERNALLINK
- See Also:
- Constant Field Values
-
SORT_BY_POPUP
public static final int SORT_BY_POPUP
- See Also:
- Constant Field Values
-
SORT_BY_CLASSNAME
public static final int SORT_BY_CLASSNAME
- See Also:
- Constant Field Values
-
SORT_BY_INTERNALLINK
public static final int SORT_BY_INTERNALLINK
- See Also:
- Constant Field Values
-
SORT_BY_PAGEALIAS
public static final int SORT_BY_PAGEALIAS
- 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
-
-