|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFlowPanel
com.vaadin.client.ui.VDateField
com.vaadin.client.ui.VDateFieldCalendar
public class VDateFieldCalendar
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 |
|---|
public final VCalendarPanel calendarPanel
| Constructor Detail |
|---|
public VDateFieldCalendar()
| Method Detail |
|---|
public void updateValueFromPanel()
For internal use only. May be removed or replaced in the future.
public void setTabIndex(int tabIndex)
public int getTabIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||