Reference Source
public class | source

BaseActionBarContainer

Extends:

superClass → BaseActionBarContainer

The base element for action bar containers

Member Summary

Public Members
public

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

public

If there are more ActionBarItems inside the ActionBar than currently can be shown, then a "more" Button with the following text will be rendered (and some ActionBarItems will be hidden inside of a Popover).

public

Returns the inner overlay to allow customization.

public

The amount of items that are maximally visible inside the container.

Public Members

public items: ActionBarContainerCollection source

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

  • read-only

public moreButtonText: String source

If there are more ActionBarItems inside the ActionBar than currently can be shown, then a "more" Button with the following text will be rendered (and some ActionBarItems will be hidden inside of a Popover).

  • "" by default.

public overlay: Popover source

Returns the inner overlay to allow customization.

  • read-only

public threshold: Number source

The amount of items that are maximally visible inside the container. Using a value <= 0 will disable this feature and show as many items as possible.

  • -1 by default.
  • reflected