|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentContainer | |
|---|---|
| com.itmill.toolkit.terminal.web | This package implement web terminal for both AJAX-capable and more limited web browsers. |
| com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
| Uses of ComponentContainer in com.itmill.toolkit.terminal.web |
|---|
| Classes in com.itmill.toolkit.terminal.web that implement ComponentContainer | |
|---|---|
class |
DebugWindow
This class provides a debugging window where one may view the UIDL of the current window, or in a tabset the UIDL of an active frameset. |
| Uses of ComponentContainer in com.itmill.toolkit.ui |
|---|
| Subinterfaces of ComponentContainer in com.itmill.toolkit.ui | |
|---|---|
interface |
Layout
Extension to the ComponentContainer interface which adds the
layouting control to the elements in the container. |
| Classes in com.itmill.toolkit.ui that implement ComponentContainer | |
|---|---|
class |
AbstractComponentContainer
Extension to AbstractComponent that defines the default
implementation for the methods in ComponentContainer. |
class |
CustomLayout
A container component with freely designed layout and style. |
class |
ExpandLayout
Our layouts (except custom layout of course) don't currently work at all with relative widths. |
class |
FrameWindow
An application frame window component. |
class |
GridLayout
A container that consists of components with certain coordinates on a grid. |
class |
OrderedLayout
Ordered layout. |
class |
Panel
Panel - a simple single component container. |
class |
TabSheet
Tabsheet component. |
class |
Window
Application window component. |
| Methods in com.itmill.toolkit.ui that return ComponentContainer | |
|---|---|
ComponentContainer |
ComponentContainer.ComponentAttachEvent.getContainer()
Gets the component container. |
ComponentContainer |
ComponentContainer.ComponentDetachEvent.getContainer()
Gets the component container. |
| Methods in com.itmill.toolkit.ui with parameters of type ComponentContainer | |
|---|---|
void |
ComponentContainer.moveComponentsFrom(ComponentContainer source)
Moves all components from an another container into this container. |
void |
TabSheet.moveComponentsFrom(ComponentContainer source)
Moves all components from another container to this container. |
void |
AbstractComponentContainer.moveComponentsFrom(ComponentContainer source)
|
| Constructors in com.itmill.toolkit.ui with parameters of type ComponentContainer | |
|---|---|
ComponentContainer.ComponentAttachEvent(ComponentContainer container,
Component attachedComponent)
Creates a new attach event. |
|
ComponentContainer.ComponentDetachEvent(ComponentContainer container,
Component detachedComponent)
Creates a new detach event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||