class documentation

class ACMEContainerRegistrations(VerticalScroll):

Constructor: ACMEContainerRegistrations(id)

View In Hierarchy

The Registrations view for the ACME text UI.

Method __init__ Initialize the view.
Method compose Compose the view.
Method on_show Called when the view is shown.
Method registrationsUpdate Update the registrations view.
Class Variable managementSupport Injected ManagementSupport instance.
Property registrationView Return the registrations view.
Instance Variable _app The application.
Instance Variable _registrationView The registrations view.
def __init__(self, id: str):

Initialize the view.

Parameters
id:strThe view ID.
def compose(self) -> ComposeResult:

Compose the view.

Yields
The view content.
def on_show(self):

Called when the view is shown.

def registrationsUpdate(self):

Update the registrations view.

managementSupport: ManagementSupport =

Injected ManagementSupport instance.

@property
registrationView: Static =

Return the registrations view.

Returns
The registrations view.
_app =

The application.

_registrationView =

The registrations view.