public interface UTCDateBoxImpl extends IsWidget, HasValue<Long>, HasValueChangeHandlers<Long>, HasText, HasEnabled
Modifier and Type | Method and Description |
---|---|
DateBox |
getDateBox()
Returns the DateBox (if any) that this implementation uses.
|
void |
setDateFormat(DateTimeFormat dateFormat)
Sets the DateTimeFormat for this UTCDateBox.
|
void |
setTabIndex(int tabIndex)
Sets the tab index for the control.
|
void |
setVisibleLength(int length)
Sets the visible length of the date input.
|
getValue, setValue, setValue
addValueChangeHandler
fireEvent
isEnabled, setEnabled
void setDateFormat(DateTimeFormat dateFormat)
void setVisibleLength(int length)
void setTabIndex(int tabIndex)
DateBox getDateBox()
Copyright © 2015. All Rights Reserved.