Class CmsEditableGroup.DefaultRowBuilder
java.lang.Object
org.opencms.ui.components.editablegroup.CmsEditableGroup.DefaultRowBuilder
- All Implemented Interfaces:
CmsEditableGroup.I_RowBuilder
- Enclosing class:
- CmsEditableGroup
public static class CmsEditableGroup.DefaultRowBuilder
extends Object
implements CmsEditableGroup.I_RowBuilder
Default implementation for row builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildRow
(CmsEditableGroup group, com.vaadin.ui.Component component) Builds a row for the given group by wrapping the given component.
-
Constructor Details
-
DefaultRowBuilder
public DefaultRowBuilder()
-
-
Method Details
-
buildRow
Description copied from interface:CmsEditableGroup.I_RowBuilder
Builds a row for the given group by wrapping the given component.- Specified by:
buildRow
in interfaceCmsEditableGroup.I_RowBuilder
- Parameters:
group
- the groupcomponent
- the component- Returns:
- the new row
-