class documentation

class ACMEContainerConfigurations(VerticalScroll): (source)

Constructor: ACMEContainerConfigurations(*args, **kwargs)

View In Hierarchy

Container for the Configurations view.

Method __init__ Constructor.
Method compose Build the Configurations view.
Method on_show Called when the widget is shown.
Method updateDocumentation Update the documentation view.
Property documentationView Get the documentation view widget.
Property treeView Get the tree view widget.
Instance Variable _app A reference to the text UI application.
Instance Variable _configsDocumentation The documentation view.
Instance Variable _configsTreeView The documentation tree view.
def __init__(self, *args: Any, **kwargs: Any): (source)

Constructor.

Parameters
*args:AnyVariable length argument list.
**kwargs:AnyArbitrary keyword arguments.
def compose(self) -> ComposeResult: (source)

Build the Configurations view.

def on_show(self): (source)

Called when the widget is shown.

def updateDocumentation(self, header: str, doc: str): (source)

Update the documentation view.

Parameters
header:strThe header.
doc:strThe documentation.
@property
documentationView: Markdown = (source)

Get the documentation view widget.

Returns
The documentation view.

Get the tree view widget.

Returns
The tree view.

A reference to the text UI application.

_configsDocumentation = (source)

The documentation view.

_configsTreeView = (source)

The documentation tree view.