Kernel::WebApp::Util::ConfigItem::Field::Integer

NAME

Kernel::WebApp::Util::ConfigItem::Field::Integer – The integer field type for the configuration item classes.

PUBLIC INTERFACE

has PossibleValues

Attribute that holds the full definition path.

Type()

Holds the current class field type.

FilterFormFieldSchema()

Returns the filter form field schema for the current field type.

PRIVATE INTERFACE

around _BuildValidators()

Adds an additional validator in the list.

_FormFieldSchema()

Returns the form field schema for the current field type.

_BuildPossibleValues()

Build the PossibleValues with the given class in the FormFieldAttributes attribute.

Scroll to Top