extends |
View |
|---|---|
implements |
JsExecutorInterface |
uses |
CommonExecutorTrait, HookTrait, StepExecutorTrait |
A Step Action Executor that use a VirtualPage.
| Methods | ||
|---|---|---|
protected
|
init(): void
|
# |
protected
|
initExecutor(): void
|
# |
public
|
getAction(): UserAction
|
# |
protected
|
afterActionInit(): void
|
# |
public
|
setAction(UserAction $action)
|
# |
public
|
jsExecute(array $urlArgs = []): JsBlock
|
# |
public
|
executeModelAction(): void
|
# |
protected
|
addStepList(): void
|
# |
protected
|
jsSetListState(View $view, string $currentStep): void
|
# |
protected
|
jsGetExecute(mixed $obj, string|int $id): JsBlock
|
# |
| 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() |
| Methods used from Atk4\Ui\UserAction\CommonExecutorTrait |
|---|
executeModelActionLoad() |
| Constants | ||
|---|---|---|
public
|
HOOK_STEP = self::class . '@onStep'
|
# |
| Properties | |||
|---|---|---|---|
protected
|
VirtualPage
|
$vp
|
# |
public
|
string|null
|
$title
|
# |
public
|
Header
|
$header
|
# |
public
|
View
|
$stepList
|
# |
public
|
array<string, string>
|
$stepListItems = [
'args' => 'Fill argument(s)',
'fields' => 'Edit Record(s)',
'preview' => 'Preview',
'final' => 'Complete',
]
|
# |
public
|
array
|
$cancelButtonSeed = [Button::class, ['Cancel', 'class.small left floated basic blue' => true, 'icon' => 'left arrow']]
|
# |
| 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 |