Interface CmsEditableGroup.I_RowBuilder
- All Known Implementing Classes:
CmsEditableGroup.DefaultRowBuilder
,CmsFavoriteDialog
- Enclosing class:
- CmsEditableGroup
public static interface CmsEditableGroup.I_RowBuilder
Builds editable group rows by wrapping other components.
-
Method Summary
Modifier and TypeMethodDescriptionbuildRow
(CmsEditableGroup group, com.vaadin.ui.Component component) Builds a row for the given group by wrapping the given component.
-
Method Details
-
buildRow
Builds a row for the given group by wrapping the given component.- Parameters:
group
- the groupcomponent
- the component- Returns:
- the new row
-