Uses of Interface
org.opencms.ui.components.editablegroup.I_CmsEditableGroupRow
Package
Description
Contains components for editing a homogeneous list of Vaadin components, often used for multivalued fields in dialogs.
-
Uses of I_CmsEditableGroupRow in org.opencms.ui.components.editablegroup
Modifier and TypeClassDescriptionclass
Default implementation for row for multivalue field lists.Modifier and TypeFieldDescriptionprotected I_CmsEditableGroupRow
CmsDefaultActionHandler.m_row
The row.Modifier and TypeMethodDescriptionCmsEditableGroup.DefaultRowBuilder.buildRow
(CmsEditableGroup group, com.vaadin.ui.Component component) 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 TypeMethodDescriptionvoid
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.onEdit
(I_CmsEditableGroupRow row) void
CmsEditableGroup.remove
(I_CmsEditableGroupRow row) Removes the given row.ModifierConstructorDescriptionCreates a new instance. -
Uses of I_CmsEditableGroupRow in org.opencms.ui.favorites
ModifierConstructorDescriptionCreates a new instance.