Uses of Interface
com.vaadin.ui.ComponentContainer
-
Packages that use ComponentContainer Package Description com.vaadin.event com.vaadin.navigator com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of ComponentContainer in com.vaadin.event
Methods in com.vaadin.event with parameters of type ComponentContainer Modifier and Type Method Description static LayoutEvents.LayoutClickEventLayoutEvents.LayoutClickEvent. createEvent(ComponentContainer layout, MouseEventDetails mouseDetails, Connector clickedConnector) -
Uses of ComponentContainer in com.vaadin.navigator
Classes in com.vaadin.navigator that implement ComponentContainer Modifier and Type Class Description static classNavigator.EmptyViewEmpty view component.Constructors in com.vaadin.navigator with parameters of type ComponentContainer Constructor Description ComponentContainerViewDisplay(ComponentContainer container)Create newViewDisplaythat updates aComponentContainerto show the view.Navigator(UI ui, ComponentContainer container)Creates a navigator that is tracking the active view using URI fragments of thePagecontaining the given UI and replacing the contents of aComponentContainerwith the active view. -
Uses of ComponentContainer in com.vaadin.ui
Subinterfaces of ComponentContainer in com.vaadin.ui Modifier and Type Interface Description interfaceLayoutExtension to theComponentContainerinterface which adds the layouting control to the elements in the container.Classes in com.vaadin.ui that implement ComponentContainer 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.classAbstractOrderedLayoutclassAbstractSplitPanelAbstractSplitPanel.classAccordionAn accordion is a component similar to aTabSheet, but with a vertical orientation and the selected component presented between tabs.classCssLayoutCssLayout is a layout component that can be used in browser environment only.classCustomLayoutA container component with freely designed layout and style.classFormLayoutFormLayout is used to layout fields.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.classTabSheetTabSheet component.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.Methods in com.vaadin.ui that return ComponentContainer Modifier and Type Method Description ComponentContainerLegacyWindow. getContent()Deprecated.Methods in com.vaadin.ui with parameters of type ComponentContainer Modifier and Type Method Description voidAbstractComponentContainer. moveComponentsFrom(ComponentContainer source)voidComponentContainer. moveComponentsFrom(ComponentContainer source)Moves all components from an another container into this container.voidTabSheet. moveComponentsFrom(ComponentContainer source)Moves all components from another container to this container.Constructors in com.vaadin.ui with parameters of type ComponentContainer Constructor Description LegacyWindow(String caption, ComponentContainer content)Deprecated.Creates a legacy window with the given caption and content layout. -
Uses of ComponentContainer in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement ComponentContainer Modifier and Type Class Description classColorPickerPreviewA component that represents color selection preview within a color picker.
-