Uses of Interface
org.opencms.ui.components.editablegroup.I_CmsEditableGroupRow
Packages that use 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
Classes in org.opencms.ui.components.editablegroup that implement I_CmsEditableGroupRowModifier and TypeClassDescriptionclass
Default implementation for row for multivalue field lists.Fields in org.opencms.ui.components.editablegroup declared as I_CmsEditableGroupRowModifier and TypeFieldDescriptionprotected I_CmsEditableGroupRow
CmsDefaultActionHandler.m_row
The row.Methods in org.opencms.ui.components.editablegroup that return I_CmsEditableGroupRowModifier 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.Methods in org.opencms.ui.components.editablegroup that return types with arguments of type I_CmsEditableGroupRowMethods in org.opencms.ui.components.editablegroup with parameters of type I_CmsEditableGroupRowModifier 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.Constructors in org.opencms.ui.components.editablegroup with parameters of type I_CmsEditableGroupRowModifierConstructorDescriptionCreates a new instance. -
Uses of I_CmsEditableGroupRow in org.opencms.ui.favorites
Classes in org.opencms.ui.favorites that implement I_CmsEditableGroupRowConstructors in org.opencms.ui.favorites with parameters of type I_CmsEditableGroupRowModifierConstructorDescriptionCreates a new instance.