PHP Class Ublaboo\DataGrid\GroupAction\GroupActionCollection

Inheritance: extends Nette\Object
Afficher le fichier Open project: ublaboo/datagrid

Protected Properties

Свойство Type Description
$datagrid Ublaboo\DataGrid\DataGrid
$group_actions GroupAction[]

Méthodes publiques

Méthode Description
__construct ( DataGrid $datagrid )
addGroupSelectAction ( string $title, array $options ) : GroupAction Add one group action (select box) to collection of actions
addGroupTextAction ( string $title ) : GroupAction Add one group action (text input) to collection of actions
addGroupTextareaAction ( string $title ) : GroupAction Add one group action (textarea) to collection of actions
addToFormContainer ( Container $container ) : void Get assambled form
getGroupAction ( string $title ) : GroupAction
submitted ( Nette\Application\UI\Form $form ) : void Pass "sub"-form submission forward to custom submit function

Method Details

__construct() public méthode

public __construct ( DataGrid $datagrid )
$datagrid Ublaboo\DataGrid\DataGrid

addGroupSelectAction() public méthode

Add one group action (select box) to collection of actions
public addGroupSelectAction ( string $title, array $options ) : GroupAction
$title string
$options array
Résultat GroupAction

addGroupTextAction() public méthode

Add one group action (text input) to collection of actions
public addGroupTextAction ( string $title ) : GroupAction
$title string
Résultat GroupAction

addGroupTextareaAction() public méthode

Add one group action (textarea) to collection of actions
public addGroupTextareaAction ( string $title ) : GroupAction
$title string
Résultat GroupAction

addToFormContainer() public méthode

Get assambled form
public addToFormContainer ( Container $container ) : void
$container Nette\Forms\Container
Résultat void

getGroupAction() public méthode

public getGroupAction ( string $title ) : GroupAction
$title string
Résultat GroupAction

submitted() public méthode

Pass "sub"-form submission forward to custom submit function
public submitted ( Nette\Application\UI\Form $form ) : void
$form Nette\Application\UI\Form
Résultat void

Property Details

$datagrid protected_oe property

protected DataGrid,Ublaboo\DataGrid $datagrid
Résultat Ublaboo\DataGrid\DataGrid

$group_actions protected_oe property

protected GroupAction[],Ublaboo\DataGrid\GroupAction $group_actions
Résultat GroupAction[]