Uses of Class
org.uberfire.preferences.shared.PropertyFormOptions
-
Packages that use PropertyFormOptions Package Description org.uberfire.preferences.shared org.uberfire.preferences.shared.annotations org.uberfire.preferences.shared.bean -
-
Uses of PropertyFormOptions in org.uberfire.preferences.shared
Methods in org.uberfire.preferences.shared that return PropertyFormOptions Modifier and Type Method Description static PropertyFormOptionsPropertyFormOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyFormOptions[]PropertyFormOptions. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyFormOptions in org.uberfire.preferences.shared.annotations
Methods in org.uberfire.preferences.shared.annotations that return PropertyFormOptions Modifier and Type Method Description PropertyFormOptions[]formOptions()Defines options that will be applied to the automatically generated form field. -
Uses of PropertyFormOptions in org.uberfire.preferences.shared.bean
Methods in org.uberfire.preferences.shared.bean with parameters of type PropertyFormOptions Modifier and Type Method Description voidPreferenceHierarchyElement. addPropertyFormOptions(String propertyFieldName, PropertyFormOptions[] formOptions)
-