

Public Member Functions | |
| __construct ($title= '', $align= 'left', $nowrap=false, $width=0, $visible=true, $options=null, $order=false, $filter=false) | |
| generate () | |
Public Attributes | |
| $grid | |
| $title | |
| $footer | |
| $options | |
| $align | |
| $nowrap | |
| $width | |
| $order | |
| $value | |
| $basecontrol | |
| $control | |
| $index | |
Definition at line 7 of file gridcontrols.class.
| MGridColumn::__construct | ( | $ | title = '', |
|
| $ | align = 'left', |
|||
| $ | nowrap = false, |
|||
| $ | width = 0, |
|||
| $ | visible = true, |
|||
| $ | options = null, |
|||
| $ | order = false, |
|||
| $ | filter = false | |||
| ) |
Reimplemented in MDataGridHyperlink, and MObjectGridHyperlink.
Definition at line 22 of file gridcontrols.class.
References $align, $nowrap, $options, $order, $title, MControl::$visible, $width, and MControl::setClass().
Here is the call graph for this function:

| MGridColumn::generate | ( | ) |
Reimplemented from MControl.
Reimplemented in MGridHyperlink, and MGridControl.
Definition at line 43 of file gridcontrols.class.
References $value.
| MGridColumn::$grid |
Definition at line 9 of file gridcontrols.class.
| MGridColumn::$title |
Definition at line 10 of file gridcontrols.class.
Referenced by MObjectGridControl::__construct(), MObjectGridHyperlink::__construct(), MObjectGridColumn::__construct(), MDataGridControl::__construct(), MDataGridHyperlink::__construct(), MDataGridColumn::__construct(), MGridControl::__construct(), MGridHyperlink::__construct(), and __construct().
| MGridColumn::$footer |
Definition at line 11 of file gridcontrols.class.
| MGridColumn::$options |
Definition at line 12 of file gridcontrols.class.
Referenced by MObjectGridHyperlink::__construct(), MObjectGridColumn::__construct(), MDataGridHyperlink::__construct(), MDataGridColumn::__construct(), MGridHyperlink::__construct(), and __construct().
| MGridColumn::$align |
Definition at line 13 of file gridcontrols.class.
Referenced by MObjectGridColumn::__construct(), MDataGridColumn::__construct(), MGridControl::__construct(), and __construct().
| MGridColumn::$nowrap |
Definition at line 14 of file gridcontrols.class.
Referenced by MObjectGridControl::__construct(), MObjectGridColumn::__construct(), MDataGridControl::__construct(), MDataGridColumn::__construct(), MGridControl::__construct(), and __construct().
| MGridColumn::$width |
Definition at line 15 of file gridcontrols.class.
Referenced by MObjectGridControl::__construct(), MObjectGridHyperlink::__construct(), MObjectGridColumn::__construct(), MDataGridControl::__construct(), MDataGridHyperlink::__construct(), MDataGridColumn::__construct(), MGridControl::__construct(), MGridHyperlink::__construct(), and __construct().
| MGridColumn::$order |
Definition at line 16 of file gridcontrols.class.
Referenced by MObjectGridHyperlink::__construct(), MObjectGridColumn::__construct(), MDataGridHyperlink::__construct(), MDataGridColumn::__construct(), MGridHyperlink::__construct(), and __construct().
| MGridColumn::$value |
Definition at line 17 of file gridcontrols.class.
Referenced by MGridHyperlink::generate(), and generate().
| MGridColumn::$basecontrol |
Definition at line 18 of file gridcontrols.class.
| MGridColumn::$control |
| MGridColumn::$index |
Definition at line 20 of file gridcontrols.class.