public class AbstractFieldState extends TabIndexState
AbstractField
.Modifier and Type | Field and Description |
---|---|
Connector |
focusDelegate
The component which should receive focus events instead of the custom
field wrapper.
|
boolean |
hideErrors |
boolean |
modified |
boolean |
propertyReadOnly |
boolean |
required |
tabIndex
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
enabled, registeredEventListeners, resources
Constructor and Description |
---|
AbstractFieldState() |
public boolean propertyReadOnly
public boolean hideErrors
public boolean required
public boolean modified
public Connector focusDelegate
This is not used in all fields, but needs to be here for the time being (#20468).
Copyright © 2019 Vaadin Ltd. All rights reserved.