public class DataModelerPropertyEditorFieldInfo
extends org.uberfire.ext.properties.editor.model.CustomPropertyEditorFieldInfo
| Modifier and Type | Field and Description |
|---|---|
protected DataObject |
currentDataObject |
protected ObjectProperty |
currentObjectProperty |
protected Annotation |
currentValue |
protected Map<String,Object> |
currentValues |
protected Annotation |
newValue |
| Constructor and Description |
|---|
DataModelerPropertyEditorFieldInfo(String label,
String currentStringValue,
Class<?> customEditorClass) |
DataModelerPropertyEditorFieldInfo(String label,
String currentStringValue,
Class<?> customEditorClass,
DataObject currentDataObject,
ObjectProperty currentObjectProperty,
Annotation currentValue,
Annotation newValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCurrentValues() |
Annotation |
getCurrentValue() |
Object |
getCurrentValue(String name) |
Annotation |
getNewValue() |
void |
removeCurrentValue(String name) |
void |
setCurrentValue(Annotation currentValue) |
void |
setCurrentValue(String name,
Object value) |
void |
setNewValue(Annotation newValue) |
getCustomEditorClass, setCustomEditorClassgetComboValues, getCurrentStringValue, getEventId, getHelpHeading, getHelpText, getKey, getLabel, getOptions, getOriginalValue, getPriority, getType, getValidators, hasHelpInfo, isRemovalSupported, setCurrentStringValue, setPropertyEditorCategory, toString, undo, withComboValues, withHelpInfo, withKey, withOptions, withPriority, withRemovalSupported, withValidators, withValidatorsprotected DataObject currentDataObject
protected ObjectProperty currentObjectProperty
protected Annotation currentValue
protected Annotation newValue
public DataModelerPropertyEditorFieldInfo(String label, String currentStringValue, Class<?> customEditorClass, DataObject currentDataObject, ObjectProperty currentObjectProperty, Annotation currentValue, Annotation newValue)
public Annotation getCurrentValue()
public void setCurrentValue(Annotation currentValue)
public Annotation getNewValue()
public void setNewValue(Annotation newValue)
public void removeCurrentValue(String name)
public void clearCurrentValues()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.