Skip to content

Interface: IButtonTableProxy

A designer-facing interface that provides access to a button table section in a sectioned table

It is passed to rules to provide access to a button table section for application specific customizations.

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getButton

getButton(name: string): IButtonTableButtonProxy

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[]

This method returns buttons for this section

Returns: IButtonTableButtonProxy[]

The buttons for this section