public class AbstractComponentState extends SharedState
Modifier and Type | Field and 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 |
enabled, registeredEventListeners, resources
Constructor and Description |
---|
AbstractComponentState() |
public String height
public String width
@NoLayout public ContentMode descriptionContentMode
public String caption
public String id
public String primaryStyleName
public String errorMessage
public ErrorLevel errorLevel
public boolean captionAsHtml
Copyright © 2022 Vaadin Ltd. All rights reserved.