com.vaadin.shared
Class AbstractComponentState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AbstractEmbeddedState, AbstractLayoutState, AbstractMediaState, AbstractSplitPanelState, BrowserWindowOpenerState, CalendarState, ColorPickerGradientState, ColorPickerGridState, ColorPickerState, GridState, JavaScriptComponentState, LabelState, LinkState, PanelState, PopupViewState, TabIndexState, TabsheetState
public class AbstractComponentState
- extends SharedState
Default shared state implementation for AbstractComponent.
State classes of components should typically extend this class.
- Since:
- 7.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
height
public java.lang.String height
width
public java.lang.String width
readOnly
public boolean readOnly
immediate
@NoLayout
public boolean immediate
description
@NoLayout
public java.lang.String description
caption
public java.lang.String caption
styles
public java.util.List<java.lang.String> styles
id
public java.lang.String id
primaryStyleName
public java.lang.String primaryStyleName
errorMessage
public java.lang.String errorMessage
captionAsHtml
public boolean captionAsHtml
AbstractComponentState
public AbstractComponentState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.