Uses of Interface
com.vaadin.classic.v8.ui.ComponentContainer
Packages that use ComponentContainer
-
Uses of ComponentContainer in com.vaadin.classic.v8.ui
Subinterfaces of ComponentContainer in com.vaadin.classic.v8.uiModifier and TypeInterfaceDescriptioninterfaceLegacy version of Layout interface that resembles Vaadin 7/8's Layout interface API as closely as possible in order to facilitate migration to newer versions of Vaadin.Classes in com.vaadin.classic.v8.ui that implement ComponentContainerModifier and TypeClassDescriptionclassClassic Component implementation of V8's com.vaadin.ui.AbsoluteLayout.classLegacy version of AbstractComponentContainer that resembles Vaadin 7/8's AbstractComponentContainer API as closely as possible in order to facilitate migration to newer versions of Vaadin.classclassLegacy version of AbstractOrderedLayout that resembles Vaadin 7/8's AbstractOrderedLayout API as closely as possible in order to facilitate migration to newer versions of Vaadin.classLegacy version of FormLayout that resembles Vaadin 7/8's FormLayout API as closely as possible in order to facilitate migration to newer versions of Vaadin.classClassic Components version of V8's GridLayout.classLegacy version of HorizontalLayout that resembles Vaadin 7/8's HorizontalLayout API as closely as possible in order to facilitate migration to newer versions of Vaadin.classLegacy version of VerticalLayout that resembles Vaadin 7/8's VerticalLayout API as closely as possible in order to facilitate migration to newer versions of Vaadin.Methods in com.vaadin.classic.v8.ui with parameters of type ComponentContainerModifier and TypeMethodDescriptionvoidAbstractComponentContainer.moveComponentsFrom(ComponentContainer source) Moves all components from another container into this container.voidComponentContainer.moveComponentsFrom(ComponentContainer source) Moves all components from another container into this container.