class QuickSearch extends AbstractTool

Properties

protected Grid $grid from  AbstractTool
protected bool $disabled from  AbstractTool
protected string $view
protected string $placeholder

Methods

$this
disable(bool $disable = true)

Toggle this button.

allowed()

If the tool is allowed.

$this
setGrid(Grid $grid)

Set parent grid.

getGrid()

No description

render()

No description

string
__toString()

No description

$this
placeholder(string $text = '')

Set placeholder.

Details

in AbstractTool at line 27
$this disable(bool $disable = true)

Toggle this button.

Parameters

bool $disable

Return Value

$this

in AbstractTool at line 37
allowed()

If the tool is allowed.

in AbstractTool at line 49
$this setGrid(Grid $grid)

Set parent grid.

Parameters

Grid $grid

Return Value

$this

in AbstractTool at line 59
Grid getGrid()

No description

Return Value

Grid

at line 39
render()

No description

in AbstractTool at line 72
string __toString()

No description

Return Value

string

at line 29
$this placeholder(string $text = '')

Set placeholder.

Parameters

string $text

Return Value

$this