public class DataFormCustomEditor extends EntityPropertyEditor
Modifier and Type | Class and Description |
---|---|
static interface |
DataFormCustomEditor.DataFormCustomEditorProvider |
EntityPropertyEditor.OnValidationEventListener
Constructor and Description |
---|
DataFormCustomEditor(RadDataForm dataForm,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
DataFormCustomEditor.DataFormCustomEditorProvider |
getProvider() |
void |
notifyEditorLostFocus() |
void |
notifyEditorValueChanged() |
void |
setProvider(DataFormCustomEditor.DataFormCustomEditorProvider provider) |
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
applyParams, getEditorView, getHeaderView, getLabelPosition, getLabelWidth, imageView, isEnabled, notifyEntityPropertyChanged, onDataFormEnabledChanged, property, rootLayout, setEditorLayout, setEnabled, setHeaderLayout, setLabelPosition, setLabelWidth
public DataFormCustomEditor(RadDataForm dataForm, EntityProperty property)
public void notifyEditorValueChanged()
public void notifyEditorLostFocus()
public Object value()
EntityPropertyEditor
value
in class EntityPropertyEditor
public DataFormCustomEditor.DataFormCustomEditorProvider getProvider()
public void setProvider(DataFormCustomEditor.DataFormCustomEditorProvider provider)