awsc.base_control.SelectionControllerDataAttribute

class awsc.base_control.SelectionControllerDataAttribute(attribute)

Represents a templatable attribute from a ListEntry row’s controller data.

Attributes:
attributestr

The name of the column (attribute) to use from the ListEntry for templating.

Methods

resolve(selection, **kwargs)

Resolves the SelectionControllerDataAttribute into a value.

__init__(attribute)

Initializes a SelectionControllerDataAttribute.

Parameters:
attributestr

The name of the column (attribute) to use from the ListEntry’s controller data for templating.

Methods

__init__(attribute)

Initializes a SelectionControllerDataAttribute.

resolve(selection, **kwargs)

Resolves the SelectionControllerDataAttribute into a value.