메소드 |
설명 |
|
__construct ( DataGrid $datagrid, mixed $item, string $primary_key ) |
|
|
applyColumnCallback ( string $key, Column $column ) : void |
|
|
getControl ( ) : Nette\Utils\Html |
|
|
getControlClass ( ) : string |
|
|
getDoctrineEntityProperty ( mixed $item, mixed $key ) : mixed |
Doctrine: Access object properties to get a item value |
|
getId ( ) : mixed |
Get id value of item |
|
getItem ( ) : mixed |
Get original item |
|
getLeanMapperEntityProperty ( Entity $item, mixed $key ) : mixed |
LeanMapper: Access object properties to get a item value |
|
getNextrasEntityProperty ( Entity $item, string $key ) : mixed |
Nextras: Access object properties to get a item value |
|
getValue ( mixed $key ) : mixed |
Get item value of key |
|
hasAction ( mixed $key ) : boolean |
Has particular row a action allowed? |
|
hasGroupAction ( ) : boolean |
Has particular row group actions allowed? |
|
hasInlineEdit ( ) : boolean |
Has particular row inlie edit allowed? |
|