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

Namespaces

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

Classes

  • Action
  • Event
  • Href

Class Href

Href action.

Nette\Application\UI\PresenterComponent
Extended by Grido\Components\Component
Extended by Grido\Components\Actions\Action
Extended by Grido\Components\Actions\Href
Namespace: Grido\Components\Actions
Package: Grido\Components\Actions
Author: Petr Bugyík
Located at Components/Actions/Href.php

Methods summary

public
# __construct( Grido\Grid $grid, string $name, string $label, string $destination = NULL, array $args = NULL )

Parameters

$grid
$name
$label
$destination
  • first param for method $presenter->link()
$args
  • second param for method $presenter->link()

Overrides

Grido\Components\Actions\Action::__construct
public Grido\Components\Actions\Href
# setCustomHref( callable $callback )

Sets callback for custom link creating.

Sets callback for custom link creating.

Parameters

$callback

Returns

Grido\Components\Actions\Href
public array
# getArguments( )

Returns

array

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

protected string $destination

first param for method $presenter->link()

first param for method $presenter->link()

#
protected array $arguments

second param for method $presenter->link()

second param for method $presenter->link()

# array()
protected callable $customHref

for custom href attribute creating

for custom href attribute creating

#

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

public write-only array $customHref

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