Class: ButtonTableButtonProxy¶
ButtonTableButtonProxy is a developer-facing class that provides access to a button control. It is passed to rules to provide access to a control for application-specific customizations.
Hierarchy¶
-
ButtonTableButtonProxy
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 ButtonTableButtonProxy(context
: IContext): ButtonTableButtonProxy
Overrides ControlProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: ButtonTableButtonProxy
Methods¶
redraw¶
▸ redraw(): Promise‹any›
Implementation of IButtonTableButtonProxy
Overrides ControlProxy.redraw
Redraw control is not supported. Instead, the parent section redraw is triggered.
Returns: Promise‹any›