ExportButton
class ExportButton extends AbstractTool
Properties
protected Grid | $grid | from AbstractTool | |
protected bool | $disabled | from AbstractTool |
Methods
string
render()
Render Export button.
Details
in
AbstractTool at line 29
AbstractTool
disable(bool $disable = true)
Toggle this button.
in
AbstractTool at line 39
bool
allowed()
If the tool is allowed.
in
AbstractTool at line 47
Grid
getGrid()
No description
in
AbstractTool at line 59
AbstractTool
setGrid(Grid $grid)
Set parent grid.
in
AbstractTool at line 68
string
__toString()
No description
at line 14
__construct(Grid $grid)
Create a new Export button instance.
at line 24
string
render()
Render Export button.