Kernel::WebApp::Util::Statistic::Field

NAME

Kernel::WebApp::Util::Statistic::Field – Field base class for the different statistic fields.

PUBLIC INTERFACE

has UsageType

Attribute that holds the field name.

has Name

Attribute that holds the field name.

has Label

Attribute that holds the field label.

has Active

Attribute that holds the information if the field is active.

has Disabled

Attribute that holds the information if the field is disabled during the execution or in the widget.

has SelectedValue

Attribute that holds the selected value of the field.

has ExecutionValue

Attribute that holds the execution value of the field.

has ConfiguredValue

Attribute that holds the current configured value of the field.

has ActiveElementXAxis

Attribute that holds the current active x axis element.

FieldSchema()

Return the form field schema for the current label.

GetFieldDataForUpdate()

Builds the field data for the update (backend structure).

PRIVATE INTERFACE

_InitializeObjectAttributes()

Initialize the object attributes.

Scroll to Top