Class | Description |
---|---|
Absolutechildren |
A container component that can contain any other ZK component and can only
be contained as direct child of Absolutelayout component.
|
Absolutelayout |
An Absolutelayout component can contain absolute positioned multiple
absolutechildren components.
|
Anchorchildren |
The children of Anchorlayout.
|
Anchorlayout |
An anchorlayout lays out a container which can resize
it's children base on its width and height
Default Widget.getZclass() : z-anchorlayout. |
Borderlayout |
A border layout is a layout container for arranging and resizing
child components to fit in five regions: north, south, east, west, and center.
|
Center |
A center region of a borderlayout.
|
East |
An east region of a border layout.
|
LayoutRegion |
A layout region in a border layout.
|
North |
A north region of a border layout.
|
South |
A south region of a border layout.
|
West |
A west region of a border layout.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.