Interface: IButtonFormCellProxy¶
Hierarchy¶
-
IButtonFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getAlignment
- getButtonType
- getImage
- getImagePosition
- getImageSize
- getSemantic
- getTextAlignment
- getTitle
- setAlignment
- setButtonType
- setImage
- setImagePosition
- setImageSize
- setSemantic
- setTextAlignment
- setTitle
Inherited Methods¶
Methods¶
getAlignment¶
▸ getAlignment(): string
Returns: string
getButtonType¶
▸ getButtonType(): string
Returns: string
getImage¶
▸ getImage(): string
Returns: string
getImagePosition¶
▸ getImagePosition(): string
Returns: string
getImageSize¶
▸ getImageSize(): Object
Returns: Object
getSemantic¶
▸ getSemantic(): string
Returns: string
getTextAlignment¶
▸ getTextAlignment(): string
Returns: string
getTitle¶
▸ getTitle(): string
Returns: string
setAlignment¶
▸ setAlignment(alignment: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
alignment |
string | value to set. |
Returns: Promise‹any›
setButtonType¶
▸ setButtonType(type: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | value to set. |
Returns: Promise‹any›
setImage¶
▸ setImage(image: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
image |
string | value to set. |
Returns: Promise‹any›
setImagePosition¶
▸ setImagePosition(imagePosition: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
imagePosition |
string | value to set. |
Returns: Promise‹any›
setImageSize¶
▸ setImageSize(imageSize: Object): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
imageSize |
Object | value to set. |
Returns: Promise‹any›
setSemantic¶
▸ setSemantic(semantic: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
semantic |
string | value to set. |
Returns: Promise‹any›
setTextAlignment¶
▸ setTextAlignment(alignment: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
alignment |
string | value to set. |
Returns: Promise‹any›
setTitle¶
▸ setTitle(title: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
title |
string | value to set. |
Returns: Promise‹any›