We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.server.webcomponent.PropertyData
Packages that use PropertyData
-
Uses of PropertyData in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent that return types with arguments of type PropertyDataModifier and TypeMethodDescriptionSet<PropertyData<? extends Serializable>>
WebComponentConfiguration.getPropertyDataSet()
Set of all the
PropertyData
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 PropertyDataModifier and TypeMethodDescriptionPropertyConfigurationImpl.getPropertyData()
Computed
PropertyData
based on the configuration details.PropertyData.updateReadOnly
(boolean readOnly) Creates a copy of
this
with the newreadOnly
value.