| Package | Description |
|---|---|
| org.vaadin.miki.superfields.object.builder |
| Modifier and Type | Method and Description |
|---|---|
SimplePropertyComponentBuilder |
SimplePropertyComponentBuilder.withDefaultBuilder(FieldBuilder<?> builder)
Chains
setDefaultBuilder(FieldBuilder) and returns itself. |
SimplePropertyComponentBuilder |
SimplePropertyComponentBuilder.withDefaultLabel()
Chains
setDefaultLabel(boolean) with true and returns itself. |
SimplePropertyComponentBuilder |
SimplePropertyComponentBuilder.withDefaultLabel(boolean state)
Chains
setDefaultLabel(boolean) and returns itself. |
SimplePropertyComponentBuilder |
SimplePropertyComponentBuilder.withoutDefaultLabel()
Chains
setDefaultLabel(boolean) with false and returns itself. |
<P> SimplePropertyComponentBuilder |
SimplePropertyComponentBuilder.withRegisteredBuilder(Class<P> valueType,
FieldBuilder<P> builder)
Chains
registerBuilder(Class, FieldBuilder) and returns itself. |
<P> SimplePropertyComponentBuilder |
SimplePropertyComponentBuilder.withRegisteredBuilder(Predicate<Property<?,P>> predicate,
FieldBuilder<P> builder)
Chains
registerBuilder(Predicate, FieldBuilder) and returns itself. |
<P,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,P>> |
SimplePropertyComponentBuilder.withRegisteredType(Class<P> valueType,
com.vaadin.flow.function.SerializableSupplier<C> componentSupplier)
Chains
registerType(Class, SerializableSupplier) and returns itself. |
Copyright © 2024 Miki. All rights reserved.