class documentation

class ACMEContainerInfo(VerticalScroll):

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

Initialize the view.

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

Compose the view.

Yields
The view content.
def tab_changed(self, id: str):

Called when the tab is changed.

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

Injected ManagementSupport instance.

@property
statsView: Static =

Return the statistics view.

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

Update the statistics.

Parameters
force:boolForce the update.
_app =

The application.

_statsView =

The statistics view.

_updateTimer: Timer =

The timer to update the statistics.