PHP 클래스 Ublaboo\DataGrid\GroupAction\GroupActionCollection

상속: extends Nette\Object
파일 보기 프로젝트 열기: ublaboo/datagrid

보호된 프로퍼티들

프로퍼티 타입 설명
$datagrid Ublaboo\DataGrid\DataGrid
$group_actions GroupAction[]

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

addGroupSelectAction() 공개 메소드

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

addGroupTextAction() 공개 메소드

Add one group action (text input) to collection of actions
public addGroupTextAction ( string $title ) : GroupAction
$title string
리턴 GroupAction

addGroupTextareaAction() 공개 메소드

Add one group action (textarea) to collection of actions
public addGroupTextareaAction ( string $title ) : GroupAction
$title string
리턴 GroupAction

addToFormContainer() 공개 메소드

Get assambled form
public addToFormContainer ( Container $container ) : void
$container Nette\Forms\Container
리턴 void

getGroupAction() 공개 메소드

public getGroupAction ( string $title ) : GroupAction
$title string
리턴 GroupAction

submitted() 공개 메소드

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

프로퍼티 상세

$datagrid 보호되어 있는 프로퍼티

protected DataGrid,Ublaboo\DataGrid $datagrid
리턴 Ublaboo\DataGrid\DataGrid

$group_actions 보호되어 있는 프로퍼티

protected GroupAction[],Ublaboo\DataGrid\GroupAction $group_actions
리턴 GroupAction[]