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:
AbstractComponentContainerState
,AbstractEmbeddedState
,AbstractMediaState
,AbstractSingleComponentContainerState
,CompositeState
,CustomComponentState
,JavaScriptComponentState
,LabelState
,LinkState
,PopupViewState
,TabIndexState
,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 Description String
caption
boolean
captionAsHtml
String
description
ContentMode
descriptionContentMode
ErrorLevel
errorLevel
Level of error.
String
errorMessage
HTML formatted error message for the component.
String
height
String
id
String
primaryStyleName
List<String>
styles
String
width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentState()
-
-
-
Field Detail
-
height
public String height
-
width
public String width
-
descriptionContentMode
@NoLayout public ContentMode descriptionContentMode
-
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:
8.2
-
captionAsHtml
public boolean captionAsHtml
-
-