Uses of Class
com.jalios.jcms.widget.WidgetUtil.PropertyEditor
-
Packages that use WidgetUtil.PropertyEditor Package Description com.jalios.jcms.widget -
-
Uses of WidgetUtil.PropertyEditor in com.jalios.jcms.widget
Methods in com.jalios.jcms.widget that return WidgetUtil.PropertyEditor Modifier and Type Method Description static WidgetUtil.PropertyEditor
WidgetUtil.PropertyEditor. fromEditorName(java.lang.String name)
Find the PropertyEditor from the given editor namestatic WidgetUtil.PropertyEditor
WidgetUtil.PropertyEditor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WidgetUtil.PropertyEditor[]
WidgetUtil.PropertyEditor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-