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

NAME

Kernel::WebApp::Util::Statistic::Field::Select – Field class for the select statistic field.

PUBLIC INTERFACE

has TranslateOptions

Attribute that holds the information if the options should be translated.

has TreeView

Attribute that holds the information if it's a tree view.

has SelectedOptions

Attribute that holds the options.

has AllOptions

Attribute that holds the options.

has SortOptions

Attribute that holds the information if the select field should sorted with the label.

has SortIndividual

Attribute that holds the information if the select field should sorted with the label.

FieldSchema()

Return the form field schema for the current field.

GetFieldDataForUpdate()

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

PRIVATE INTERFACE

_InitializeObjectAttributes()

Initialize the object attributes.

Scroll to Top