public class DatePickerPopUp
extends com.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.PopupPanel.AnimationType, com.google.gwt.user.client.ui.PopupPanel.PositionCallback| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.ListBox |
dates |
protected com.google.gwt.user.client.ui.ListBox |
hours |
protected com.google.gwt.user.client.ui.ListBox |
minutes |
protected com.google.gwt.user.client.ui.ListBox |
months |
protected boolean |
showTime |
protected com.google.gwt.user.client.ui.ListBox |
years |
| Constructor and Description |
|---|
DatePickerPopUp(com.google.gwt.event.dom.client.ClickHandler okClickHandler,
com.google.gwt.i18n.client.DateTimeFormat formatter) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDropdowns(com.google.gwt.i18n.client.DateTimeFormat formatter,
String text)
Sets the current year, month ect to dropdowns.
|
addAutoHidePartner, addCloseHandler, addPopupListener, center, getAnimationType, getContainerElement, getGlassElement, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, hide, hide, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, onPreviewNativeEvent, onUnload, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAnimationType, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setHeight, setModal, setPopupPosition, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setVisible, setWidget, setWidth, show, showRelativeToadd, getWidget, iterator, remove, setWidgetadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, toStringprotected boolean showTime
protected com.google.gwt.user.client.ui.ListBox years
protected com.google.gwt.user.client.ui.ListBox months
protected com.google.gwt.user.client.ui.ListBox dates
protected com.google.gwt.user.client.ui.ListBox hours
protected com.google.gwt.user.client.ui.ListBox minutes
public DatePickerPopUp(com.google.gwt.event.dom.client.ClickHandler okClickHandler,
com.google.gwt.i18n.client.DateTimeFormat formatter)
okClickHandler - What to do when ok, is pressedshowTime - Can you select time too.public void setDropdowns(com.google.gwt.i18n.client.DateTimeFormat formatter,
String text)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.