extends |
View |
|---|---|
implements |
ExecutorInterface |
uses |
HookTrait |
| Methods | ||
|---|---|---|
public
|
getAction(): UserAction
|
# |
public
|
setAction(UserAction $action)
|
# |
public
|
setArguments(array $arguments): void
|
# |
protected
|
recursiveRender(): void
|
# |
public
|
hasAllArguments(): bool
|
# |
protected
|
initPreview(): void
|
# |
public
|
executeModelAction(): JsBlock
|
# |
public
|
addHeader(): void
|
# |
| Methods inherited from Atk4\Ui\AbstractView |
|---|
getOwner() |
| Methods used from Atk4\Core\AppScopeTrait |
|---|
assertInstanceOfApp(), issetApp(), getApp(), setApp() |
| Methods used from Atk4\Core\ContainerTrait |
|---|
_uniqueElementName(), _addContainer(), removeElement(), _shorten(), getElement(), hasElement() |
| Methods used from Atk4\Core\InitializerTrait |
|---|
isInitialized(), assertIsInitialized(), invokeInit() |
| Methods used from Atk4\Core\StaticAddToTrait |
|---|
_addToAdd(), addTo(), addToWithCl(), addToWithClUnsafe() |
| Methods used from Atk4\Core\TrackableTrait |
|---|
issetOwner(), setOwner(), unsetOwner(), getDesiredName(), destroy() |
| Constants | ||
|---|---|---|
public
|
HOOK_AFTER_EXECUTE = self::class . '@afterExecute'
|
# |
| Properties | |||
|---|---|---|---|
public
|
UserAction|null
|
$action
|
# |
public
|
bool
|
$hasHeader = true
|
# |
public
|
string|null
|
$description
|
# |
public
|
string
|
$disableMsg = 'Action is disabled and cannot be executed'
|
# |
public
|
Button|array
|
$executorButton
|
# |
protected
|
array<string, mixed>
|
$arguments = []
|
# |
public
|
string
|
$missingArgsMsg = 'Insufficient arguments'
|
# |
protected
|
array
|
$validArguments = []
|
# |
protected
|
JsExpressionable|Closure
|
$jsSuccess
|
# |
| Properties inherited from Atk4\Ui\View |
|---|
$_jsActions, $model, $region, $ui, $class, $style, $attr, $template, $defaultTemplate, $content, $element, $executorFactory, $stickyArgs |
| Properties inherited from Atk4\Ui\AbstractView |
|---|
$_addLater, $_rendered, $elements |
| Properties used from Atk4\Core\AppScopeTrait |
|---|
$_app, $maxNameLength, $uniqueNameHashes |
| Properties used from Atk4\Core\ContainerTrait |
|---|
$_elementNameCounts |
| Properties used from Atk4\Core\InitializerTrait |
|---|
$_initialized |
| Properties used from Atk4\Core\NameTrait |
|---|
$name |
| Properties used from Atk4\Core\TrackableTrait |
|---|
$_owner, $shortName |
| Properties used from Atk4\Core\HookTrait |
|---|
$hooks, $_hookIndexCounter, $_hookOrigThis |