Class: Layout
Source Location: /graphics.inc.php
Object
|
--Persistent
|
--Layout
Layout encapsulation to allow any component to hold
|
Class Details
|
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
void dumpABSLayout(
[array
$exclude = array()])
|
|
Dump an absolute layout
Parameters:
void
dumpColLayout [line 413]
void dumpColLayout(
[array
$exclude = array()])
|
|
Dump an col layout
Parameters:
void
dumpFlowLayout [line 370]
void dumpFlowLayout(
[array
$exclude = array()])
|
|
Dump a flow layout, basically, no layout at all
Parameters:
void
dumpGrid [line 425]
void dumpGrid(
[array
$exclude = array()], integer
$cols, integer
$rows, string
$width)
|
|
Dump a grid layout
Parameters:
void
dumpGridBagLayout [line 395]
void dumpGridBagLayout(
[array
$exclude = array()])
|
|
Dump a table layout
Parameters:
void
dumpLayoutContents [line 378]
void dumpLayoutContents(
[array
$exclude = array()])
|
|
Dump the layout contents depending on the layout type
Parameters:
void
dumpRowLayout [line 404]
void dumpRowLayout(
[array
$exclude = array()])
|
|
Dump a row layout
Parameters:
void
dumpXYLayout [line 143]
void dumpXYLayout(
[array
$exclude = array()])
|
|
Dump a fixed coordinate layout using tables
Parameters:
|
|