protected static enum ListControlBase.PropertyKeys extends java.lang.Enum<ListControlBase.PropertyKeys>
| Enum Constant and Description |
|---|
allLeftClass |
allRightClass |
controlClass |
footerClass |
footerStyle |
format |
headerClass |
headerStyle |
leftClass |
position |
renderContext |
rightClass |
selector |
spacerClass |
style |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ListControlBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListControlBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListControlBase.PropertyKeys allLeftClass
public static final ListControlBase.PropertyKeys allRightClass
public static final ListControlBase.PropertyKeys controlClass
public static final ListControlBase.PropertyKeys footerClass
public static final ListControlBase.PropertyKeys footerStyle
public static final ListControlBase.PropertyKeys format
public static final ListControlBase.PropertyKeys headerClass
public static final ListControlBase.PropertyKeys headerStyle
public static final ListControlBase.PropertyKeys leftClass
public static final ListControlBase.PropertyKeys position
public static final ListControlBase.PropertyKeys rightClass
public static final ListControlBase.PropertyKeys selector
public static final ListControlBase.PropertyKeys spacerClass
public static final ListControlBase.PropertyKeys style
public static final ListControlBase.PropertyKeys styleClass
public static final ListControlBase.PropertyKeys renderContext
public static ListControlBase.PropertyKeys[] values()
for (ListControlBase.PropertyKeys c : ListControlBase.PropertyKeys.values()) System.out.println(c);
public static ListControlBase.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<ListControlBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.