org.apache.myfaces.custom.crosstable
Enum HtmlColumns.PropertyKeys

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

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


Enum Constant Summary
defaultSorted
           
dir
           
footerdir
           
footerlang
           
footeronclick
           
footerondblclick
           
footeronkeydown
           
footeronkeypress
           
footeronkeyup
           
footeronmousedown
           
footeronmousemove
           
footeronmouseout
           
footeronmouseover
           
footeronmouseup
           
footerstyle
           
footerstyleClass
           
footertitle
           
groupBy
           
groupByValue
           
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 HtmlColumns.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlColumns.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 HtmlColumns.PropertyKeys groupBy

groupByValue

public static final HtmlColumns.PropertyKeys groupByValue

defaultSorted

public static final HtmlColumns.PropertyKeys defaultSorted

sortable

public static final HtmlColumns.PropertyKeys sortable

sortPropertyName

public static final HtmlColumns.PropertyKeys sortPropertyName

footerdir

public static final HtmlColumns.PropertyKeys footerdir

footerlang

public static final HtmlColumns.PropertyKeys footerlang

footeronclick

public static final HtmlColumns.PropertyKeys footeronclick

footerondblclick

public static final HtmlColumns.PropertyKeys footerondblclick

footeronkeydown

public static final HtmlColumns.PropertyKeys footeronkeydown

footeronkeypress

public static final HtmlColumns.PropertyKeys footeronkeypress

footeronkeyup

public static final HtmlColumns.PropertyKeys footeronkeyup

footeronmousedown

public static final HtmlColumns.PropertyKeys footeronmousedown

footeronmousemove

public static final HtmlColumns.PropertyKeys footeronmousemove

footeronmouseout

public static final HtmlColumns.PropertyKeys footeronmouseout

footeronmouseover

public static final HtmlColumns.PropertyKeys footeronmouseover

footeronmouseup

public static final HtmlColumns.PropertyKeys footeronmouseup

footerstyle

public static final HtmlColumns.PropertyKeys footerstyle

footerstyleClass

public static final HtmlColumns.PropertyKeys footerstyleClass

footertitle

public static final HtmlColumns.PropertyKeys footertitle

headerdir

public static final HtmlColumns.PropertyKeys headerdir

headerlang

public static final HtmlColumns.PropertyKeys headerlang

headeronclick

public static final HtmlColumns.PropertyKeys headeronclick

headerondblclick

public static final HtmlColumns.PropertyKeys headerondblclick

headeronkeydown

public static final HtmlColumns.PropertyKeys headeronkeydown

headeronkeypress

public static final HtmlColumns.PropertyKeys headeronkeypress

headeronkeyup

public static final HtmlColumns.PropertyKeys headeronkeyup

headeronmousedown

public static final HtmlColumns.PropertyKeys headeronmousedown

headeronmousemove

public static final HtmlColumns.PropertyKeys headeronmousemove

headeronmouseout

public static final HtmlColumns.PropertyKeys headeronmouseout

headeronmouseover

public static final HtmlColumns.PropertyKeys headeronmouseover

headeronmouseup

public static final HtmlColumns.PropertyKeys headeronmouseup

headerstyle

public static final HtmlColumns.PropertyKeys headerstyle

headerstyleClass

public static final HtmlColumns.PropertyKeys headerstyleClass

headertitle

public static final HtmlColumns.PropertyKeys headertitle

dir

public static final HtmlColumns.PropertyKeys dir

lang

public static final HtmlColumns.PropertyKeys lang

onclick

public static final HtmlColumns.PropertyKeys onclick

ondblclick

public static final HtmlColumns.PropertyKeys ondblclick

onkeydown

public static final HtmlColumns.PropertyKeys onkeydown

onkeypress

public static final HtmlColumns.PropertyKeys onkeypress

onkeyup

public static final HtmlColumns.PropertyKeys onkeyup

onmousedown

public static final HtmlColumns.PropertyKeys onmousedown

onmousemove

public static final HtmlColumns.PropertyKeys onmousemove

onmouseout

public static final HtmlColumns.PropertyKeys onmouseout

onmouseover

public static final HtmlColumns.PropertyKeys onmouseover

onmouseup

public static final HtmlColumns.PropertyKeys onmouseup

style

public static final HtmlColumns.PropertyKeys style

styleClass

public static final HtmlColumns.PropertyKeys styleClass

title

public static final HtmlColumns.PropertyKeys title

width

public static final HtmlColumns.PropertyKeys width
Method Detail

values

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