Class VAbstractDateFieldCalendar<PANEL extends VAbstractCalendarPanel<R>,​R extends Enum<R>>

  • Type Parameters:
    PANEL - the calendar panel type this field uses
    R - the resolution type which this field is based on (day, month, ...)
    All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.InsertPanel, com.google.gwt.user.client.ui.InsertPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Field, Iterable<com.google.gwt.user.client.ui.Widget>
    Direct Known Subclasses:
    VDateFieldCalendar, VDateTimeFieldCalendar

    public abstract class VAbstractDateFieldCalendar<PANEL extends VAbstractCalendarPanel<R>,​R extends Enum<R>>
    extends VDateField<R>
    A client side implementation for inline date field.
    Author:
    Vaadin Ltd
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
      • Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets

        com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
      • Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel

        com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
      • Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanel

        com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
    • Constructor Summary

      Constructors 
      Constructor Description
      VAbstractDateFieldCalendar​(PANEL panel, R resolution)
      Constructs a date selection widget with an inline date/time selector.
    • Field Detail

      • calendarPanel

        public final PANEL extends VAbstractCalendarPanel<R> calendarPanel
        For internal use only. May be removed or replaced in the future.
    • Constructor Detail

      • VAbstractDateFieldCalendar

        public VAbstractDateFieldCalendar​(PANEL panel,
                                          R resolution)
        Constructs a date selection widget with an inline date/time selector.
        Parameters:
        panel - the calendar panel instance that should be displayed
        resolution - the resolution this widget should display (day, month, ...)
    • Method Detail

      • updateValueFromPanel

        public abstract void updateValueFromPanel()
        Update buffered values and send them (if any) to the server.
      • setTabIndex

        public void setTabIndex​(int tabIndex)
        Sets the tabulator index for the calendar panel element that represents the entire widget in the browser's focus cycle.
        Parameters:
        tabIndex - the new tabulator index
      • getTabIndex

        public int getTabIndex()
        Returns the tabulator index of the calendar panel element that represents the entire widget in the browser's focus cycle.
        Returns:
        the tabulator index