Uses of Interface
org.vaadin.miki.superfields.object.ComponentGroupConfigurator
-
Packages that use ComponentGroupConfigurator Package Description org.vaadin.miki.superfields.object org.vaadin.miki.superfields.util.factory -
-
Uses of ComponentGroupConfigurator in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object with parameters of type ComponentGroupConfigurator Modifier and Type Method Description voidObjectField. addComponentGroupConfigurators(ComponentGroupConfigurator... configurators)Adds givenComponentGroupConfigurators.voidObjectField. removeComponentGroupConfigurator(ComponentGroupConfigurator configurator)Removes givenComponentGroupConfigurator.ObjectField<T>ObjectField. withComponentGroupConfigurators(ComponentGroupConfigurator... configurators)ChainsObjectField.addComponentGroupConfigurators(ComponentGroupConfigurator...)and returns itself.Method parameters in org.vaadin.miki.superfields.object with type arguments of type ComponentGroupConfigurator Modifier and Type Method Description voidObjectField. addComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators)Adds givenComponentGroupConfigurators.ObjectField<T>ObjectField. withComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators)ChainsObjectField.addComponentGroupConfigurators(Collection)and returns itself. -
Uses of ComponentGroupConfigurator in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return types with arguments of type ComponentGroupConfigurator Modifier and Type Method Description protected Collection<ComponentGroupConfigurator>ObjectFieldFactory. buildComponentGroupConfigurators()BuildsComponentGroupConfigurators: each component in a named group has style names added to it (obtained fromObjectFieldFactory.getGroupComponentStyleNames()
-