| Package | Description |
|---|---|
| org.opencms.ui.components.editablegroup |
Contains components for editing a homogeneous list of Vaadin components, often used for multivalued fields in dialogs
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CmsEditableGroup.AddButtonEmptyHandler
Empty handler which shows or hides an 'Add' button to add new rows, depending on whether the group is empty.
|
| Constructor and Description |
|---|
CmsEditableGroup(com.vaadin.ui.AbstractOrderedLayout container,
com.google.common.base.Supplier<com.vaadin.ui.Component> componentFactory,
CmsEditableGroup.I_EmptyHandler emptyHandler)
Creates a new instance.
|