PHP Class RainLab\Builder\Widgets\DatabaseTableList

Author: Alexey Bobkov, Samuel Georges
Inheritance: extends Backend\Classes\WidgetBase, use trait Backend\Traits\SearchableWidget, use trait Backend\Traits\SelectableWidget
Afficher le fichier Open project: rainlab/builder-plugin

Méthodes publiques

Свойство Type Description
$noRecordsMessage

Protected Properties

Свойство Type Description
$theme

Méthodes publiques

Méthode Description
__construct ( $controller, $alias )
onSearch ( )
onUpdate ( ) * Event handlers
refreshActivePlugin ( )
render ( ) : string Renders the widget.
updateList ( )

Méthodes protégées

Méthode Description
getData ( $pluginVector ) * Methods for the internal use
getRenderData ( )
getTableList ( $pluginCode )

Method Details

__construct() public méthode

public __construct ( $controller, $alias )

getData() protected méthode

* Methods for the internal use
protected getData ( $pluginVector )

getRenderData() protected méthode

protected getRenderData ( )

getTableList() protected méthode

protected getTableList ( $pluginCode )

onSearch() public méthode

public onSearch ( )

onUpdate() public méthode

* Event handlers
public onUpdate ( )

refreshActivePlugin() public méthode

public refreshActivePlugin ( )

render() public méthode

Renders the widget.
public render ( ) : string
Résultat string

updateList() public méthode

public updateList ( )

Property Details

$noRecordsMessage public_oe property

public $noRecordsMessage

$theme protected_oe property

protected $theme