org.icefaces.ace.component.list
Enum ListBase.PropertyKeys
java.lang.Object
java.lang.Enum<ListBase.PropertyKeys>
org.icefaces.ace.component.list.ListBase.PropertyKeys
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ListBase.PropertyKeys>
- Enclosing class:
- ListBase
protected static enum ListBase.PropertyKeys
- extends java.lang.Enum<ListBase.PropertyKeys>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
placeholderClass
public static final ListBase.PropertyKeys placeholderClass
bottomButtonClass
public static final ListBase.PropertyKeys bottomButtonClass
topButtonClass
public static final ListBase.PropertyKeys topButtonClass
dropGroup
public static final ListBase.PropertyKeys dropGroup
itemStyle
public static final ListBase.PropertyKeys itemStyle
footerStyle
public static final ListBase.PropertyKeys footerStyle
controlsSpacerClass
public static final ListBase.PropertyKeys controlsSpacerClass
selectionListener
public static final ListBase.PropertyKeys selectionListener
dragging
public static final ListBase.PropertyKeys dragging
height
public static final ListBase.PropertyKeys height
itemClass
public static final ListBase.PropertyKeys itemClass
bodyClass
public static final ListBase.PropertyKeys bodyClass
style
public static final ListBase.PropertyKeys style
selectionMode
public static final ListBase.PropertyKeys selectionMode
headerClass
public static final ListBase.PropertyKeys headerClass
headerStyle
public static final ListBase.PropertyKeys headerStyle
selections
public static final ListBase.PropertyKeys selections
footerClass
public static final ListBase.PropertyKeys footerClass
bodyStyle
public static final ListBase.PropertyKeys bodyStyle
controlsEnabled
public static final ListBase.PropertyKeys controlsEnabled
placeholder
public static final ListBase.PropertyKeys placeholder
styleClass
public static final ListBase.PropertyKeys styleClass
upButtonClass
public static final ListBase.PropertyKeys upButtonClass
controlsContainerClass
public static final ListBase.PropertyKeys controlsContainerClass
doubleClickMigration
public static final ListBase.PropertyKeys doubleClickMigration
controlsItemClass
public static final ListBase.PropertyKeys controlsItemClass
downButtonClass
public static final ListBase.PropertyKeys downButtonClass
controlsFormat
public static final ListBase.PropertyKeys controlsFormat
values
public static ListBase.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ListBase.PropertyKeys c : ListBase.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ListBase.PropertyKeys valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<ListBase.PropertyKeys>
Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.