org.primefaces.component.column
Enum Column.PropertyKeys
java.lang.Object
java.lang.Enum<Column.PropertyKeys>
org.primefaces.component.column.Column.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Column.PropertyKeys>
- Enclosing class:
- Column
protected static enum Column.PropertyKeys
- extends Enum<Column.PropertyKeys>
sortBy
public static final Column.PropertyKeys sortBy
style
public static final Column.PropertyKeys style
styleClass
public static final Column.PropertyKeys styleClass
sortFunction
public static final Column.PropertyKeys sortFunction
filterBy
public static final Column.PropertyKeys filterBy
filterStyle
public static final Column.PropertyKeys filterStyle
filterStyleClass
public static final Column.PropertyKeys filterStyleClass
filterOptions
public static final Column.PropertyKeys filterOptions
filterMatchMode
public static final Column.PropertyKeys filterMatchMode
filterPosition
public static final Column.PropertyKeys filterPosition
rowspan
public static final Column.PropertyKeys rowspan
colspan
public static final Column.PropertyKeys colspan
headerText
public static final Column.PropertyKeys headerText
footerText
public static final Column.PropertyKeys footerText
selectionMode
public static final Column.PropertyKeys selectionMode
disabledSelection
public static final Column.PropertyKeys disabledSelection
filterMaxLength
public static final Column.PropertyKeys filterMaxLength
resizable
public static final Column.PropertyKeys resizable
exportable
public static final Column.PropertyKeys exportable
filterValue
public static final Column.PropertyKeys filterValue
width
public static final Column.PropertyKeys width
values
public static Column.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 (Column.PropertyKeys c : Column.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 Column.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
toString
public String toString()
- Overrides:
toString
in class Enum<Column.PropertyKeys>
Copyright © 2013. All rights reserved.