Uses of Class
com.vaadin.flow.server.webcomponent.PropertyData
-
Uses of PropertyData in com.vaadin.flow.component.webcomponent
Modifier and TypeMethodDescriptionSet<PropertyData<? extends Serializable>>
WebComponentConfiguration.getPropertyDataSet()
Set of all thePropertyData
objects defining the web component's properties. -
Uses of PropertyData in com.vaadin.flow.server.webcomponent
Modifier and TypeMethodDescriptionPropertyConfigurationImpl.getPropertyData()
ComputedPropertyData
based on the configuration details.PropertyData.updateReadOnly
(boolean readOnly) Creates a copy ofthis
with the newreadOnly
value.