Property | Type | Description | |
---|---|---|---|
$nextFreeAjaxWidgetId | integer | Counter which points to the next free Ajax Widget ID which can be used. | |
$widgetContexts | array | An array $ajaxWidgetIdentifier => $widgetContext which stores the widget context. |
Method | Description | |
---|---|---|
get ( integer $ajaxWidgetId ) : |
Get the widget context for the given $ajaxWidgetId. | |
store ( |
Stores the WidgetContext inside the Context, and sets the AjaxWidgetIdentifier inside the Widget Context correctly. |
protected int $nextFreeAjaxWidgetId | ||
return | integer |
protected array $widgetContexts | ||
return | array |