protected static enum UIEditor.Properties extends Enum<UIEditor.Properties>
Enum Constant and Description |
---|
config |
height |
lang |
onblur |
onchange |
ondirty |
onfocus |
oninit |
readonly |
skin |
style |
styleClass |
tabindex |
title |
toolbar |
width |
Modifier and Type | Method and Description |
---|---|
static UIEditor.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIEditor.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIEditor.Properties config
public static final UIEditor.Properties height
public static final UIEditor.Properties lang
public static final UIEditor.Properties onblur
public static final UIEditor.Properties onchange
public static final UIEditor.Properties ondirty
public static final UIEditor.Properties onfocus
public static final UIEditor.Properties oninit
public static final UIEditor.Properties readonly
public static final UIEditor.Properties skin
public static final UIEditor.Properties style
public static final UIEditor.Properties styleClass
public static final UIEditor.Properties tabindex
public static final UIEditor.Properties title
public static final UIEditor.Properties toolbar
public static final UIEditor.Properties width
public static UIEditor.Properties[] values()
for (UIEditor.Properties c : UIEditor.Properties.values()) System.out.println(c);
public static UIEditor.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 JBoss by Red Hat. All Rights Reserved.