org.richfaces.component
Enum UICollapsibleSubTable.Properties
java.lang.Object
java.lang.Enum<UICollapsibleSubTable.Properties>
org.richfaces.component.UICollapsibleSubTable.Properties
- All Implemented Interfaces:
- Serializable, Comparable<UICollapsibleSubTable.Properties>
- Enclosing class:
- UICollapsibleSubTable
protected static enum UICollapsibleSubTable.Properties
- extends Enum<UICollapsibleSubTable.Properties>
columnClasses
public static final UICollapsibleSubTable.Properties columnClasses
expandMode
public static final UICollapsibleSubTable.Properties expandMode
filterVar
public static final UICollapsibleSubTable.Properties filterVar
footerClass
public static final UICollapsibleSubTable.Properties footerClass
headerClass
public static final UICollapsibleSubTable.Properties headerClass
noDataLabel
public static final UICollapsibleSubTable.Properties noDataLabel
onrowclick
public static final UICollapsibleSubTable.Properties onrowclick
onrowdblclick
public static final UICollapsibleSubTable.Properties onrowdblclick
onrowkeydown
public static final UICollapsibleSubTable.Properties onrowkeydown
onrowkeypress
public static final UICollapsibleSubTable.Properties onrowkeypress
onrowkeyup
public static final UICollapsibleSubTable.Properties onrowkeyup
onrowmousedown
public static final UICollapsibleSubTable.Properties onrowmousedown
onrowmousemove
public static final UICollapsibleSubTable.Properties onrowmousemove
onrowmouseout
public static final UICollapsibleSubTable.Properties onrowmouseout
onrowmouseover
public static final UICollapsibleSubTable.Properties onrowmouseover
onrowmouseup
public static final UICollapsibleSubTable.Properties onrowmouseup
rowClass
public static final UICollapsibleSubTable.Properties rowClass
rowClasses
public static final UICollapsibleSubTable.Properties rowClasses
sortMode
public static final UICollapsibleSubTable.Properties sortMode
sortPriority
public static final UICollapsibleSubTable.Properties sortPriority
style
public static final UICollapsibleSubTable.Properties style
values
public static UICollapsibleSubTable.Properties[] 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 (UICollapsibleSubTable.Properties c : UICollapsibleSubTable.Properties.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UICollapsibleSubTable.Properties 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 © 2013 JBoss by Red Hat. All Rights Reserved.