Class NaviItemSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.assitedata.data.NaviItemSortType
- All Implemented Interfaces:
Serializable
public class NaviItemSortType
extends net.anotheria.util.sorter.SortType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.anotheria.util.sorter.SortType
getSortBy, getSortOrder, isASC, isDESC, reverse, toString
-
Field Details
-
SORT_BY_ID
public static final int SORT_BY_ID- See Also:
-
SORT_BY_NAME
public static final int SORT_BY_NAME- See Also:
-
SORT_BY_TITLE
public static final int SORT_BY_TITLE- See Also:
-
SORT_BY_ICON
public static final int SORT_BY_ICON- See Also:
-
SORT_BY_EXTERNALLINK
public static final int SORT_BY_EXTERNALLINK- See Also:
-
SORT_BY_POPUP
public static final int SORT_BY_POPUP- See Also:
-
SORT_BY_CLASSNAME
public static final int SORT_BY_CLASSNAME- See Also:
-
SORT_BY_INTERNALLINK
public static final int SORT_BY_INTERNALLINK- See Also:
-
SORT_BY_PAGEALIAS
public static final int SORT_BY_PAGEALIAS- See Also:
-
SORT_BY_ACCESSOPERATION
public static final int SORT_BY_ACCESSOPERATION- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
NaviItemSortType
public NaviItemSortType() -
NaviItemSortType
public NaviItemSortType(int method) -
NaviItemSortType
public NaviItemSortType(int method, boolean order)
-
-
Method Details
-
name2method
-