| Package | Description |
|---|---|
| org.opencms.ui.components.editablegroup |
Contains components for editing a homogeneous list of Vaadin components, often used for multivalued fields in dialogs
|
| org.opencms.ui.favorites |
| Modifier and Type | Method and Description |
|---|---|
I_CmsEditableGroupRow |
CmsEditableGroup.DefaultRowBuilder.buildRow(CmsEditableGroup group,
com.vaadin.ui.Component component) |
I_CmsEditableGroupRow |
CmsEditableGroup.I_RowBuilder.buildRow(CmsEditableGroup group,
com.vaadin.ui.Component component)
Builds a row for the given group by wrapping the given component.
|
void |
CmsEditableGroup.AddButtonEmptyHandler.init(CmsEditableGroup group) |
void |
CmsEditableGroup.I_EmptyHandler.init(CmsEditableGroup group)
Needs to be called initially with the group for which this is used.
|
| Constructor and Description |
|---|
CmsDefaultActionHandler(CmsEditableGroup group,
I_CmsEditableGroupRow row)
Creates a new instance.
|
CmsEditableGroupRow(CmsEditableGroup group,
com.vaadin.ui.Component component)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsFavInfo |
CmsFavoriteDialog.buildRow(CmsEditableGroup group,
com.vaadin.ui.Component component) |