Class: TabItemProxy¶
TabItemProxy is a developer-facing class that provides access to a tab item control of BottomNavigation for application specific customizations.
Hierarchy¶
-
TabItemProxy
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¶
Constructors¶
constructor¶
+ new TabItemProxy(context
: IContext): TabItemProxy
Overrides ControlProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: TabItemProxy
Methods¶
getCaption¶
▸ getCaption(): string
Implementation of ITabItemProxy
Overrides ControlProxy.getCaption
Returns: string
the caption of the contol
setCaption¶
▸ setCaption(newCaption
: string): void
Implementation of ITabItemProxy
Set item caption
Parameters:
Name | Type |
---|---|
newCaption |
string |
Returns: void