We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.
Class AbstractComponentState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
All Implemented Interfaces:
Direct Known Subclasses:
AbstractEmbeddedState, AbstractLayoutState, AbstractMediaState, AbstractSplitPanelState, BrowserWindowOpenerState, CalendarState, ColorPickerGradientState, ColorPickerGridState, ColorPickerState, JavaScriptComponentState, LabelState, LinkState, LoginFormState, PanelState, PopupViewState, TabIndexState, TabsheetState, UploadState
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:
-
-
Field Summary
Fields Modifier and Type Field and Description String
caption
boolean
captionAsHtml
String
description
ErrorLevel
errorLevel
Level of error
String
errorMessage
HTML formatted error message for the component
String
height
String
id
boolean
immediate
String
primaryStyleName
boolean
readOnly
List<String>
styles
String
width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor and Description AbstractComponentState()
-
-
-
Field Detail
-
height
public String height
-
width
public String width
-
readOnly
public boolean readOnly
-
immediate
@NoLayout public boolean immediate
-
caption
public String caption
-
id
public String id
-
primaryStyleName
public String primaryStyleName
-
errorMessage
public String errorMessage
HTML formatted error message for the component
-
errorLevel
public ErrorLevel errorLevel
Level of error
Since:
7.7.11
-
captionAsHtml
public boolean captionAsHtml
-
-