Uses of Interface
com.vaadin.classic.v8.ui.HasComponents
-
Packages that use HasComponents Package Description com.vaadin.classic.v8.ui -
-
Uses of HasComponents in com.vaadin.classic.v8.ui
Subinterfaces of HasComponents in com.vaadin.classic.v8.ui Modifier and Type Interface Description interfaceComponentContainerLegacy version of ComponentContainer, a special type of parent which allows the user to add and remove components to it.interfaceLayoutLegacy 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.interfaceSingleComponentContainerInterface 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 classAbsoluteLayoutClassic Component implementation of V8's com.vaadin.ui.AbsoluteLayout.classAbstractComponentContainerLegacy 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.classAbstractLayoutclassAbstractOrderedLayoutLegacy 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.classAbstractSingleComponentContainerAbstract base class for legacy Vaadin framework version 7/8 component containers that have only one child component.classFormLayoutLegacy 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.classGridLayoutClassic Components version of V8's GridLayout.classHorizontalLayoutLegacy 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.classPanelLegacy version of Panel - a simple single component container.classVerticalLayoutLegacy 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 that return HasComponents Modifier and Type Method Description HasComponentsHasComponents.ComponentAttachEvent. getContainer()Gets the component container.HasComponentsHasComponents.ComponentDetachEvent. getContainer()Gets the component container.Methods in com.vaadin.classic.v8.ui with parameters of type HasComponents Modifier and Type Method Description voidAbstractComponent. setParent(HasComponents parent)Sets the parent classic component of the component.
-