com.vaadin.client.ui
Class VDateFieldCalendar

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.ui.VDateField
          extended by com.vaadin.client.ui.VDateFieldCalendar
All Implemented Interfaces:
Field

public class VDateFieldCalendar
extends VDateField

A client side implementation for InlineDateField


Field Summary
 VCalendarPanel calendarPanel
          For internal use only.
 
Fields inherited from class com.vaadin.client.ui.VDateField
CLASSNAME, client, currentLocale, currentResolution, dts, enabled, immediate, paintableId, readonly, RESOLUTION_DAY, RESOLUTION_HOUR, RESOLUTION_MIN, RESOLUTION_MONTH, RESOLUTION_SEC, RESOLUTION_YEAR, showISOWeekNumbers
 
Constructor Summary
VDateFieldCalendar()
           
 
Method Summary
 int getTabIndex()
           
 void setTabIndex(int tabIndex)
           
 void updateValueFromPanel()
          TODO refactor: almost same method as in VPopupCalendar.updateValue
 
Methods inherited from class com.vaadin.client.ui.VDateField
getClient, getCurrentDate, getCurrentLocale, getCurrentResolution, getDate, getDateTimeService, getId, getMilliseconds, getTime, isEnabled, isImmediate, isReadonly, isShowISOWeekNumbers, resolutionToString, setCurrentDate, setCurrentLocale, setCurrentResolution, setDate, setEnabled, setImmediate, setMilliseconds, setReadonly, setShowISOWeekNumbers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

calendarPanel

public final VCalendarPanel calendarPanel
For internal use only. May be removed or replaced in the future.

Constructor Detail

VDateFieldCalendar

public VDateFieldCalendar()
Method Detail

updateValueFromPanel

public void updateValueFromPanel()
TODO refactor: almost same method as in VPopupCalendar.updateValue

For internal use only. May be removed or replaced in the future.


setTabIndex

public void setTabIndex(int tabIndex)

getTabIndex

public int getTabIndex()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.