Uses of Interface
org.opencms.ui.components.editablegroup.CmsEditableGroup.I_EmptyHandler
Packages that use 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
Classes in org.opencms.ui.components.editablegroup that implement CmsEditableGroup.I_EmptyHandlerModifier and TypeClassDescriptionstatic class
Empty handler which shows or hides an 'Add' button to add new rows, depending on whether the group is empty.Constructors in org.opencms.ui.components.editablegroup with parameters of type CmsEditableGroup.I_EmptyHandlerModifierConstructorDescriptionCmsEditableGroup
(com.vaadin.ui.AbstractOrderedLayout container, com.google.common.base.Supplier<com.vaadin.ui.Component> componentFactory, CmsEditableGroup.I_EmptyHandler emptyHandler) Creates a new instance.