Uses of Class
com.vaadin.flow.server.webcomponent.PropertyData
-
Packages that use PropertyData Package Description com.vaadin.flow.component.webcomponent com.vaadin.flow.server.webcomponent -
-
Uses of PropertyData in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent that return types with arguments of type PropertyData Modifier and Type Method Description Set<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
Methods in com.vaadin.flow.server.webcomponent that return PropertyData Modifier and Type Method Description PropertyData<P>
PropertyConfigurationImpl. getPropertyData()
ComputedPropertyData
based on the configuration details.PropertyData<P>
PropertyData. updateReadOnly(boolean readOnly)
Creates a copy ofthis
with the newreadOnly
value.
-