public static enum WidgetUtil.PropertyEditor extends java.lang.Enum<WidgetUtil.PropertyEditor>
| Enum Constant and Description | 
|---|
BOOLEAN  | 
CHOOSER_CATEGORY  | 
CHOOSER_CATEGORY_MULTIPLE  | 
CHOOSER_CONTENT  | 
CHOOSER_DOCUMENT  | 
CHOOSER_GROUP  | 
CHOOSER_MEMBER  | 
CHOOSER_PORTAL  | 
CHOOSER_PUBLICATION  | 
CHOOSER_WORKSPACE  | 
JSP  | 
NUMBER  | 
PASSWORD  | 
TEXTAREA  | 
| Modifier and Type | Method and Description | 
|---|---|
static WidgetUtil.PropertyEditor | 
fromEditorName(java.lang.String name)
Find the PropertyEditor from the given editor name 
 | 
ControlSettings<?> | 
getControlSettings()
Returns the ControlSettings 
 | 
java.lang.String | 
getName()
Return the editor name 
 | 
static WidgetUtil.PropertyEditor | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static WidgetUtil.PropertyEditor[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final WidgetUtil.PropertyEditor NUMBER
public static final WidgetUtil.PropertyEditor PASSWORD
public static final WidgetUtil.PropertyEditor TEXTAREA
public static final WidgetUtil.PropertyEditor BOOLEAN
public static final WidgetUtil.PropertyEditor CHOOSER_CATEGORY
public static final WidgetUtil.PropertyEditor CHOOSER_CATEGORY_MULTIPLE
public static final WidgetUtil.PropertyEditor CHOOSER_MEMBER
public static final WidgetUtil.PropertyEditor CHOOSER_GROUP
public static final WidgetUtil.PropertyEditor CHOOSER_WORKSPACE
public static final WidgetUtil.PropertyEditor CHOOSER_PUBLICATION
public static final WidgetUtil.PropertyEditor CHOOSER_CONTENT
public static final WidgetUtil.PropertyEditor CHOOSER_DOCUMENT
public static final WidgetUtil.PropertyEditor CHOOSER_PORTAL
public static final WidgetUtil.PropertyEditor JSP
public static WidgetUtil.PropertyEditor[] values()
for (WidgetUtil.PropertyEditor c : WidgetUtil.PropertyEditor.values()) System.out.println(c);
public static WidgetUtil.PropertyEditor 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 getName()
public ControlSettings<?> getControlSettings()
public static WidgetUtil.PropertyEditor fromEditorName(java.lang.String name)
name - editor nameCopyright © 2001-2018 Jalios SA. All Rights Reserved.