Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8836] BlackBerry: Implement UI.Tab elements needed for KitchenSink

GitHub Issuen/a
TypeStory
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-07-10T01:03:45.000+0000
Affected Version/sn/a
Fix Version/sSprint 2012-09 BB, BB Preview 3
ComponentsBlackBerry
Labelsn/a
ReporterFrancois Boisvert
AssigneeHarutyn Movsisyan
Created2012-04-20T11:30:37.000+0000
Updated2017-03-03T00:53:24.000+0000

Description

A tab instance for a TabGroup<http://docs.appcelerator.com/titanium/2.0/#%21/api/Titanium.UI.TabGroup>. A TabGroup tab instance. Each tab includes a button and one or more windows, which holds the "contents" of the tab. Users can select a tab by clicking on the tab button. In iOS, this actually is more of a combination of UITabBarItem and UINavigationController meant to go into a tab group. Android does not have a navigationController concept, so it depends on what Blackberry provides. https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBarItem_Class/Reference/Reference.html#//apple_ref/doc/c_ref/UITabBarItem<https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBarItem_Class/Reference/Reference.html%23//apple_ref/doc/c_ref/UITabBarItem> https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/doc/c_ref/UINavigationController<https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html%23//apple_ref/doc/c_ref/UINavigationController>

Comments

  1. Tatyana Petrenko 2012-05-24

    sz: You can use the NavigationPane
  2. David Lifshitz 2012-06-20

    Take a look at the .js files in android/modules/ui/src/js in case there is a possibility of reuse (would require TIMOB-9658)
  3. Harutyn Movsisyan 2012-07-10

    implemented properties: window, icon, image implemented methods: setters and getters for window, icon and image properties inherited: height, width, top and left properties
  4. Lee Morris 2017-03-03

    Closing ticket as Blackberry is no longer supported.

JSON Source