| 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 | Class and Description |
|---|---|
class |
CmsEditableGroupRow
Default implementation for row for multivalue field lists.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsEditableGroupRow> |
CmsEditableGroup.getRows()
Gets all rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsEditableGroup.addRowAfter(I_CmsEditableGroupRow row)
Adds a new row after the given one.
|
void |
CmsEditableGroup.moveDown(I_CmsEditableGroupRow row)
Moves the given row down.
|
void |
CmsEditableGroup.moveUp(I_CmsEditableGroupRow row)
Moves the given row up.
|
void |
CmsEditableGroup.remove(I_CmsEditableGroupRow row)
Removes the given row.
|
| Constructor and Description |
|---|
CmsDefaultActionHandler(CmsEditableGroup group,
I_CmsEditableGroupRow row)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFavInfo
Resource info box.
|
| Constructor and Description |
|---|
SaveAfterChangeActionHandler(I_CmsEditableGroupRow row)
Creates a new instance.
|