Uses of Class
org.opencms.ui.components.editablegroup.CmsEditableGroup
-
Packages that use CmsEditableGroup Package Description org.opencms.ui.components.editablegroup Contains components for editing a homogeneous list of Vaadin components, often used for multivalued fields in dialogs.org.opencms.ui.favorites -
-
Uses of CmsEditableGroup in org.opencms.ui.components.editablegroup
Fields in org.opencms.ui.components.editablegroup declared as CmsEditableGroup Modifier and Type Field Description protected CmsEditableGroup
CmsDefaultActionHandler. m_group
The editable group.Methods in org.opencms.ui.components.editablegroup with parameters of type CmsEditableGroup Modifier and Type Method Description I_CmsEditableGroupRow
CmsEditableGroup.DefaultRowBuilder. buildRow(CmsEditableGroup group, com.vaadin.ui.Component component)
I_CmsEditableGroupRow
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.Constructors in org.opencms.ui.components.editablegroup with parameters of type CmsEditableGroup Constructor Description CmsDefaultActionHandler(CmsEditableGroup group, I_CmsEditableGroupRow row)
Creates a new instance.CmsEditableGroupRow(CmsEditableGroup group, com.vaadin.ui.Component component)
Creates a new instance. -
Uses of CmsEditableGroup in org.opencms.ui.favorites
Methods in org.opencms.ui.favorites with parameters of type CmsEditableGroup Modifier and Type Method Description CmsFavInfo
CmsFavoriteDialog. buildRow(CmsEditableGroup group, com.vaadin.ui.Component component)
-