Uses of Class
org.opencms.ui.components.editablegroup.CmsEditableGroup
Package
Description
Contains components for editing a homogeneous list of Vaadin components, often used for multivalued fields in dialogs.
-
Uses of CmsEditableGroup in org.opencms.ui.apps.userdata
Modifier and TypeFieldDescriptionprotected CmsEditableGroup
CmsUserDataAppPanel.m_filterGroup
Manages the dynamic text filter fields. -
Uses of CmsEditableGroup in org.opencms.ui.components.editablegroup
Modifier and TypeFieldDescriptionprotected CmsEditableGroup
CmsDefaultActionHandler.m_group
The editable group.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.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.ModifierConstructorDescriptionCreates a new instance.CmsEditableGroupRow
(CmsEditableGroup group, com.vaadin.ui.Component component) Creates a new instance. -
Uses of CmsEditableGroup in org.opencms.ui.favorites
Modifier and TypeMethodDescriptionCmsFavoriteDialog.buildRow
(CmsEditableGroup group, com.vaadin.ui.Component component)