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 thePropertyDataobjects 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()ComputedPropertyDatabased on the configuration details.PropertyData.updateReadOnly(boolean readOnly) Creates a copy ofthiswith the newreadOnlyvalue.