Class PopupDateFieldState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.v7.shared.AbstractLegacyComponentState
-
- com.vaadin.v7.shared.AbstractFieldState
-
- com.vaadin.v7.shared.ui.datefield.TextualDateFieldState
-
- com.vaadin.v7.shared.ui.datefield.PopupDateFieldState
-
- All Implemented Interfaces:
Serializable
public class PopupDateFieldState extends TextualDateFieldState
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTION_FOR_ASSISTIVE_DEVICESStringdescriptionForAssistiveDevicesbooleantextFieldEnabled-
Fields inherited from class com.vaadin.v7.shared.ui.datefield.TextualDateFieldState
rangeEnd, rangeStart
-
Fields inherited from class com.vaadin.v7.shared.AbstractFieldState
focusDelegate, hideErrors, modified, propertyReadOnly, required, tabIndex
-
Fields inherited from class com.vaadin.v7.shared.AbstractLegacyComponentState
immediate, readOnly
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description PopupDateFieldState()
-
-
-
Field Detail
-
DESCRIPTION_FOR_ASSISTIVE_DEVICES
public static final String DESCRIPTION_FOR_ASSISTIVE_DEVICES
- See Also:
- Constant Field Values
-
textFieldEnabled
public boolean textFieldEnabled
-
-