Skip to content

Class: ButtonTableProxy

ButtonTableProxy is a developer-facing class that provides access to a button table. It is passed to rules to provide access to a control for application-specific customizations.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new ButtonTableProxy(context: IContext): ButtonTableProxy

Overrides SectionProxy.constructor

Parameters:

Name Type
context IContext

Returns: ButtonTableProxy

Methods

getButton

getButton(name: string): IButtonTableButtonProxy

Implementation of IButtonTableProxy

Parameters:

Name Type Description
name string takes in _Name property of the button

Returns: IButtonTableButtonProxy

returns the ButtonTableButtonProxy instance of the item by the name


getButtons

getButtons(): IButtonTableButtonProxy[]

Implementation of IButtonTableProxy

This method returns buttons for this section

Returns: IButtonTableButtonProxy[]

The buttons for this section