Interface: IActionBarItemProxy¶
Hierarchy¶
-
IActionBarItemProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getCaption
- getEnabled
- getIcon
- getIconText
- getIsIconCircular
- getParent
- getPosition
- getStyle
- getSystemItem
- getVisible
- reset
- setCaption
- setEnabled
- setIcon
- setIconText
- setIsIconCircular
- setPosition
- setSystemItem
Inherited Methods¶
Methods¶
getCaption¶
▸ getCaption(): string
Overrides IControlProxy.getCaption
Returns the Caption property value defined for the control.
Returns: string
getEnabled¶
▸ getEnabled(): boolean
Returns the Enabled property value defined for the control.
Returns: boolean
getIcon¶
▸ getIcon(): string
Returns the Icoon property value defined for the control.
Returns: string
getIconText¶
▸ getIconText(): string
Returns the IconText property value defined for the control.
Returns: string
getIsIconCircular¶
▸ getIsIconCircular(): boolean
Returns the IsIconCircular property value defined for the control.
Returns: boolean
getParent¶
▸ getParent(): IActionBarProxy
This method returns actionbar container control
Returns: IActionBarProxy
The control of the actionbar container
getPosition¶
▸ getPosition(): string
Returns the Position property value defined for the control.
Returns: string
getStyle¶
▸ getStyle(): string
Returns the style property value defined for the control.
Returns: string
getSystemItem¶
▸ getSystemItem(): string
Returns the SystemItem property value defined for the control.
Returns: string
getVisible¶
▸ getVisible(): boolean
Gets the control's visible state.
Returns: boolean
returns true if the control is visible otherwise false.
reset¶
▸ reset(): Promise‹any›
Reset ActionBar item
Returns: Promise‹any›
setCaption¶
▸ setCaption(caption
: string): void
Sets the Caption property of the control.
Parameters:
Name | Type | Description |
---|---|---|
caption |
string | value to set. |
Returns: void
setEnabled¶
▸ setEnabled(isEnabled
: boolean): void
Sets the Enabled property of the control.
Parameters:
Name | Type | Description |
---|---|---|
isEnabled |
boolean | true enables and false disables. |
Returns: void
setIcon¶
▸ setIcon(icon
: string): void
Sets the Icon property of the control.
Parameters:
Name | Type | Description |
---|---|---|
icon |
string | value to set. |
Returns: void
setIconText¶
▸ setIconText(iconText
: string): void
Sets the IconText property of the control.
Parameters:
Name | Type | Description |
---|---|---|
iconText |
string | value to set. |
Returns: void
setIsIconCircular¶
▸ setIsIconCircular(isIconCircular
: boolean): void
Sets the IsIconCircular property of the control.
Parameters:
Name | Type | Description |
---|---|---|
isIconCircular |
boolean | value to set. |
Returns: void
setPosition¶
▸ setPosition(position
: string): void
Sets the Position property of the control.
Parameters:
Name | Type | Description |
---|---|---|
position |
string | value to set. |
Returns: void
setSystemItem¶
▸ setSystemItem(systemItem
: string): void
Sets the SystemItem property of the control.
Parameters:
Name | Type | Description |
---|---|---|
systemItem |
string | value to set. |
Returns: void