Class: ButtonTableProxy¶
Hierarchy¶
-
ButtonTableProxy
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
Returns: IButtonTableButtonProxy[]
The buttons for this section