|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContainer | |
---|---|
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 | |
---|---|
static LayoutEvents.LayoutClickEvent |
LayoutEvents.LayoutClickEvent.createEvent(ComponentContainer layout,
com.vaadin.shared.MouseEventDetails mouseDetails,
com.vaadin.shared.Connector clickedConnector)
|
Uses of ComponentContainer in com.vaadin.navigator |
---|
Classes in com.vaadin.navigator that implement ComponentContainer | |
---|---|
static class |
Navigator.EmptyView
Empty view component. |
Constructors in com.vaadin.navigator with parameters of type ComponentContainer | |
---|---|
Navigator.ComponentContainerViewDisplay(ComponentContainer container)
Create new ViewDisplay that updates a
ComponentContainer to show the view. |
|
Navigator(UI ui,
ComponentContainer container)
Creates a navigator that is tracking the active view using URI fragments of the Page containing the given UI and replacing the contents of
a ComponentContainer with the active view. |
Uses of ComponentContainer in com.vaadin.ui |
---|
Subinterfaces of ComponentContainer in com.vaadin.ui | |
---|---|
interface |
Layout
Extension to the ComponentContainer interface which adds the
layouting control to the elements in the container. |
Classes in com.vaadin.ui that implement ComponentContainer | |
---|---|
class |
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute positioning. |
class |
AbstractComponentContainer
Extension to AbstractComponent that defines the default
implementation for the methods in ComponentContainer . |
class |
AbstractLayout
An abstract class that defines default implementation for the Layout
interface. |
class |
AbstractOrderedLayout
|
class |
AbstractSplitPanel
AbstractSplitPanel. |
class |
Accordion
An accordion is a component similar to a TabSheet , but with a
vertical orientation and the selected component presented between tabs. |
class |
CssLayout
CssLayout is a layout component that can be used in browser environment only. |
class |
CustomLayout
A container component with freely designed layout and style. |
class |
FormLayout
FormLayout is used by Form to layout fields. |
class |
GridLayout
A layout where the components are laid out on a grid using cell coordinates. |
class |
HorizontalLayout
Horizontal layout HorizontalLayout is a component container, which shows the
subcomponents in the order of their addition (horizontally). |
class |
HorizontalSplitPanel
A horizontal split panel contains two components and lays them horizontally. |
class |
TabSheet
TabSheet component. |
class |
VerticalLayout
Vertical layout VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically). |
class |
VerticalSplitPanel
A vertical split panel contains two components and lays them vertically. |
Methods in com.vaadin.ui that return ComponentContainer | |
---|---|
ComponentContainer |
LegacyWindow.getContent()
Deprecated. |
Methods in com.vaadin.ui with parameters of type ComponentContainer | |
---|---|
void |
TabSheet.moveComponentsFrom(ComponentContainer source)
Moves all components from another container to this container. |
void |
ComponentContainer.moveComponentsFrom(ComponentContainer source)
Moves all components from an another container into this container. |
void |
AbstractComponentContainer.moveComponentsFrom(ComponentContainer source)
|
Constructors in com.vaadin.ui with parameters of type ComponentContainer | |
---|---|
LegacyWindow(java.lang.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 | |
---|---|
class |
ColorPickerPreview
A component that represents color selection preview within a color picker. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |