Icon
class Icon extends Action (View source)
Traits
Properties
protected | $configurationQueue | from Action | |
protected | $name | from Action | |
protected | $table | from Action | |
protected | $title | from Action | |
protected | $view | from Action | |
protected | $viewData | from Action | |
protected | $when | from Action | |
protected | $action | from CanCallAction | |
protected | $shouldUrlOpenInNewTab | from CanOpenUrl | |
protected | $url | from CanOpenUrl | |
protected | $icon |
Methods
Details
in
Action at line 26
__construct($name)
No description
in
Action at line 35
protected
setUp()
No description
in
Action at line 40
configure($callback = null)
No description
in
Action at line 61
getLivewire()
No description
in
Action at line 66
getName()
No description
in
Action at line 71
getTable()
No description
in
Action at line 76
getTitle()
No description
in
Action at line 88
getView()
No description
in
Action at line 93
getViewData()
No description
in
Action at line 98
static
make($name)
No description
render($record)
No description
table($table)
No description
title($title)
No description
view($view, $data = [])
No description
viewData($data = [])
No description
when($callback)
No description
protected
name($name)
No description
action($action)
No description
getAction()
No description
getUrl($record)
No description
openUrlInNewTab()
No description
shouldUrlOpenInNewTab()
No description
url($url, $shouldOpenInNewTab = false)
No description
getIcon()
No description
icon($icon)
No description