class documentation

class ACMEContainerRegistrations(VerticalScroll): (source)

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): (source)

Initialize the view.

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

Compose the view.

Yields
The view content.
def on_show(self): (source)

Called when the view is shown.

def registrationsUpdate(self): (source)

Update the registrations view.

managementSupport: ManagementSupport = (source)

Injected ManagementSupport instance.

@property
registrationView: Static = (source)

Return the registrations view.

Returns
The registrations view.

The application.

_registrationView = (source)

The registrations view.