Uses of Interface
com.vaadin.flow.component.webcomponent.PropertyConfiguration
Packages that use PropertyConfiguration
Package
Description
-
Uses of PropertyConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return PropertyConfigurationModifier and TypeMethodDescriptionfinal PropertyConfiguration<C, Boolean> WebComponentExporter.addProperty(String name, boolean defaultValue) Add anBooleanproperty to the exported web component identified byname.final PropertyConfiguration<C, Double> WebComponentExporter.addProperty(String name, double defaultValue) Add anDoubleproperty to the exported web component identified byname.final PropertyConfiguration<C, Integer> WebComponentExporter.addProperty(String name, int defaultValue) Add anIntegerproperty to the exported web component identified byname.final PropertyConfiguration<C, String> WebComponentExporter.addProperty(String name, String defaultValue) Add anStringproperty to the exported web component identified byname.final PropertyConfiguration<C, tools.jackson.databind.node.BaseJsonNode> WebComponentExporter.addProperty(String name, tools.jackson.databind.node.BaseJsonNode defaultValue) Add anJsonValueproperty to the exported web component identified byname. -
Uses of PropertyConfiguration in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent that return PropertyConfigurationModifier and TypeMethodDescriptionPropertyConfiguration.onChange(SerializableBiConsumer<C, P> onChangeHandler) Sets a Property change handler.PropertyConfiguration.readOnly()Mark the property as read-only.Methods in com.vaadin.flow.component.webcomponent with parameters of type PropertyConfigurationModifier and TypeMethodDescription<P extends Serializable>
voidWebComponent.setProperty(PropertyConfiguration<C, P> propertyConfiguration, P value) Sets property value on the client-side to the givenvalue. -
Uses of PropertyConfiguration in com.vaadin.flow.server.webcomponent
Classes in com.vaadin.flow.server.webcomponent that implement PropertyConfigurationModifier and TypeClassDescriptionfinal classPropertyConfigurationImpl<C extends Component,P extends Serializable> For internal use only.Methods in com.vaadin.flow.server.webcomponent that return PropertyConfigurationModifier and TypeMethodDescriptionPropertyConfigurationImpl.onChange(SerializableBiConsumer<C, P> onChangeHandler) PropertyConfigurationImpl.readOnly()