Package org.primefaces.component.inplace
Enum InplaceBase.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<InplaceBase.PropertyKeys>
-
- org.primefaces.component.inplace.InplaceBase.PropertyKeys
-
- All Implemented Interfaces:
Serializable,Comparable<InplaceBase.PropertyKeys>
- Enclosing class:
- InplaceBase
public static enum InplaceBase.PropertyKeys extends Enum<InplaceBase.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description cancelLabeldisablededitoreffecteffectSpeedemptyLabeleventlabelmodesaveLabelstylestyleClasstoggleablewidgetVar
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InplaceBase.PropertyKeysvalueOf(String name)Returns the enum constant of this type with the specified name.static InplaceBase.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
widgetVar
public static final InplaceBase.PropertyKeys widgetVar
-
label
public static final InplaceBase.PropertyKeys label
-
emptyLabel
public static final InplaceBase.PropertyKeys emptyLabel
-
effect
public static final InplaceBase.PropertyKeys effect
-
effectSpeed
public static final InplaceBase.PropertyKeys effectSpeed
-
disabled
public static final InplaceBase.PropertyKeys disabled
-
style
public static final InplaceBase.PropertyKeys style
-
styleClass
public static final InplaceBase.PropertyKeys styleClass
-
editor
public static final InplaceBase.PropertyKeys editor
-
saveLabel
public static final InplaceBase.PropertyKeys saveLabel
-
cancelLabel
public static final InplaceBase.PropertyKeys cancelLabel
-
event
public static final InplaceBase.PropertyKeys event
-
toggleable
public static final InplaceBase.PropertyKeys toggleable
-
mode
public static final InplaceBase.PropertyKeys mode
-
-
Method Detail
-
values
public static InplaceBase.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 (InplaceBase.PropertyKeys c : InplaceBase.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 InplaceBase.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 nameNullPointerException- if the argument is null
-
-