org.richfaces.component
Enum UIEditor.Properties
java.lang.Object
java.lang.Enum<UIEditor.Properties>
org.richfaces.component.UIEditor.Properties
- All Implemented Interfaces:
- Serializable, Comparable<UIEditor.Properties>
- Enclosing class:
- UIEditor
protected static enum UIEditor.Properties
- extends Enum<UIEditor.Properties>
height
public static final UIEditor.Properties height
onblur
public static final UIEditor.Properties onblur
onchange
public static final UIEditor.Properties onchange
onfocus
public static final UIEditor.Properties onfocus
oninit
public static final UIEditor.Properties oninit
readonly
public static final UIEditor.Properties readonly
style
public static final UIEditor.Properties style
styleClass
public static final UIEditor.Properties styleClass
title
public static final UIEditor.Properties title
toolbar
public static final UIEditor.Properties toolbar
width
public static final UIEditor.Properties width
values
public static UIEditor.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 (UIEditor.Properties c : UIEditor.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 UIEditor.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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.