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 Type
    Method
    Description
    buildRow(CmsEditableGroup group, com.vaadin.ui.Component component)
    Builds a row for the given group by wrapping the given component.
  • Method Details

    • buildRow

      I_CmsEditableGroupRow buildRow(CmsEditableGroup group, com.vaadin.ui.Component component)
      Builds a row for the given group by wrapping the given component.
      Parameters:
      group - the group
      component - the component
      Returns:
      the new row