BootstrapNotebookWrapper
in package
Bootstrap datagrid decorator for Adianti Framework
Tags
Table of Contents
Properties
- $decorated : mixed
- $direction : mixed
- $divisions : mixed
- $properties : mixed
Methods
- __call() : mixed
- Redirect calls to decorated object
- __construct() : mixed
- Constructor method
- __set() : mixed
- Redirect assigns to decorated object
- setTabsDirection() : mixed
- Set tabs direction
- show() : mixed
- Shows the decorated datagrid
Properties
$decorated
private
mixed
$decorated
$direction
private
mixed
$direction
$divisions
private
mixed
$divisions
$properties
private
mixed
$properties
Methods
__call()
Redirect calls to decorated object
public
__call(mixed $method, mixed $parameters) : mixed
Parameters
- $method : mixed
- $parameters : mixed
__construct()
Constructor method
public
__construct(TNotebook $notebook) : mixed
Parameters
- $notebook : TNotebook
__set()
Redirect assigns to decorated object
public
__set(mixed $property, mixed $value) : mixed
Parameters
- $property : mixed
- $value : mixed
setTabsDirection()
Set tabs direction
public
setTabsDirection( $direction[, mixed $divisions = null ]) : mixed
Parameters
show()
Shows the decorated datagrid
public
show() : mixed