org.jbpm.console.ng.gc.client.util
Interface UTCDateBoxImpl
- All Superinterfaces:
- com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasValue<Long>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<Long>, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.TakesValue<Long>
- All Known Implementing Classes:
- UTCDateBoxImplHtml4, UTCDateBoxImplHtml5, UTCDateBoxImplShared
public interface UTCDateBoxImpl
- extends com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.HasValue<Long>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<Long>, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasEnabled
Interface for UTCDateBox implementations that are quite different
in appearance (HTML4 vs HTML5).
|
Method Summary |
com.google.gwt.user.datepicker.client.DateBox |
getDateBox()
Returns the DateBox (if any) that this implementation uses. |
void |
setDateFormat(com.google.gwt.i18n.client.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. |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
| Methods inherited from interface com.google.gwt.user.client.ui.HasValue |
getValue, setValue, setValue |
| Methods inherited from interface com.google.gwt.event.logical.shared.HasValueChangeHandlers |
addValueChangeHandler |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
| Methods inherited from interface com.google.gwt.user.client.ui.HasText |
getText, setText |
| Methods inherited from interface com.google.gwt.user.client.ui.HasEnabled |
isEnabled, setEnabled |
setDateFormat
void setDateFormat(com.google.gwt.i18n.client.DateTimeFormat dateFormat)
- Sets the DateTimeFormat for this UTCDateBox. The HTML5
implementation will ignore this.
setVisibleLength
void setVisibleLength(int length)
- Sets the visible length of the date input. The HTML5
implementation will ignore this.
setTabIndex
void setTabIndex(int tabIndex)
- Sets the tab index for the control.
getDateBox
com.google.gwt.user.datepicker.client.DateBox getDateBox()
- Returns the DateBox (if any) that this implementation uses. For
HTML5, this will return null. This was only added to make my
r52 tree compile and I don't intend to check it in.
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.