public class DateField extends TriggerField<Date>
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabledHasDirection.DirectionEditor.Ignore, Editor.PathDEBUG_ID_PREFIX| Constructor and Description |
|---|
DateField() |
DateField(DateCell cell) |
DateField(DateCell cell,
DateTimePropertyEditor propertyEditor) |
DateField(DateTimePropertyEditor propertyEditor) |
| Modifier and Type | Method and Description |
|---|---|
DateCell |
getCell()
Get the
Cell wrapped by this widget. |
DatePicker |
getDatePicker()
Returns the field's date picker.
|
Date |
getMaxValue()
Returns the field's max value.
|
Date |
getMinValue()
Returns the field's minimum value.
|
DateTimePropertyEditor |
getPropertyEditor()
Returns the field's property editor.
|
void |
setMaxValue(Date maxValue)
Sets the field's max value.
|
void |
setMinValue(Date minValue)
The maximum date allowed.
|
addTriggerClickHandler, isEditable, isMonitorTab, setEditable, setHideTrigger, setMonitorTabaddChangeHandler, addKeyPressHandler, addKeyUpHandler, addParseErrorHandler, getCurrentValue, getCursorPos, getDirection, getDirectionEstimator, getEmptyText, getSelectedText, getSelectionLength, getText, getValueOrThrow, isAllowBlank, isCurrentValid, isCurrentValid, isSelectOnFocus, redraw, select, selectAll, setAllowBlank, setCursorPos, setDirection, setDirectionEstimator, setDirectionEstimator, setEmptyText, setId, setPropertyEditor, setReadOnly, setSelectionRange, setSelectOnFocus, setText, setValueaddInvalidHandler, addValidator, addValidHandler, addValueChangeHandler, clear, clearInvalid, finishEditing, forceInvalid, getErrorSupport, getName, getValidateOnBlur, getValidationDelay, getValidators, isAutoValidate, isEditing, isReadOnly, isValid, isValid, markInvalid, onBrowserEvent, removeValidator, reset, setAutoValidate, setDelegate, setErrorSupport, setName, setOriginalValue, setValidateOnBlur, setValidationDelay, setValue, showErrors, validate, validategetKeyProvider, getValue, setValueaddBeforeHideHandler, addBeforeShowContextMenuHandler, addBeforeShowHandler, addBlurHandler, addDisableHandler, addEnableHandler, addFocusHandler, addHideHandler, addMoveHandler, addResizeHandler, addShowContextMenuHandler, addShowHandler, addStyleOnOver, clearSizeCache, disable, disableEvents, enable, enableEvents, fireEvent, focus, getData, getElement, getFocusSupport, getHideMode, getId, getItemId, getOffsetHeight, getOffsetWidth, getShadow, getStateId, getToolTip, hide, hideToolTip, isAllowTextSelection, isAutoHeight, isAutoWidth, isDeferHeight, isEnabled, isRendered, isStateful, isVisible, isVisible, mask, mask, removeHandler, removeToolTip, setAllowTextSelection, setBorders, setBounds, setBounds, setContextMenu, setData, setDeferHeight, setEnabled, setHeight, setHeight, setHideMode, setItemId, setPagePosition, setPixelSize, setPosition, setShadow, setSize, setStateful, setStateId, setTabIndex, setToolTip, setToolTipConfig, setVisible, setWidth, setWidth, show, sync, syncSize, unmaskaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, getLayoutData, getParent, isAttached, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, removeStyleName, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, sinkBitlessEvent, toString, unsinkEventsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitfireEventgetValuepublic DateField()
public DateField(DateCell cell)
public DateField(DateCell cell, DateTimePropertyEditor propertyEditor)
public DateField(DateTimePropertyEditor propertyEditor)
public DateCell getCell()
CellComponentCell wrapped by this widget.getCell in class TriggerField<Date>Cell being wrappedpublic DatePicker getDatePicker()
public Date getMaxValue()
public Date getMinValue()
public DateTimePropertyEditor getPropertyEditor()
ValueBaseFieldgetPropertyEditor in class ValueBaseField<Date>public void setMaxValue(Date maxValue)
maxValue - the max valuepublic void setMinValue(Date minValue)
minValue - the max valueCopyright © 2012. All Rights Reserved.