public class DataFormTimeEditor extends DataFormDateTimeEditor implements TimePickerDialog.OnTimeSetListener
EntityPropertyEditor.OnValidationEventListener
Constructor and Description |
---|
DataFormTimeEditor(RadDataForm dataForm,
EntityProperty property) |
DataFormTimeEditor(RadDataForm dataForm,
int layoutId,
int headerLayoutId,
int headerId,
int editorLayoutId,
int editorId,
int validationLayoutId,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
onTimeSet(TimePicker view,
int hourOfDay,
int minute) |
getCalendar, getDateFormat, getDialog, getTimeInMillis, getValueToStringConverter, onClick, setCalendar, setDateFormat, setTimeInMillis, setValueToStringConverter, 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
public DataFormTimeEditor(RadDataForm dataForm, EntityProperty property)
public DataFormTimeEditor(RadDataForm dataForm, int layoutId, int headerLayoutId, int headerId, int editorLayoutId, int editorId, int validationLayoutId, EntityProperty property)
public void onTimeSet(TimePicker view, int hourOfDay, int minute)
onTimeSet
in interface TimePickerDialog.OnTimeSetListener