Interface: ILabelFormCellProxy¶
LabelFormCellProxy is a developer-facing interface that provides access to a Label control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
ILabelFormCellProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- applyValidation
- base64StringToBinary
- binaryToBase64String
- callFunction
- clearFocus
- clearValidation
- clearValidationOnValueChange
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createAttachmentEntry
- createFilterCriteria
- createLinkSpecifierProxy
- dataQueryBuilder
- deleteODataCacheImages
- dismissActivityIndicator
- downloadInProgressForPage
- downloadInProgressForReadLink
- evaluateTargetPath
- evaluateTargetPathForAPI
- executeAction
- formatBase64String
- formatCurrency
- formatDate
- formatDatetime
- formatNumber
- formatPercentage
- formatScientific
- formatTime
- getActionResult
- getAppClientData
- getAppearanceMode
- getAppEventData
- getAppName
- getAvailableThemes
- getBindingObject
- getCaption
- getCircularImage
- getClientData
- getCollection
- getDefinitionValue
- getEditable
- getEnable
- getEnabled
- getEventData
- getGlobalDefinition
- getHelperText
- getIconTextImage
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getRequiredIndicator
- getRequiredIndicatorStyle
- getSAPPassportHeaderValue
- getSupportedLanguages
- getTargetSpecifier
- getTheme
- getType
- getUseInAppCamera
- getValidation
- getValue
- getVersionInfo
- getVisible
- initializeLogger
- isAppInMultiUserMode
- isContainer
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- redraw
- reset
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setCaption
- setDebugSettings
- setEditable
- setEnable
- setEnabled
- setFocus
- setHelperText
- setLanguage
- setRegion
- setRequiredIndicator
- setRequiredIndicatorStyle
- setStyle
- setTargetSpecifier
- setTheme
- setUseInAppCamera
- setValidationProperty
- setValue
- setVisible
- showActivityIndicator
- updateProgressBanner
Methods¶
getMaxLines¶
▸ getMaxLines(): number
Returns the maxLines property value of the Label FormCell.
Returns: number
getStyle¶
▸ getStyle(): string
Returns the style class value of the Label FormCell.
Returns: string
getText¶
▸ getText(): string
Returns the text value of the Label FormCell.
Returns: string
getTextWrap¶
▸ getTextWrap(): boolean
Returns the textWrap property value of the Label FormCell.
Returns: boolean
setMaxLines¶
▸ setMaxLines(maxLines: number): Promise<any>
Sets the maxLines property of the Label FormCell.
Parameters:
| Name | Type | Description |
|---|---|---|
| maxLines | number | value to set. |
Returns: Promise<any>
setStyle¶
▸ setStyle(styleClass: string): any
Sets the style class of the Label FormCell.
Overrides IFormCellProxy.setStyle
Parameters:
| Name | Type | Description |
|---|---|---|
| styleClass | string | value to set. |
Returns: any
setText¶
▸ setText(text: string): Promise<any>
Sets the text value of the Label FormCell.
Parameters:
| Name | Type | Description |
|---|---|---|
| text | string | value to set. |
Returns: Promise<any>
setTextWrap¶
▸ setTextWrap(textWrap: boolean): Promise<any>
Sets the textWrap property of the Label FormCell.
Parameters:
| Name | Type | Description |
|---|---|---|
| textWrap | boolean | value to set. |
Returns: Promise<any>