abstract class AbstractTool

Properties

protected GridWidget $grid
protected bool $disabled

Methods

$this
disable(bool $disable = true)

Toggle this button.

allowed()

If the tool is allowed.

$this
setGrid(GridWidget $grid)

Set parent grid.

getGrid()

No description

string
__toString()

No description

Details

at line 26
$this disable(bool $disable = true)

Toggle this button.

Parameters

bool $disable

Return Value

$this

at line 36
allowed()

If the tool is allowed.

at line 48
$this setGrid(GridWidget $grid)

Set parent grid.

Parameters

GridWidget $grid

Return Value

$this

at line 58
GridWidget getGrid()

No description

Return Value

GridWidget

at line 66
string __toString()

No description

Return Value

string