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.
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/Layouts/TableLayout.class.php (line 24)
LayoutInterface | --TableLayout
The constructor.
Returns any CSS code that might be needed in order for this
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()
Set the direction of component rendering from the default of Left-Right/Top-Bottom.
Allowed values: Left-Right/Top-Bottom Top-Bottom/Left-Right Right-Left/Top-Bottom Top-Bottom/Right-Left
The other possible directions, listed below, are not implemented due to lack of utility: Left-Right/Bottom-Top Bottom-Top/Left-Right Right-Left/Bottom-Top Bottom-Top/Right-Left
Return an array mapping the order of the cells .
Inherited From LayoutInterface
LayoutInterface::getCSS()
LayoutInterface::render()
Documentation generated on Wed, 19 Sep 2007 10:27:04 -0400 by phpDocumentor 1.3.0RC3