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

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

    Modifier and Type
    Interface
    Description
    interface 
    Legacy version of ComponentContainer, a special type of parent which allows the user to add and remove components to it.
    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.
    interface 
    Interface for classic component containers that have one child component and do not support adding or removing components.
    Classes in com.vaadin.classic.v8.ui that implement HasComponents
    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 
    Abstract base class for legacy Vaadin framework version 7/8 component containers that have only one child component.
    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 Panel - a simple single component container.
    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.
    Modifier and Type
    Method
    Description
    HasComponents.ComponentAttachEvent.getContainer()
    Gets the component container.
    HasComponents.ComponentDetachEvent.getContainer()
    Gets the component container.
    Methods in com.vaadin.classic.v8.ui with parameters of type HasComponents
    Modifier and Type
    Method
    Description
    void
    AbstractComponent.setParent(HasComponents parent)
    Sets the parent classic component of the component.