| Package | Description |
|---|---|
| org.vaadin.miki.superfields.object | |
| org.vaadin.miki.superfields.util.factory |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectField.addComponentGroupConfigurators(ComponentGroupConfigurator... configurators)
Adds given
ComponentGroupConfigurators. |
void |
ObjectField.removeComponentGroupConfigurator(ComponentGroupConfigurator configurator)
Removes given
ComponentGroupConfigurator. |
ObjectField<T> |
ObjectField.withComponentGroupConfigurators(ComponentGroupConfigurator... configurators)
Chains
ObjectField.addComponentGroupConfigurators(ComponentGroupConfigurator...) and returns itself. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectField.addComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators)
Adds given
ComponentGroupConfigurators. |
ObjectField<T> |
ObjectField.withComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators)
Chains
ObjectField.addComponentGroupConfigurators(Collection) and returns itself. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ComponentGroupConfigurator> |
ObjectFieldFactory.buildComponentGroupConfigurators()
Builds
ComponentGroupConfigurators:
each component in a named group has style names added to it (obtained from ObjectFieldFactory.getGroupComponentStyleNames()
|
Copyright © 2023 Miki. All rights reserved.