class documentation

class ACMEContainerRequests(Vertical): (source)

Constructor: ACMEContainerRequests(id)

View In Hierarchy

Requests view for the ACME text UI.

Method __init__ Initialize the Requests view.
Method compose Compose the view.
Method on_show Called when the view is shown.
Property requestsView The requests view.
Instance Variable _requestsView The requests view.
def __init__(self, id: str): (source)

Initialize the Requests view.

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

Compose the view.

Yields
The widgets of the view.
def on_show(self): (source)

Called when the view is shown.

@property
requestsView: ACMEViewRequests = (source)

The requests view.

Returns
The requests view.
_requestsView = (source)

The requests view.