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¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new TabItemProxy(context
: IContext): TabItemProxy
Overrides ControlProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: TabItemProxy
Properties¶
Accessors¶
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