public class DataFormSeekBarEditor extends EntityPropertyEditor implements SeekBar.OnSeekBarChangeListener
EntityPropertyEditor.OnValidationEventListener
Constructor and Description |
---|
DataFormSeekBarEditor(RadDataForm dataForm,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
applyParams(HashMap<String,Object> params) |
int |
getMax() |
int |
getMin() |
int |
getTypedValue() |
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser) |
void |
onStartTrackingTouch(SeekBar seekBar) |
void |
onStopTrackingTouch(SeekBar seekBar) |
void |
setMax(int value) |
void |
setMin(int value) |
void |
setTypedValue(int value) |
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 DataFormSeekBarEditor(RadDataForm dataForm, EntityProperty property)
public Object value()
EntityPropertyEditor
value
in class EntityPropertyEditor
public int getTypedValue()
public void setTypedValue(int value)
public void setMin(int value)
public int getMin()
public void setMax(int value)
public int getMax()
public void applyParams(HashMap<String,Object> params)
applyParams
in class EntityPropertyViewer
public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)
onProgressChanged
in interface SeekBar.OnSeekBarChangeListener
public void onStartTrackingTouch(SeekBar seekBar)
onStartTrackingTouch
in interface SeekBar.OnSeekBarChangeListener
public void onStopTrackingTouch(SeekBar seekBar)
onStopTrackingTouch
in interface SeekBar.OnSeekBarChangeListener