Layouts are assigned to Containers and they specify how (in terms of location, not appearance) the sub-
are going to be rendered on the screen.
- Components
Located in /harmoni/core/GUIManager/Layout.interface.php (line 14)
Class | Description |
---|---|
FlowLayout |
is the most simple ; it renders a container by simply rendering all of the container's components. The width, height, and alignment options of the container and its components are ignored. No special arranging is done, and it is up to the browser or user to display the components properly. |
TableLayout |
The renders components sequentially in rows that contain the specifed number of columns. They are a replacement for HTML tables in that they allow the same effect while rendering their component elements. |
XLayout |
renders components sequentially and horizontally. |
YLayout |
renders components sequentially and vertically. |
Returns any CSS code that might be needed in order for this
to render properly.
- Layout
to render properly.
- Layout
to render properly.
- Layout
to render properly.
- Layout
to render properly.
- Layout
Lays out and renders the given container and its components. The Layout object should arrange the
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
in a well-defined manner and then call the
- Components
methods of each individual component.
- render()
Documentation generated on Wed, 19 Sep 2007 10:24:47 -0400 by phpDocumentor 1.3.0RC3