Uses of Interface
com.vaadin.ui.HasComponents
-
Packages that use HasComponents Package Description com.vaadin.navigator com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of HasComponents in com.vaadin.navigator
Classes in com.vaadin.navigator that implement HasComponents Modifier and Type Class Description static classNavigator.EmptyViewEmpty view component. -
Uses of HasComponents in com.vaadin.ui
Subinterfaces of HasComponents in com.vaadin.ui Modifier and Type Interface Description interfaceComponentContainerA special type of parent which allows the user to add and remove components to it.interfaceHasChildMeasurementHintComponent with layout measuring hint.interfaceLayoutExtension to theComponentContainerinterface which adds the layouting control to the elements in the container.interfaceSelectiveRendererInterface implemented byHasComponentsimplementors that wish to dynamically be able to prevent given child components from reaching the client side.interfaceSingleComponentContainerInterface for component containers that have one child component and do not support adding or removing components.Classes in com.vaadin.ui that implement HasComponents Modifier and Type Class Description classAbsoluteLayoutAbsoluteLayout is a layout implementation that mimics html absolute positioning.classAbstractComponentContainerExtension toAbstractComponentthat defines the default implementation for the methods inComponentContainer.classAbstractLayoutAn abstract class that defines default implementation for theLayoutinterface.classAbstractOrderedLayoutclassAbstractSingleComponentContainerAbstract base class for component containers that have only one child component.classAbstractSplitPanelAbstractSplitPanel.classAccordionAn accordion is a component similar to aTabSheet, but with a vertical orientation and the selected component presented between tabs.classCompositeComposite allows creating new UI components by composition of existing server-side components.classCssLayoutCssLayout is a layout component that can be used in browser environment only.classCustomComponentCustom component provides a simple implementation of theComponentinterface to allow creating new UI components by composition of existing server-side components.classCustomField<T>AHasValuewhose UI content can be constructed by the user, enabling the creation of e.g.classCustomLayoutA container component with freely designed layout and style.classDragAndDropWrapperDeprecated.Replaced in 8.1 withDragSourceExtensionandDropTargetExtension.classFormLayoutFormLayout is used to layout fields.classGrid<T>A grid component for displaying tabular data.classGridLayoutA layout where the components are laid out on a grid using cell coordinates.classHorizontalLayoutHorizontal layoutHorizontalLayoutis a component container, which shows the subcomponents in the order of their addition (horizontally).classHorizontalSplitPanelA horizontal split panel contains two components and lays them horizontally.classLegacyWindowDeprecated.classLoginFormLogin form with auto-completion and auto-fill for all major browsers.classPanelPanel - a simple single component container.classPopupViewA component for displaying a two different views to data.classTabSheetTabSheet component.classTree<T>Tree component.classTreeGrid<T>A grid component for displaying hierarchical tabular data.classUIThe topmost component in any component hierarchy.classVerticalLayoutVertical layoutVerticalLayoutis a component container, which shows the subcomponents in the order of their addition (vertically).classVerticalSplitPanelA vertical split panel contains two components and lays them vertically.classWindowA component that represents a floating popup window that can be added to aUI.Methods in com.vaadin.ui with type parameters of type HasComponents Modifier and Type Method Description <T extends HasComponents>
TAbstractComponent. findAncestor(Class<T> parentType)Returns the closest ancestor with the given type.Methods in com.vaadin.ui that return HasComponents Modifier and Type Method Description HasComponentsHasComponents.ComponentAttachEvent. getContainer()Gets the component container.HasComponentsHasComponents.ComponentDetachEvent. getContainer()Gets the component container.HasComponentsAbstractComponent. getParent()HasComponentsComponent. getParent()Gets the parent component of the component.Methods in com.vaadin.ui with parameters of type HasComponents Modifier and Type Method Description voidAbstractComponent. setParent(HasComponents parent)voidComponent. setParent(HasComponents parent)Sets the parent connector of the component.voidWindow. setParent(HasComponents parent)Constructors in com.vaadin.ui with parameters of type HasComponents Constructor Description ComponentAttachEvent(HasComponents container, Component attachedComponent)Creates a new attach event.ComponentDetachEvent(HasComponents container, Component detachedComponent)Creates a new detach event. -
Uses of HasComponents in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement HasComponents Modifier and Type Class Description classColorPickerHistoryA component that represents color selection history within a color picker.classColorPickerPopupA component that represents color selection popup within a color picker.classColorPickerPreviewA component that represents color selection preview within a color picker.classColorPickerSelectA component that represents color selection swatches within a color picker.
-