| Package | Description |
|---|---|
| org.vaadin.miki.superfields.collections | |
| org.vaadin.miki.superfields.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionField<T,C extends Collection<T>>
All-purpose field for editing and maintaining values that are
Collections. |
| Modifier and Type | Method and Description |
|---|---|
C |
CollectionComponentProvider.provideComponent(int index,
CollectionController controller)
Constructs the component for an object at given index.
|
| Modifier and Type | Method and Description |
|---|---|
static SuperTextArea |
CollectionComponentProviders.textArea(int index,
CollectionController controller)
Produces plain text area.
|
static SuperTextField |
CollectionComponentProviders.textField(int index,
CollectionController controller)
Produces plain text field.
|
Copyright © 2024 Miki. All rights reserved.