Uses of Class
org.opencms.ui.components.editablegroup.CmsEditableGroup
Packages that use 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.userdataFields in org.opencms.ui.apps.userdata declared as CmsEditableGroupModifier and TypeFieldDescriptionprotected CmsEditableGroupCmsUserDataAppPanel.m_filterGroupManages the dynamic text filter fields.
- 
Uses of CmsEditableGroup in org.opencms.ui.components.editablegroupFields in org.opencms.ui.components.editablegroup declared as CmsEditableGroupModifier and TypeFieldDescriptionprotected CmsEditableGroupCmsDefaultActionHandler.m_groupThe editable group.Methods in org.opencms.ui.components.editablegroup with parameters of type CmsEditableGroupModifier 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.voidCmsEditableGroup.AddButtonEmptyHandler.init(CmsEditableGroup group) voidCmsEditableGroup.I_EmptyHandler.init(CmsEditableGroup group) Needs to be called initially with the group for which this is used.Constructors in org.opencms.ui.components.editablegroup with parameters of type CmsEditableGroupModifierConstructorDescriptionCreates a new instance.CmsEditableGroupRow(CmsEditableGroup group, com.vaadin.ui.Component component) Creates a new instance.
- 
Uses of CmsEditableGroup in org.opencms.ui.favoritesMethods in org.opencms.ui.favorites with parameters of type CmsEditableGroupModifier and TypeMethodDescriptionCmsFavoriteDialog.buildRow(CmsEditableGroup group, com.vaadin.ui.Component component)