GridAction
abstract class GridAction extends Action
Class GridAction.
Properties
static protected array | $selectors | from Action | |
string | $event | from Action | |
string | $selectorPrefix | ||
string | $name | from Action | |
protected string | $selector | from Action | |
protected string | $method | from Action | |
protected array | $attributes | from Action | |
protected Grid | $parent |
Methods
array
parameters()
No description
string
getModelClass()
No description
string
getResource()
Get url path of current resource.
bool
modelUseSoftDeletes($modelClass)
Indicates if model uses soft-deletes.
void
retrieveModel(Request $request)
No description
Details
in
Action at line 65
mixed
render()
No description
in
Action at line 76
string
name()
Get batch action title.
in
Action at line 86
mixed|string
selector(string $prefix)
No description
in
Action at line 101
static string
makeSelector(string $class, string $prefix)
No description
in
Action at line 116
$this
attribute(string $name, string $value)
No description
in
Action at line 126
string
getMethod()
No description
in
Action at line 134
mixed
getCalledClass()
No description
at line 53
array
parameters()
No description
in
Action at line 152
$this
validate()
No description
in
Action at line 165
mixed
__call(string $method, array $arguments = [])
No description
in
Action at line 174
string
html()
No description
in
Action at line 183
protected string
formatAttributes()
Format the field attributes.
in
Action at line 197
protected string
getElementClass()
No description
at line 61
protected string
getModelClass()
No description
in
Action at line 22
void
success(mixed $title, mixed $text, mixed $options)
No description
in
Action at line 22
void
error(mixed $title, mixed $text, mixed $options)
No description
in
Action at line 22
void
warning(mixed $title, mixed $text, mixed $options)
No description
in
Action at line 22
void
info(mixed $title, mixed $text, mixed $options)
No description
in
Action at line 22
void
question(mixed $title, mixed $text, mixed $options)
No description
in
Action at line 22
void
confirm(mixed $title, mixed $text, mixed $options)
No description
in
Action at line 22
void
modalLarge()
No description
in
Action at line 22
void
modalSmall()
No description
at line 33
$this
setGrid(Grid $grid)
No description
at line 45
string
getResource()
Get url path of current resource.
at line 75
protected bool
modelUseSoftDeletes($modelClass)
Indicates if model uses soft-deletes.
at line 16
void
retrieveModel(Request $request)
No description