Uses of Interface
com.vaadin.classic.v8.ui.ComponentContainer

Packages that use ComponentContainer
Package
Description
 
  • Uses of ComponentContainer in com.vaadin.classic.v8.ui

    Modifier and Type
    Interface
    Description
    interface 
    Legacy 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.
    Modifier and Type
    Class
    Description
    class 
    Classic Component implementation of V8's com.vaadin.ui.AbsoluteLayout.
    class 
    Legacy 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.
    class 
     
    class 
    Legacy 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.
    class 
    Legacy 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.
    class 
    Classic Components version of V8's GridLayout.
    class 
    Legacy 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.
    class 
    Legacy 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 ComponentContainer
    Modifier and Type
    Method
    Description
    void
    AbstractComponentContainer.moveComponentsFrom(ComponentContainer source)
    Moves all components from another container into this container.
    void
    ComponentContainer.moveComponentsFrom(ComponentContainer source)
    Moves all components from another container into this container.