org.apache.myfaces.custom.column
Enum HtmlSimpleColumn.PropertyKeys

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

protected static enum HtmlSimpleColumn.PropertyKeys
extends java.lang.Enum<HtmlSimpleColumn.PropertyKeys>


Enum Constant Summary
colspan
           
columnId
           
defaultSorted
           
dir
           
footercolspan
           
footerdir
           
footerlang
           
footeronclick
           
footerondblclick
           
footeronkeydown
           
footeronkeypress
           
footeronkeyup
           
footeronmousedown
           
footeronmousemove
           
footeronmouseout
           
footeronmouseover
           
footeronmouseup
           
footerstyle
           
footerstyleClass
           
footertitle
           
groupBy
           
groupByValue
           
headercolspan
           
headerdir
           
headerlang
           
headeronclick
           
headerondblclick
           
headeronkeydown
           
headeronkeypress
           
headeronkeyup
           
headeronmousedown
           
headeronmousemove
           
headeronmouseout
           
headeronmouseover
           
headeronmouseup
           
headerstyle
           
headerstyleClass
           
headertitle
           
lang
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
sortable
           
sortPropertyName
           
style
           
styleClass
           
title
           
width
           
 
Method Summary
static HtmlSimpleColumn.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlSimpleColumn.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

groupBy

public static final HtmlSimpleColumn.PropertyKeys groupBy

groupByValue

public static final HtmlSimpleColumn.PropertyKeys groupByValue

defaultSorted

public static final HtmlSimpleColumn.PropertyKeys defaultSorted

sortable

public static final HtmlSimpleColumn.PropertyKeys sortable

sortPropertyName

public static final HtmlSimpleColumn.PropertyKeys sortPropertyName

footerdir

public static final HtmlSimpleColumn.PropertyKeys footerdir

footerlang

public static final HtmlSimpleColumn.PropertyKeys footerlang

footeronclick

public static final HtmlSimpleColumn.PropertyKeys footeronclick

footerondblclick

public static final HtmlSimpleColumn.PropertyKeys footerondblclick

footeronkeydown

public static final HtmlSimpleColumn.PropertyKeys footeronkeydown

footeronkeypress

public static final HtmlSimpleColumn.PropertyKeys footeronkeypress

footeronkeyup

public static final HtmlSimpleColumn.PropertyKeys footeronkeyup

footeronmousedown

public static final HtmlSimpleColumn.PropertyKeys footeronmousedown

footeronmousemove

public static final HtmlSimpleColumn.PropertyKeys footeronmousemove

footeronmouseout

public static final HtmlSimpleColumn.PropertyKeys footeronmouseout

footeronmouseover

public static final HtmlSimpleColumn.PropertyKeys footeronmouseover

footeronmouseup

public static final HtmlSimpleColumn.PropertyKeys footeronmouseup

footerstyle

public static final HtmlSimpleColumn.PropertyKeys footerstyle

footerstyleClass

public static final HtmlSimpleColumn.PropertyKeys footerstyleClass

footertitle

public static final HtmlSimpleColumn.PropertyKeys footertitle

headerdir

public static final HtmlSimpleColumn.PropertyKeys headerdir

headerlang

public static final HtmlSimpleColumn.PropertyKeys headerlang

headeronclick

public static final HtmlSimpleColumn.PropertyKeys headeronclick

headerondblclick

public static final HtmlSimpleColumn.PropertyKeys headerondblclick

headeronkeydown

public static final HtmlSimpleColumn.PropertyKeys headeronkeydown

headeronkeypress

public static final HtmlSimpleColumn.PropertyKeys headeronkeypress

headeronkeyup

public static final HtmlSimpleColumn.PropertyKeys headeronkeyup

headeronmousedown

public static final HtmlSimpleColumn.PropertyKeys headeronmousedown

headeronmousemove

public static final HtmlSimpleColumn.PropertyKeys headeronmousemove

headeronmouseout

public static final HtmlSimpleColumn.PropertyKeys headeronmouseout

headeronmouseover

public static final HtmlSimpleColumn.PropertyKeys headeronmouseover

headeronmouseup

public static final HtmlSimpleColumn.PropertyKeys headeronmouseup

headerstyle

public static final HtmlSimpleColumn.PropertyKeys headerstyle

headerstyleClass

public static final HtmlSimpleColumn.PropertyKeys headerstyleClass

headertitle

public static final HtmlSimpleColumn.PropertyKeys headertitle

dir

public static final HtmlSimpleColumn.PropertyKeys dir

lang

public static final HtmlSimpleColumn.PropertyKeys lang

onclick

public static final HtmlSimpleColumn.PropertyKeys onclick

ondblclick

public static final HtmlSimpleColumn.PropertyKeys ondblclick

onkeydown

public static final HtmlSimpleColumn.PropertyKeys onkeydown

onkeypress

public static final HtmlSimpleColumn.PropertyKeys onkeypress

onkeyup

public static final HtmlSimpleColumn.PropertyKeys onkeyup

onmousedown

public static final HtmlSimpleColumn.PropertyKeys onmousedown

onmousemove

public static final HtmlSimpleColumn.PropertyKeys onmousemove

onmouseout

public static final HtmlSimpleColumn.PropertyKeys onmouseout

onmouseover

public static final HtmlSimpleColumn.PropertyKeys onmouseover

onmouseup

public static final HtmlSimpleColumn.PropertyKeys onmouseup

style

public static final HtmlSimpleColumn.PropertyKeys style

styleClass

public static final HtmlSimpleColumn.PropertyKeys styleClass

title

public static final HtmlSimpleColumn.PropertyKeys title

width

public static final HtmlSimpleColumn.PropertyKeys width

colspan

public static final HtmlSimpleColumn.PropertyKeys colspan

headercolspan

public static final HtmlSimpleColumn.PropertyKeys headercolspan

footercolspan

public static final HtmlSimpleColumn.PropertyKeys footercolspan

columnId

public static final HtmlSimpleColumn.PropertyKeys columnId
Method Detail

values

public static HtmlSimpleColumn.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 (HtmlSimpleColumn.PropertyKeys c : HtmlSimpleColumn.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 HtmlSimpleColumn.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


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