Method |
Description |
|
__construct ( Grid $grid, string $name, string $label = NULL, string $destination = NULL, array $arguments = [] ) |
|
|
getArguments ( ) : array |
|
|
getDestination ( ) : string |
|
|
getElement ( ) : Nette\Utils\Html |
|
|
getElementPrototype ( ) : Nette\Utils\Html |
Returns element prototype ( html tag). |
|
getOption ( string $key, mixed $default = NULL ) : mixed |
Returns user-specific option. |
|
getOptions ( ) : array |
Returns user-specific options. |
|
render ( ) : void |
|
|
setElementPrototype ( Nette\Utils\Html $elementPrototype ) : Button |
Sets html element. |
|
setIcon ( string $name ) : Action |
Sets name of icon. |
|
setOption ( string $key, mixed $value ) : Action |
Sets user-specific option. |
|