PANEL - the calendar panel type this field usesR - the resolution type which this field is based on (day, month, ...)public abstract class VAbstractDateFieldCalendar<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>> extends VDateField<R>
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
PANEL |
calendarPanel
For internal use only.
|
bufferedDateString, bufferedResolutions, CLASSNAME, client, connector, currentLocale, dts, enabled, readonly, rpc, showISOWeekNumbers| Constructor and Description |
|---|
VAbstractDateFieldCalendar(PANEL panel,
R resolution)
Constructs a date selection widget with an inline date/time selector.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTabIndex()
Returns the tabulator index of the calendar panel element that represents
the entire widget in the browser's focus cycle.
|
void |
setTabIndex(int tabIndex)
Sets the tabulator index for the calendar panel element that represents
the entire widget in the browser's focus cycle.
|
abstract void |
updateValueFromPanel()
Update buffered values and send them (if any) to the server.
|
doGetResolutions, getClient, getCurrentDate, getCurrentLocale, getCurrentResolution, getDate, getDate, getDateTimeService, getDefaultDate, getId, getResolutions, getResolutionVariable, isEnabled, isReadonly, isShowISOWeekNumbers, isYear, resolutionAsString, sendBufferedValues, sendBufferedValuesWithDelay, setCurrentDate, setCurrentDate, setCurrentLocale, setCurrentResolution, setDate, setDefaultDate, setDefaultDate, setEnabled, setReadonly, setShowISOWeekNumbers, supportsTime, updateBufferedValuesadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetWidgetIndexgetWidget, getWidgetCount, getWidgetIndex, removeforEach, spliteratorpublic final PANEL extends VAbstractCalendarPanel<R> calendarPanel
public VAbstractDateFieldCalendar(PANEL panel, R resolution)
panel - the calendar panel instance that should be displayedresolution - the resolution this widget should display (day, month, ...)public abstract void updateValueFromPanel()
public void setTabIndex(int tabIndex)
tabIndex - the new tabulator indexpublic int getTabIndex()
Copyright © 2023 Vaadin Ltd. All rights reserved.