Grido@master
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Grido
    • Components
      • Actions
      • Columns
      • Filters
    • DataSources
    • PropertyAccessors
    • Translations

Classes

  • Action
  • Event
  • Href

Class Event

Event action.

Nette\Application\UI\PresenterComponent
Extended by Grido\Components\Component
Extended by Grido\Components\Actions\Action
Extended by Grido\Components\Actions\Event
Namespace: Grido\Components\Actions
Package: Grido\Components\Actions
Author: Josef Kříž pepakriz@gmail.com
Author: Petr Bugyík
Located at Components/Actions/Event.php

Methods summary

public
# __construct( Grido\Grid $grid, string $name, string $label, callable $onClick = NULL )

Parameters

$grid
$name
$label
$onClick

Overrides

Grido\Components\Actions\Action::__construct
public Grido\Components\Actions\Event
# setOnClick( callable $onClick )

Sets on-click handler.

Sets on-click handler.

Parameters

$onClick

Returns

Grido\Components\Actions\Event

Methods inherited from Grido\Components\Actions\Action

getElementPrototype(), getOption(), getOptions(), render(), setConfirm(), setCustomRender(), setDisable(), setElementPrototype(), setIcon(), setOption(), setPrimaryKey()

Methods inherited from Grido\Components\Component

addComponentToGrid(), getForm(), getGrid(), getPropertyAccessor(), translate()

Magic methods summary

Constants summary

Constants inherited from Grido\Components\Actions\Action

ID

Properties summary

public array $onClick

callback

callback

# array()

Properties inherited from Grido\Components\Actions\Action

$customRender, $disable, $elementPrototype, $options, $primaryKey

Properties inherited from Grido\Components\Component

$form, $grid, $label, $propertyAccessor, $type

Magic properties inherited from Grido\Components\Actions\Action

$customRender, $disable, $element, $elementPrototype, $options, $primaryKey

Magic properties inherited from Grido\Components\Component

$form, $grid, $label, $type

Grido@master API documentation generated by ApiGen