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¶
-
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¶
- _clientAPIProps
- _getExecuteSource
- base64StringToBinary
- binaryToBase64String
- callFunction
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createFilterCriteria
- createFilterSelection
- createLinkSpecifierProxy
- createSorterSelection
- deleteODataCacheImages
- dismissActivityIndicator
- downloadInProgressForPage
- downloadInProgressForReadLink
- evaluateTargetPath
- evaluateTargetPathForAPI
- executeAction
- formatBase64String
- formatCurrency
- formatDate
- formatDatetime
- formatNumber
- formatPercentage
- formatScientific
- formatTime
- getActionResult
- getAppClientData
- getAppearanceMode
- getAppEventData
- getAppName
- getAvailableThemes
- getBindingObject
- getCircularImage
- getClientData
- getControl
- getControls
- getDefinitionValue
- getEventData
- getExtensions
- getGlobalDefinition
- getGlobalSideDrawerControlProxy
- getGroupHeader
- getHeader
- getIconTextImage
- getLanguage
- getLoadedItemsCount
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getProperty
- getReadLink
- getRegion
- getRegions
- getSAPPassportHeaderValue
- getSupportedLanguages
- getTheme
- getType
- getUseInAppCamera
- getVersionInfo
- getVisible
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- isStaticSection
- localizeText
- read
- redraw
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setIndicatorState
- setLanguage
- setMdkWindows
- setRegion
- setTheme
- setUseInAppCamera
- setVisible
- showActivityIndicator
- updateProgressBanner
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.getButton
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
Implementation of IButtonTableProxy.getButtons
Returns: IButtonTableButtonProxy[]
The buttons for this section