Uses of Interface
com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Packages that use HasComponents.ComponentAttachDetachNotifier Package Description com.vaadin.navigator com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of HasComponents.ComponentAttachDetachNotifier in com.vaadin.navigator
Classes in com.vaadin.navigator that implement HasComponents.ComponentAttachDetachNotifier Modifier and Type Class Description static classNavigator.EmptyViewEmpty view component. -
Uses of HasComponents.ComponentAttachDetachNotifier in com.vaadin.ui
Subinterfaces of HasComponents.ComponentAttachDetachNotifier 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.interfaceLayoutExtension to theComponentContainerinterface which adds the layouting control to the elements in the container.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.ComponentAttachDetachNotifier 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.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 byFormto 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.classLegacyWindowDeprecated.classLoginFormLogin form with auto-completion and auto-fill for all major browsers.classPanelPanel - a simple single component container.classTabSheetTabSheet component.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. -
Uses of HasComponents.ComponentAttachDetachNotifier in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement HasComponents.ComponentAttachDetachNotifier Modifier and Type Class Description classColorPickerPopupA component that represents color selection popup within a color picker.classColorPickerPreviewA component that represents color selection preview within a color picker.
-