Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.component.webcomponent | |
com.vaadin.flow.server.webcomponent |
Modifier and Type | Method and Description |
---|---|
PropertyConfiguration<C,Boolean> |
WebComponentExporter.addProperty(String name,
boolean defaultValue)
Add an
Boolean property to the exported web component identified
by name . |
PropertyConfiguration<C,Double> |
WebComponentExporter.addProperty(String name,
double defaultValue)
Add an
Double property to the exported web component identified
by name . |
PropertyConfiguration<C,Integer> |
WebComponentExporter.addProperty(String name,
int defaultValue)
Add an
Integer property to the exported web component identified
by name . |
PropertyConfiguration<C,elemental.json.JsonValue> |
WebComponentExporter.addProperty(String name,
elemental.json.JsonValue defaultValue)
Add an
JsonValue property to the exported web component
identified by name . |
PropertyConfiguration<C,String> |
WebComponentExporter.addProperty(String name,
String defaultValue)
Add an
String property to the exported web component identified
by name . |
Modifier and Type | Method and Description |
---|---|
PropertyConfiguration<C,P> |
PropertyConfiguration.onChange(SerializableBiConsumer<C,P> onChangeHandler)
Sets a Property change handler.
|
PropertyConfiguration<C,P> |
PropertyConfiguration.readOnly()
Mark the property as read-only.
|
Modifier and Type | Method and Description |
---|---|
<P extends Serializable> |
WebComponent.setProperty(PropertyConfiguration<C,P> propertyConfiguration,
P value)
Sets property value on the client-side to the given
value . |
Modifier and Type | Class and Description |
---|---|
class |
PropertyConfigurationImpl<C extends Component,P extends Serializable>
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
PropertyConfiguration<C,P> |
PropertyConfigurationImpl.onChange(SerializableBiConsumer<C,P> onChangeHandler) |
PropertyConfiguration<C,P> |
PropertyConfigurationImpl.readOnly() |
Copyright © 2025. All rights reserved.