Package | Description |
---|---|
com.vaadin.flow.component.webcomponent | |
com.vaadin.flow.server.webcomponent |
Modifier and Type | Method and Description |
---|---|
Set<PropertyData<? extends Serializable>> |
WebComponentConfiguration.getPropertyDataSet()
Set of all the
PropertyData objects defining the web component's
properties. |
Modifier and Type | Method and Description |
---|---|
PropertyData<P> |
PropertyConfigurationImpl.getPropertyData()
Computed
PropertyData based on the configuration details. |
PropertyData<P> |
PropertyData.updateReadOnly(boolean readOnly)
Creates a copy of
this with the new readOnly value. |
Copyright © 2025. All rights reserved.