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( $label[, $icon = NULL ]) : mixed
Parameters
addAction()
Add an action to the actions group
public
addAction( $action) : mixed
Parameters
addHeader()
Add a header
public
addHeader( $header) : mixed
Parameters
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