Package | Description |
---|---|
org.uberfire.ext.properties.editor.model |
Modifier and Type | Class and Description |
---|---|
class |
CustomPropertyEditorFieldInfo |
Modifier and Type | Method and Description |
---|---|
PropertyEditorFieldInfo |
PropertyEditorChangeEvent.getProperty() |
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withComboValues(List<String> comboValues)
Combo values used in PropertyEditorType.COMBO fields.
|
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withHelpInfo(String helpHeading,
String helpText) |
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withKey(String key)
Key is a helper to identify a field.
|
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withOptions(PropertyEditorFieldOption... options) |
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withPriority(int priority)
The priority value is used to sort the categories (lower values toward the beginning).
|
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withRemovalSupported(boolean isRemovalSupported) |
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withValidators(Collection<PropertyFieldValidator> validators) |
PropertyEditorFieldInfo |
PropertyEditorFieldInfo.withValidators(PropertyFieldValidator... validators)
Add validators to a specific field.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyEditorFieldInfo> |
PropertyEditorCategory.getFields() |
Modifier and Type | Method and Description |
---|---|
PropertyEditorCategory |
PropertyEditorCategory.withField(PropertyEditorFieldInfo field)
Add a field to a PropertyEditorCategory
|
Constructor and Description |
---|
PropertyEditorChangeEvent(PropertyEditorFieldInfo property,
String newValue)
Creates a new PropertyEditorChangeEvent
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.