class ExportButton extends AbstractTool

Properties

protected Grid $grid from  AbstractTool
protected bool $disabled from  AbstractTool

Methods

disable(bool $disable = true)

Toggle this button.

bool
allowed()

If the tool is allowed.

getGrid()

No description

setGrid(Grid $grid)

Set parent grid.

string
__toString()

No description

__construct(Grid $grid)

Create a new Export button instance.

string
render()

Render Export button.

Details

in AbstractTool at line 29
AbstractTool disable(bool $disable = true)

Toggle this button.

Parameters

bool $disable

Return Value

AbstractTool

in AbstractTool at line 39
bool allowed()

If the tool is allowed.

Return Value

bool

in AbstractTool at line 47
Grid getGrid()

No description

Return Value

Grid

in AbstractTool at line 59
AbstractTool setGrid(Grid $grid)

Set parent grid.

Parameters

Grid $grid

Return Value

AbstractTool

in AbstractTool at line 68
string __toString()

No description

Return Value

string

at line 14
__construct(Grid $grid)

Create a new Export button instance.

Parameters

Grid $grid

at line 24
string render()

Render Export button.

Return Value

string