Package com.storedobject.vaadin
Interface HasContainer
- All Known Implementing Classes:
AbstractDataEditor,AbstractDataForm,ActionForm,DataEditor,DataForm,InformationMessage
public interface HasContainer
An interface to denote that the class contains a
HasComponents (component
container) embedded in it.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.HasComponentsGet the component container of this class.
-
Method Details
-
getContainer
com.vaadin.flow.component.HasComponents getContainer()Get the component container of this class.- Returns:
- Container.
-