![]() |
Framework
3.9
|
Represents a grouped collection of data within a table. More...
Public Member Functions | |
DataGroup ($parent, $title, $key, $expanded=false, $fixed=false) | |
Creates a new DataGroup. More... | |
draw () | |
Draws the data group subheading within the table. More... | |
Public Attributes | |
$parent | |
The parent GroupedDataListView object. More... | |
$title | |
The text to display in the title for this data group. More... | |
$key | |
The key value for this data group. More... | |
$expanded | |
Boolean indicating whether this group should initially be expanded. More... | |
$fixed | |
Specifies whether this group should be fixed (i.e. exempt from expand/collapse toggling). More... | |
Represents a grouped collection of data within a table.
Definition at line 45 of file grouped_data_view.inc.
DataGroup::DataGroup | ( | $parent, | |
$title, | |||
$key, | |||
$expanded = false , |
|||
$fixed = false |
|||
) |
Creates a new DataGroup.
$parent | the parent table |
$title | The text to display in the title for this data group |
$key | The key value for this data group |
$expanded | Boolean indicating whether this group should initially be expanded. |
$fixed | Specifies whether this group should be fixed (i.e. exempt from expand/collapse toggling). |
Definition at line 61 of file grouped_data_view.inc.
DataGroup::draw | ( | ) |
Draws the data group subheading within the table.
Reimplemented in GroupedListGroup.
Definition at line 72 of file grouped_data_view.inc.
DataGroup::$expanded |
Boolean indicating whether this group should initially be expanded.
Definition at line 50 of file grouped_data_view.inc.
DataGroup::$fixed |
Specifies whether this group should be fixed (i.e. exempt from expand/collapse toggling).
Definition at line 51 of file grouped_data_view.inc.
DataGroup::$key |
The key value for this data group.
Definition at line 49 of file grouped_data_view.inc.
DataGroup::$parent |
The parent GroupedDataListView object.
Definition at line 47 of file grouped_data_view.inc.
DataGroup::$title |
The text to display in the title for this data group.
Definition at line 48 of file grouped_data_view.inc.