![]() |
Framework
3.9
|
Represents a grouped collection of data within a table. More...
Public Member Functions | |
GroupListGroup ($parent, $title, $key, $expanded=false, $fixed=false) | |
draw () | |
Draws the data group subheading within the table. More... | |
![]() | |
DataGroup ($parent, $title, $key, $expanded=false, $fixed=false) | |
Creates a new DataGroup. More... | |
Additional Inherited Members | |
![]() | |
$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.
Note: 10/2011 - This is a work in progress.
Definition at line 60 of file grouped_list.inc.
GroupedListGroup::draw | ( | ) |
Draws the data group subheading within the table.
Reimplemented from DataGroup.
Definition at line 67 of file grouped_list.inc.
GroupedListGroup::GroupListGroup | ( | $parent, | |
$title, | |||
$key, | |||
$expanded = false , |
|||
$fixed = false |
|||
) |
Definition at line 62 of file grouped_list.inc.