class documentation

class ACMEContainerInfo(VerticalScroll): (source)

Constructor: ACMEContainerInfo(id)

View In Hierarchy

The Infos view for the ACME text UI.

Method __init__ Initialize the view.
Method compose Compose the view.
Method tab_changed Called when the tab is changed.
Class Variable managementSupport Injected ManagementSupport instance.
Property statsView Return the statistics view.
Method _statsUpdate Update the statistics.
Instance Variable _app The application.
Instance Variable _statsView The statistics view.
Instance Variable _updateTimer The timer to update the statistics.
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 tab_changed(self, id: str): (source)

Called when the tab is changed.

Parameters
id:strThe ID of the tab.
managementSupport: ManagementSupport = (source)

Injected ManagementSupport instance.

@property
statsView: Static = (source)

Return the statistics view.

Returns
The statistics view.
def _statsUpdate(self, force: bool = False): (source)

Update the statistics.

Parameters
force:boolForce the update.

The application.

_statsView = (source)

The statistics view.

_updateTimer: Timer = (source)

The timer to update the statistics.