class documentation
class ACMEContainerResourceServices(Container):
Constructor: ACMEContainerResourceServices(id)
The Services view for the ACME text UI.
| Method | __init__ |
Initialize the view. |
| Method | compose |
Compose the view. |
| Method | copy |
Callback to copy the current resource's instances to the clipboard as CSV. |
| Method | export |
Callback to export the current resource's instances as CSV. |
| Method | export |
Callback to export the current resource. |
| Method | on |
Callback when the checkbox to include child resources in the export is changed. |
| Method | on |
Called when the view is shown. |
| Method | update |
Update the current resource for the services view. |
| Class Variable | management |
Injected ManagementSupport instance. |
| Instance Variable | export |
Flag to indicate if child resources should be included in the export. |
| Instance Variable | resource |
The current resource. |
| Property | export |
Return the checkbox to include child resources in the export. |
| Property | export |
Return the loading indicator for the instances export. |
| Property | export |
Return the result view of the instances export. |
| Property | export |
Return the export instances view. |
| Property | export |
Return the loading indicator for the resource export. |
| Property | export |
Return the result view of the resource export. |
| Instance Variable | _app |
The application. |
| Instance Variable | _services |
The export instances view. |
| Instance Variable | _services |
The loading indicator for the instances export. |
| Instance Variable | _services |
The result view of the instances export. |
| Instance Variable | _services |
The export resource view. |
| Instance Variable | _services |
The checkbox to include child resources in the export. |
| Instance Variable | _services |
The loading indicator for the resource export. |
| Instance Variable | _services |
The result view of the resource export. |
Callback when the checkbox to include child resources in the export is changed.
| Parameters | |
event:Checkbox.Changed | The Checkbox.Changed event. |
Update the current resource for the services view.
| Parameters | |
resource:Resource | The resource to use for services. |