org.icefaces.mobi.component.dataview
protected static enum DataViewBase.PropertyKeys extends java.lang.Enum<DataViewBase.PropertyKeys>
| Enum Constant and Description |
|---|
activeRowIndex |
disabled |
rowIndexVar |
rowStripe |
rowStroke |
style |
styleClass |
value |
var |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DataViewBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataViewBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataViewBase.PropertyKeys activeRowIndex
public static final DataViewBase.PropertyKeys disabled
public static final DataViewBase.PropertyKeys rowIndexVar
public static final DataViewBase.PropertyKeys rowStripe
public static final DataViewBase.PropertyKeys rowStroke
public static final DataViewBase.PropertyKeys style
public static final DataViewBase.PropertyKeys styleClass
public static final DataViewBase.PropertyKeys value
public static final DataViewBase.PropertyKeys var
public static DataViewBase.PropertyKeys[] values()
for (DataViewBase.PropertyKeys c : DataViewBase.PropertyKeys.values()) System.out.println(c);
public static DataViewBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<DataViewBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.