Interface: IButtonFormCellProxy¶
ButtonFormCellControlProxy is a developer-facing interface that provides access to a button control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
IButtonFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getButtonType
- getImage
- getImagePosition
- getImageSize
- getSemantic
- getTextAlignment
- getTitle
- setButtonType
- setImage
- setImagePosition
- setImageSize
- setSemantic
- setTextAlignment
- setTitle
Inherited Methods¶
Methods¶
getButtonType¶
▸ getButtonType(): string
Returns the ButtonType property value defined for the FormCell's control.
Returns: string
getImage¶
▸ getImage(): string
Returns the Image property value defined for the FormCell's control.
Returns: string
getImagePosition¶
▸ getImagePosition(): string
Returns the ImagePosition property value defined for the Button FormCell's control.
Returns: string
getImageSize¶
▸ getImageSize(): Object
Returns the ImageSize property value defined for the Button FormCell's control.
Returns: Object
getSemantic¶
▸ getSemantic(): string
Returns the Semantic property value defined for the Button FormCell's control.
Returns: string
getTextAlignment¶
▸ getTextAlignment(): string
Returns the TextAlignment property value defined for the FormCell's control.
Returns: string
getTitle¶
▸ getTitle(): string
Returns the Title property value defined for the FormCell's control.
Returns: string
setButtonType¶
▸ setButtonType(type
: string): any
Sets the ButtonType property of the FormCell's control. Accepted values are: "Button", "Normal".
Parameters:
Name | Type | Description |
---|---|---|
type |
string | value to set. |
Returns: any
setImage¶
▸ setImage(image
: string): void
Sets the Image property of the Button FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
image |
string | value to set. |
Returns: void
setImagePosition¶
▸ setImagePosition(imagePosition
: string): void
Sets the ImagePosition property of the Button FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
imagePosition |
string | value to set. |
Returns: void
setImageSize¶
▸ setImageSize(imageSize
: Object): void
Sets the ImageSize property of the Button FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
imageSize |
Object | value to set. |
Returns: void
setSemantic¶
▸ setSemantic(semantic
: string): void
Sets the Semantic property of the Button FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
semantic |
string | value to set. |
Returns: void
setTextAlignment¶
▸ setTextAlignment(alignment
: string): any
Sets the TextAlignment property of the FormCell's control. Accepted values are: "left", "right", "center".
Parameters:
Name | Type | Description |
---|---|---|
alignment |
string | value to set. |
Returns: any
setTitle¶
▸ setTitle(title
: string): void
Sets the Title property of the FormCell's FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
title |
string | value to set. |
Returns: void