Uses of Class
org.vaadin.miki.superfields.object.builder.SimplePropertyComponentBuilder
Packages that use SimplePropertyComponentBuilder
-
Uses of SimplePropertyComponentBuilder in org.vaadin.miki.superfields.object.builder
Methods in org.vaadin.miki.superfields.object.builder that return SimplePropertyComponentBuilderModifier and TypeMethodDescriptionSimplePropertyComponentBuilder.withDefaultBuilder(FieldBuilder<?> builder) ChainssetDefaultBuilder(FieldBuilder)and returns itself.SimplePropertyComponentBuilder.withDefaultLabel()ChainssetDefaultLabel(boolean)withtrueand returns itself.SimplePropertyComponentBuilder.withDefaultLabel(boolean state) ChainssetDefaultLabel(boolean)and returns itself.SimplePropertyComponentBuilder.withoutDefaultLabel()ChainssetDefaultLabel(boolean)withfalseand returns itself.final <P> SimplePropertyComponentBuilderSimplePropertyComponentBuilder.withRegisteredBuilder(Class<P> valueType, FieldBuilder<P> builder) ChainsregisterBuilder(Class, FieldBuilder)and returns itself.final <P> SimplePropertyComponentBuilderSimplePropertyComponentBuilder.withRegisteredBuilder(Predicate<Property<?, P>> predicate, FieldBuilder<P> builder) ChainsregisterBuilder(Predicate, FieldBuilder)and returns itself.final <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.