extends |
JsCallback |
|---|---|
uses |
HookTrait |
| Methods | ||
|---|---|---|
protected
|
init(): void
|
# |
public
|
jsExecute(): JsBlock
|
# |
public
|
set($fx = null, $args = null)
|
# |
public
|
send(JsExpressionable $action, bool $success = true): void
|
# |
public
|
terminateAjax($ajaxec, $msg = null, bool $success = true): never
|
# |
public
|
sendEvent(string $id, string $data, string $eventName = null): void
|
# |
public
|
flush(): void
|
# |
private
|
output(string $content): void
|
# |
public
|
sendBlock(string $id, string $data, string $eventName = null): void
|
# |
private
|
wrapData(string $string): string
|
# |
protected
|
initSse(): void
|
# |
| Methods inherited from Atk4\Ui\JsCallback |
|---|
setConfirm(), getAjaxec(), getUrl(), |
| Methods inherited from Atk4\Ui\Callback |
|---|
add(), setUrlTrigger(), getUrlTrigger(), terminateJson(), isTriggered(), getTriggeredValue(), canTerminate(), canTrigger(), getJsUrl(), |
| 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_ABORTED = self::class . '@connectionAborted'
|
# |
| Constants inherited from Atk4\Ui\Callback |
|---|
|
| Properties | |||
|---|---|---|---|
public
|
bool
|
$browserSupport = false
|
# |
public
|
bool
|
$showLoader = false
|
# |
public
|
bool
|
$closeBeforeUnload = false
|
# |
public
|
bool
|
$keepAlive = false
|
# |
public
|
Closure|null
|
$echoFunction
|
# |
| Properties inherited from Atk4\Ui\JsCallback |
|---|
$args, $confirm, $apiConfig, $storeName, $triggerOnReload |
| Properties inherited from Atk4\Ui\Callback |
|---|
$urlTrigger, |
| 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 |