public class DataFormDateEditor extends DataFormDateTimeEditor implements DatePickerDialog.OnDateSetListener
EntityPropertyEditor.OnValidationEventListener
Constructor and Description |
---|
DataFormDateEditor(RadDataForm dataForm,
EntityProperty property) |
DataFormDateEditor(RadDataForm dataForm,
int layoutId,
int headerLayoutId,
int headerId,
int editorLayoutId,
int editorId,
int validationLayoutId,
EntityProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
onDateSet(DatePicker view,
int year,
int month,
int day) |
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 DataFormDateEditor(RadDataForm dataForm, EntityProperty property)
public DataFormDateEditor(RadDataForm dataForm, int layoutId, int headerLayoutId, int headerId, int editorLayoutId, int editorId, int validationLayoutId, EntityProperty property)
public void onDateSet(DatePicker view, int year, int month, int day)
onDateSet
in interface DatePickerDialog.OnDateSetListener