public class DataFormNumberPickerEditor extends EntityPropertyEditor implements PropertyChangedListener
EntityPropertyEditor.OnValidationEventListener
Constructor and Description |
---|
DataFormNumberPickerEditor(RadDataForm dataForm,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
applyParams(HashMap<String,Object> params) |
Function<Object,String> |
getValueToStringConverter() |
void |
onPropertyChanged(String propertyName,
Object value) |
void |
setValueToStringConverter(Function<Object,String> converter) |
Object |
value()
Gets the value currently produced by the editor.
|
addEditorChangeListener, addValidationListener, getCommitMode, getValidationLayoutId, getValidationMode, getValidationViewBehavior, isValidated, load, loadPropertyValue, removeEditorChangeListener, removeValidationListener, setCommitMode, setValidationLayoutId, setValidationMode, setValidationViewBehavior, tryApplyValueToProperty, unload, updateLayoutWithElements, validate, validationCompleted, validationIcon, validationInfo, validationView
getEditorView, getHeaderView, getLabelPosition, getLabelWidth, imageView, isEnabled, notifyEntityPropertyChanged, onDataFormEnabledChanged, property, rootLayout, setEditorLayout, setEnabled, setHeaderLayout, setLabelPosition, setLabelWidth
public DataFormNumberPickerEditor(RadDataForm dataForm, EntityProperty property)
public Object value()
EntityPropertyEditor
value
in class EntityPropertyEditor
public void applyParams(HashMap<String,Object> params)
applyParams
in class EntityPropertyViewer
public void onPropertyChanged(String propertyName, Object value)
onPropertyChanged
in interface PropertyChangedListener