public enum swPropMgrPageNumberBoxStyle_e extends java.lang.Enum<swPropMgrPageNumberBoxStyle_e>
Modifier and Type | Method and Description |
---|---|
static swPropMgrPageNumberBoxStyle_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropMgrPageNumberBoxStyle_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_ComboEditBox
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_EditBoxReadOnly
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_AvoidSelectionText
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_NoScrollArrows
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_Slider
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_Thumbwheel
public static final swPropMgrPageNumberBoxStyle_e swPropMgrPageNumberBoxStyle_SuppressNotifyWhileTracking
public static swPropMgrPageNumberBoxStyle_e[] values()
for (swPropMgrPageNumberBoxStyle_e c : swPropMgrPageNumberBoxStyle_e.values()) System.out.println(c);
public static swPropMgrPageNumberBoxStyle_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null