Uses of Class
org.uberfire.preferences.shared.PropertyFormType
-
Packages that use PropertyFormType Package Description org.uberfire.preferences.shared org.uberfire.preferences.shared.annotations org.uberfire.preferences.shared.bean org.uberfire.preferences.shared.bean.mock -
-
Uses of PropertyFormType in org.uberfire.preferences.shared
Methods in org.uberfire.preferences.shared that return PropertyFormType Modifier and Type Method Description static PropertyFormTypePropertyFormType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyFormType[]PropertyFormType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyFormType in org.uberfire.preferences.shared.annotations
Methods in org.uberfire.preferences.shared.annotations that return PropertyFormType Modifier and Type Method Description PropertyFormTypeformType()Defines the type of field to be used in the default form. -
Uses of PropertyFormType in org.uberfire.preferences.shared.bean
Methods in org.uberfire.preferences.shared.bean that return PropertyFormType Modifier and Type Method Description default PropertyFormTypeBasePreferencePortable. getPropertyType(String propertyName)Returns the form type of a specific simple (non-preference) property by its field name.Methods in org.uberfire.preferences.shared.bean that return types with arguments of type PropertyFormType Modifier and Type Method Description Map<String,PropertyFormType>BasePreferencePortable. getPropertiesTypes()Returns the form types of all simple (non-preference) properties by their field name. -
Uses of PropertyFormType in org.uberfire.preferences.shared.bean.mock
Methods in org.uberfire.preferences.shared.bean.mock that return types with arguments of type PropertyFormType Modifier and Type Method Description Map<String,PropertyFormType>PortablePreferenceMockPortableGeneratedImpl. getPropertiesTypes()
-