Uses of Class
org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo
-
Packages that use PropertyEditorFieldInfo Package Description org.uberfire.ext.properties.editor.model -
-
Uses of PropertyEditorFieldInfo in org.uberfire.ext.properties.editor.model
Subclasses of PropertyEditorFieldInfo in org.uberfire.ext.properties.editor.model Modifier and Type Class Description classCustomPropertyEditorFieldInfoMethods in org.uberfire.ext.properties.editor.model that return PropertyEditorFieldInfo Modifier and Type Method Description PropertyEditorFieldInfoPropertyEditorChangeEvent. getProperty()PropertyEditorFieldInfoPropertyEditorFieldInfo. withComboValues(List<String> comboValues)Combo values used in PropertyEditorType.COMBO fields.PropertyEditorFieldInfoPropertyEditorFieldInfo. withHelpInfo(String helpHeading, String helpText)PropertyEditorFieldInfoPropertyEditorFieldInfo. withKey(String key)Key is a helper to identify a field.PropertyEditorFieldInfoPropertyEditorFieldInfo. withOptions(PropertyEditorFieldOption... options)PropertyEditorFieldInfoPropertyEditorFieldInfo. withPriority(int priority)The priority value is used to sort the categories (lower values toward the beginning).PropertyEditorFieldInfoPropertyEditorFieldInfo. withRemovalSupported(boolean isRemovalSupported)PropertyEditorFieldInfoPropertyEditorFieldInfo. withValidators(Collection<PropertyFieldValidator> validators)PropertyEditorFieldInfoPropertyEditorFieldInfo. withValidators(PropertyFieldValidator... validators)Add validators to a specific field.Methods in org.uberfire.ext.properties.editor.model that return types with arguments of type PropertyEditorFieldInfo Modifier and Type Method Description List<PropertyEditorFieldInfo>PropertyEditorCategory. getFields()Methods in org.uberfire.ext.properties.editor.model with parameters of type PropertyEditorFieldInfo Modifier and Type Method Description PropertyEditorCategoryPropertyEditorCategory. withField(PropertyEditorFieldInfo field)Add a field to a PropertyEditorCategoryConstructors in org.uberfire.ext.properties.editor.model with parameters of type PropertyEditorFieldInfo Constructor Description PropertyEditorChangeEvent(PropertyEditorFieldInfo property, String newValue)Creates a new PropertyEditorChangeEvent
-