public abstract class DataFormBooleanEditor extends EntityPropertyEditor implements CompoundButton.OnCheckedChangeListener
EntityPropertyEditor.OnValidationEventListener
Constructor and Description |
---|
DataFormBooleanEditor(RadDataForm dataForm,
int layoutId,
int headerLayoutId,
int headerViewId,
int editorLayoutId,
int editorViewId,
int validationLayoutId,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
onCheckedChanged(CompoundButton buttonView,
boolean isChecked) |
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 DataFormBooleanEditor(RadDataForm dataForm, int layoutId, int headerLayoutId, int headerViewId, int editorLayoutId, int editorViewId, int validationLayoutId, EntityProperty property)
public Object value()
EntityPropertyEditor
value
in class EntityPropertyEditor
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked)
onCheckedChanged
in interface CompoundButton.OnCheckedChangeListener