TDataGridActionGroup
in package
Represents a group of Actions for datagrids
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Constructor
- addAction() : mixed
- Add an action to the actions group
- addHeader() : mixed
- Add a header
- addSeparator() : mixed
- Add a separator
- getActions() : mixed
- Returns the actions
- getHeaders() : mixed
- Returns the headers
- getIcon() : mixed
- Returns the Action Group icon
- getLabel() : mixed
- Returns the Action Group label
- getSeparators() : mixed
- Returns the separators
Properties
$actions
private
mixed
$actions
$headers
private
mixed
$headers
$icon
private
mixed
$icon
$index
private
mixed
$index
$label
private
mixed
$label
$separators
private
mixed
$separators
Methods
__construct()
Constructor
public
__construct(mixed $label[, mixed $icon = NULL ]) : mixed
Parameters
- $label : mixed
-
Action Group label
- $icon : mixed = NULL
-
Action Group icon
addAction()
Add an action to the actions group
public
addAction(mixed $action) : mixed
Parameters
- $action : mixed
-
TAction object
addHeader()
Add a header
public
addHeader(mixed $header) : mixed
Parameters
- $header : mixed
-
Options header
addSeparator()
Add a separator
public
addSeparator() : mixed
getActions()
Returns the actions
public
getActions() : mixed
getHeaders()
Returns the headers
public
getHeaders() : mixed
getIcon()
Returns the Action Group icon
public
getIcon() : mixed
getLabel()
Returns the Action Group label
public
getLabel() : mixed
getSeparators()
Returns the separators
public
getSeparators() : mixed