org.apache.myfaces.custom.datalist
Enum HtmlDataList.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlDataList.PropertyKeys>
      extended by org.apache.myfaces.custom.datalist.HtmlDataList.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<HtmlDataList.PropertyKeys>
Enclosing class:
HtmlDataList

protected static enum HtmlDataList.PropertyKeys
extends Enum<HtmlDataList.PropertyKeys>


Enum Constant Summary
dir
           
enabledOnUserRole
           
itemOnClick
           
itemStyleClass
           
lang
           
layout
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
rowCountVar
           
rowIndexVar
           
style
           
styleClass
           
title
           
visibleOnUserRole
           
 
Method Summary
static HtmlDataList.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlDataList.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

rowCountVar

public static final HtmlDataList.PropertyKeys rowCountVar

rowIndexVar

public static final HtmlDataList.PropertyKeys rowIndexVar

layout

public static final HtmlDataList.PropertyKeys layout

itemStyleClass

public static final HtmlDataList.PropertyKeys itemStyleClass

itemOnClick

public static final HtmlDataList.PropertyKeys itemOnClick

enabledOnUserRole

public static final HtmlDataList.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlDataList.PropertyKeys visibleOnUserRole

style

public static final HtmlDataList.PropertyKeys style

styleClass

public static final HtmlDataList.PropertyKeys styleClass

onclick

public static final HtmlDataList.PropertyKeys onclick

ondblclick

public static final HtmlDataList.PropertyKeys ondblclick

onkeydown

public static final HtmlDataList.PropertyKeys onkeydown

onkeypress

public static final HtmlDataList.PropertyKeys onkeypress

onkeyup

public static final HtmlDataList.PropertyKeys onkeyup

onmousedown

public static final HtmlDataList.PropertyKeys onmousedown

onmousemove

public static final HtmlDataList.PropertyKeys onmousemove

onmouseout

public static final HtmlDataList.PropertyKeys onmouseout

onmouseover

public static final HtmlDataList.PropertyKeys onmouseover

onmouseup

public static final HtmlDataList.PropertyKeys onmouseup

dir

public static final HtmlDataList.PropertyKeys dir

lang

public static final HtmlDataList.PropertyKeys lang

title

public static final HtmlDataList.PropertyKeys title
Method Detail

values

public static HtmlDataList.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 (HtmlDataList.PropertyKeys c : HtmlDataList.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 HtmlDataList.PropertyKeys valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.