Reference Source
public class | source

BaseFieldGroup

Extends:

superClass → BaseFieldGroup

The base element for FieldGroup components

Static Member Summary

Static Public Members
public static

orientation: BaseFieldGroupEnum: *

Returns BaseFieldGroup orientation options.

Member Summary

Public Members
public

The Collection Interface that allows interacting with the items that the component contains.

public

Orientation of the field group.

public

Returns the first selected field group item in the Field Group.

Static Public Members

public static orientation: BaseFieldGroupEnum: * source

Returns BaseFieldGroup orientation options.

Return:

BaseFieldGroupEnum

Public Members

public items: SelectableCollection source

The Collection Interface that allows interacting with the items that the component contains.

  • read-only

public orientation: String source

Orientation of the field group. See BaseFieldGroupOrientationEnum.

  • BaseFieldGroupOrientationEnum.HORIZONTAL by default.
  • reflected

public selectedItem: HTMLElement source

Returns the first selected field group item in the Field Group. The value null is returned if no item is selected.

  • read-only