|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.shared.AbstractFieldState
com.vaadin.addon.touchkit.gwt.client.vcom.DatePickerState
public class DatePickerState
State class for DatePicker
Nested Class Summary | |
---|---|
static class |
DatePickerState.Resolution
Resolution of DatePicker |
Field Summary | |
---|---|
String |
date
|
String |
max
|
String |
min
|
DatePickerState.Resolution |
resolution
|
boolean |
useNative
|
Fields inherited from class com.vaadin.shared.AbstractFieldState |
---|
hideErrors, modified, propertyReadOnly, required |
Fields inherited from class com.vaadin.shared.ui.TabIndexState |
---|
tabIndex |
Fields inherited from class com.vaadin.shared.AbstractComponentState |
---|
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width |
Fields inherited from class com.vaadin.shared.communication.SharedState |
---|
enabled, registeredEventListeners, resources |
Constructor Summary | |
---|---|
DatePickerState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DatePickerState.Resolution resolution
public String date
public String min
public String max
public boolean useNative
Constructor Detail |
---|
public DatePickerState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |