Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : TabBarGroup
  
TabBarGroup
A TabBarGroup widget is a container that can contain a TabBar with multiple TabBarButton widgets, and a group of ScrollableView widgets. You can manually add the TabBarGroup widget to a MobileDevice container by using the Items editor.
Property
id
A unique ID string for the widget.
tabPosition
The position of the tab bar.
showHeading
true
This is the default value. A heading is displayed at the top of the view.
false
No heading is displayed initially.
ECA editor support
Property that can be configured for the TabBarGroup widget with the ECA editor
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
Functions that can be configured for the TabBarGroup widget with the ECA editor
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
hide()
Hide the widget without the transition animation.
Applicable ECA part: Actions
performTransition(moveTo,transitionDir,transition)
Transition the current view to a destination view that is specified with the moveTo value. The transition direction and effect are also specified in this function.
Applicable ECA part: Actions
show()
Show the widget without the transition animation.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
isVisible
Return true if this view is visible.
Applicable ECA part: Expression in Condition
Items
A TabBarGroup widget can contain the ScrollableView widgets as the items. See ScrollableView for details about the ScrollableView widget.
See also
XUI Mobile widgets