Class BoxListItemBeanSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.aswebdata.bean.BoxListItemBeanSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class BoxListItemBeanSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_ATTRIBUTESstatic intSORT_BY_CSSCLASSstatic intSORT_BY_DEFAULTstatic intSORT_BY_GUARDSstatic intSORT_BY_HANDLERstatic intSORT_BY_IDstatic intSORT_BY_LOCALIZATIONSstatic intSORT_BY_MEDIALINKSstatic intSORT_BY_NAMEstatic intSORT_BY_SCRIPTSstatic intSORT_BY_SUBBOXESstatic intSORT_BY_TYPE
-
Constructor Summary
Constructors Constructor Description BoxListItemBeanSortType()BoxListItemBeanSortType(int method)BoxListItemBeanSortType(int method, boolean order)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMethodAndOrderCode()static java.lang.Stringmethod2name(int method)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_TYPE
public static final int SORT_BY_TYPE
- See Also:
- Constant Field Values
-
SORT_BY_HANDLER
public static final int SORT_BY_HANDLER
- See Also:
- Constant Field Values
-
SORT_BY_CSSCLASS
public static final int SORT_BY_CSSCLASS
- See Also:
- Constant Field Values
-
SORT_BY_MEDIALINKS
public static final int SORT_BY_MEDIALINKS
- See Also:
- Constant Field Values
-
SORT_BY_SCRIPTS
public static final int SORT_BY_SCRIPTS
- See Also:
- Constant Field Values
-
SORT_BY_LOCALIZATIONS
public static final int SORT_BY_LOCALIZATIONS
- See Also:
- Constant Field Values
-
SORT_BY_SUBBOXES
public static final int SORT_BY_SUBBOXES
- See Also:
- Constant Field Values
-
SORT_BY_GUARDS
public static final int SORT_BY_GUARDS
- See Also:
- Constant Field Values
-
SORT_BY_ATTRIBUTES
public static final int SORT_BY_ATTRIBUTES
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-