Backend\Widgets\Toolbar

Overview

Toolbar Widget Used for building a toolbar, renders a toolbar.

Extends

Public Properties

public string $buttons

buttons partial name

public array|string $search

search widget configuration or partial name, optional.

public string $setupHandler

setupHandler displays a list configuration icon in the toolbar.

public array $cssClasses

cssClasses to apply to the toolbar container element

public string $listWidgetId

Show inherited public properties

Inherited Public Properties

Protected Properties

protected $defaultAlias

defaultAlias to identify this widget.

protected WidgetBase $searchWidget

searchWidget reference

Show inherited protected properties

Inherited Protected Properties


Public Methods

public getSearchWidget()

public getSearchWidget(): void

public init()

public init(): void

init the widget, called by the constructor and free from its parameters.

public makeControlPanel()

public makeControlPanel(): void

public prepareVars()

public prepareVars(): void

prepareVars for display

public render()

public render(): void

Renders the widget.

Show inherited public methods

Inherited Public Methods

Protected Methods

Show inherited protected methods

Inherited Protected Methods