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 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 an
Boolean
property to the exported web component identified byname
.final PropertyConfiguration<C,
Double> WebComponentExporter.addProperty
(String name, double defaultValue) Add an
Double
property to the exported web component identified byname
.final PropertyConfiguration<C,
Integer> WebComponentExporter.addProperty
(String name, int defaultValue) Add an
Integer
property to the exported web component identified byname
.final PropertyConfiguration<C,
elemental.json.JsonValue> WebComponentExporter.addProperty
(String name, elemental.json.JsonValue defaultValue) Add an
JsonValue
property to the exported web component identified byname
.final PropertyConfiguration<C,
String> WebComponentExporter.addProperty
(String name, String defaultValue) Add an
String
property 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 given
value
. -
Uses of PropertyConfiguration in com.vaadin.flow.server.webcomponent
Classes in com.vaadin.flow.server.webcomponent that implement PropertyConfigurationModifier and TypeClassDescriptionfinal class
PropertyConfigurationImpl<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()