ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.component.list
Enum ListBase.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<ListBase.PropertyKeys>
      extended by 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>


Enum Constant Summary
bodyClass
           
bodyStyle
           
bottomButtonClass
           
compact
           
controlsContainerClass
           
controlsEnabled
           
controlsFormat
           
controlsItemClass
           
controlsSpacerClass
           
doubleClickMigration
           
downButtonClass
           
dragging
           
dropGroup
           
footerClass
           
footerStyle
           
headerClass
           
headerStyle
           
height
           
itemClass
           
itemStyle
           
placeholder
           
placeholderClass
           
selectionListener
           
selectionMode
           
selections
           
style
           
styleClass
           
topButtonClass
           
upButtonClass
           
 
Method Summary
 java.lang.String toString()
           
static ListBase.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListBase.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

bodyClass

public static final ListBase.PropertyKeys bodyClass

bodyStyle

public static final ListBase.PropertyKeys bodyStyle

bottomButtonClass

public static final ListBase.PropertyKeys bottomButtonClass

compact

public static final ListBase.PropertyKeys compact

controlsContainerClass

public static final ListBase.PropertyKeys controlsContainerClass

controlsEnabled

public static final ListBase.PropertyKeys controlsEnabled

controlsFormat

public static final ListBase.PropertyKeys controlsFormat

controlsItemClass

public static final ListBase.PropertyKeys controlsItemClass

controlsSpacerClass

public static final ListBase.PropertyKeys controlsSpacerClass

doubleClickMigration

public static final ListBase.PropertyKeys doubleClickMigration

downButtonClass

public static final ListBase.PropertyKeys downButtonClass

dragging

public static final ListBase.PropertyKeys dragging

dropGroup

public static final ListBase.PropertyKeys dropGroup

footerClass

public static final ListBase.PropertyKeys footerClass

footerStyle

public static final ListBase.PropertyKeys footerStyle

headerClass

public static final ListBase.PropertyKeys headerClass

headerStyle

public static final ListBase.PropertyKeys headerStyle

height

public static final ListBase.PropertyKeys height

itemClass

public static final ListBase.PropertyKeys itemClass

itemStyle

public static final ListBase.PropertyKeys itemStyle

placeholder

public static final ListBase.PropertyKeys placeholder

placeholderClass

public static final ListBase.PropertyKeys placeholderClass

selectionListener

public static final ListBase.PropertyKeys selectionListener

selectionMode

public static final ListBase.PropertyKeys selectionMode

selections

public static final ListBase.PropertyKeys selections

style

public static final ListBase.PropertyKeys style

styleClass

public static final ListBase.PropertyKeys styleClass

topButtonClass

public static final ListBase.PropertyKeys topButtonClass

upButtonClass

public static final ListBase.PropertyKeys upButtonClass
Method Detail

values

public static final ListBase.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they're 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're 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<ListBase.PropertyKeys>

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.