public class DataFormDecimalEditor extends DataFormIntegerEditor implements TextWatcher, View.OnFocusChangeListener
EntityPropertyEditor.OnValidationEventListener
NoCopySpan.Concrete
Constructor and Description |
---|
DataFormDecimalEditor(RadDataForm dataForm,
EntityProperty property) |
DataFormDecimalEditor(RadDataForm dataForm,
int layoutId,
int headerLayoutId,
int headerViewId,
int editorLayoutId,
int editorViewId,
int validationLayoutId,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
afterTextChanged, beforeTextChanged, getValueFormatter, onFocusChange, setValueFormatter, value
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterTextChanged, beforeTextChanged
onFocusChange
public DataFormDecimalEditor(RadDataForm dataForm, EntityProperty property)
public DataFormDecimalEditor(RadDataForm dataForm, int layoutId, int headerLayoutId, int headerViewId, int editorLayoutId, int editorViewId, int validationLayoutId, EntityProperty property)
public void onTextChanged(CharSequence s, int start, int before, int count)
onTextChanged
in interface TextWatcher
onTextChanged
in class DataFormIntegerEditor