Uses of Interface
org.opencms.ui.components.editablegroup.CmsEditableGroup.I_EmptyHandler
Package
Description
Contains components for editing a homogeneous list of Vaadin components, often used for multivalued fields in dialogs.
-
Uses of CmsEditableGroup.I_EmptyHandler in org.opencms.ui.components.editablegroup
Modifier and TypeClassDescriptionstatic class
Empty handler which shows or hides an 'Add' button to add new rows, depending on whether the group is empty.ModifierConstructorDescriptionCmsEditableGroup
(com.vaadin.ui.AbstractOrderedLayout container, com.google.common.base.Supplier<com.vaadin.ui.Component> componentFactory, CmsEditableGroup.I_EmptyHandler emptyHandler) Creates a new instance.