Uses of Class
org.vaadin.miki.superfields.object.builder.SimplePropertyComponentBuilder
-
Packages that use SimplePropertyComponentBuilder Package Description org.vaadin.miki.superfields.object.builder -
-
Uses of SimplePropertyComponentBuilder in org.vaadin.miki.superfields.object.builder
Methods in org.vaadin.miki.superfields.object.builder that return SimplePropertyComponentBuilder Modifier and Type Method Description SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withDefaultBuilder(FieldBuilder<?> builder)ChainssetDefaultBuilder(FieldBuilder)and returns itself.SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withDefaultLabel()ChainssetDefaultLabel(boolean)withtrueand returns itself.SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withDefaultLabel(boolean state)ChainssetDefaultLabel(boolean)and returns itself.SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withoutDefaultLabel()ChainssetDefaultLabel(boolean)withfalseand returns itself.<P> SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withRegisteredBuilder(Class<P> valueType, FieldBuilder<P> builder)ChainsregisterBuilder(Class, FieldBuilder)and returns itself.<P> SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withRegisteredBuilder(Predicate<Property<?,P>> predicate, FieldBuilder<P> builder)ChainsregisterBuilder(Predicate, FieldBuilder)and returns itself.<P,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,P>>
SimplePropertyComponentBuilderSimplePropertyComponentBuilder. withRegisteredType(Class<P> valueType, com.vaadin.flow.function.SerializableSupplier<C> componentSupplier)ChainsregisterType(Class, SerializableSupplier)and returns itself.
-