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 TypeClassDescriptionclassDefault implementation for row for multivalue field lists.Fields in org.opencms.ui.components.editablegroup declared as I_CmsEditableGroupRowModifier and TypeFieldDescriptionprotected I_CmsEditableGroupRowCmsDefaultActionHandler.m_rowThe 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 TypeMethodDescriptionvoidCmsEditableGroup.addRowAfter(I_CmsEditableGroupRow row) Adds a new row after the given one.voidCmsEditableGroup.moveDown(I_CmsEditableGroupRow row) Moves the given row down.voidCmsEditableGroup.moveUp(I_CmsEditableGroupRow row) Moves the given row up.voidCmsEditableGroup.onEdit(I_CmsEditableGroupRow row) voidCmsEditableGroup.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.