class QuickSearch extends AbstractTool

Properties

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

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

$this
placeholder(string $text = '')

Set placeholder.

Factory|View
render()

No description

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 29
$this placeholder(string $text = '')

Set placeholder.

Parameters

string $text

Return Value

$this

at line 39
Factory|View render()

No description

Return Value

Factory|View