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¶
-
IButtonTableProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- getControl
- getControls
- getExtensions
- getGroupHeader
- getHeader
- getLoadedItemsCount
- getName
- getPageProxy
- getProperty
- getType
- getVisible
- isStaticSection
- redraw
- setIndicatorState
- setVisible
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