public class AbstractFieldState extends AbstractLegacyComponentState
com.vaadin.ui.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 |
int |
tabIndex
The tabulator index of the field.
|
immediate, readOnlycaption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
AbstractFieldState() |
public boolean propertyReadOnly
public boolean hideErrors
public boolean required
public boolean modified
@NoLayout public int tabIndex
public Connector focusDelegate
This is not used in all fields, but needs to be here for the time being (#20468).
Copyright © 2021 Vaadin Ltd. All rights reserved.