Uses of Class
org.uberfire.ext.properties.editor.model.PropertyEditorFieldOption
-
Packages that use PropertyEditorFieldOption Package Description org.uberfire.ext.properties.editor.model -
-
Uses of PropertyEditorFieldOption in org.uberfire.ext.properties.editor.model
Methods in org.uberfire.ext.properties.editor.model that return PropertyEditorFieldOption Modifier and Type Method Description static PropertyEditorFieldOptionPropertyEditorFieldOption. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyEditorFieldOption[]PropertyEditorFieldOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.properties.editor.model that return types with arguments of type PropertyEditorFieldOption Modifier and Type Method Description List<PropertyEditorFieldOption>PropertyEditorFieldInfo. getOptions()Methods in org.uberfire.ext.properties.editor.model with parameters of type PropertyEditorFieldOption Modifier and Type Method Description PropertyEditorFieldInfoPropertyEditorFieldInfo. withOptions(PropertyEditorFieldOption... options)
-