Reference Source
public class | source

BaseList

Extends:

superClass → BaseList

The base element for List components

Static Member Summary

Static Public Members
public static

Returns BaseList interaction options.

Member Summary

Public Members
public

Whether interaction with the component is enabled.

public

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

Static Public Members

public static interaction: ListInteractionEnum: * source

Returns BaseList interaction options.

Public Members

public interaction: String source

Whether interaction with the component is enabled. See ListInteractionEnum.

  • ListInteractionEnum.ON by default.
  • reflected

public items: SelectableCollection source

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

  • read-only