[TIMOB-8836] BlackBerry: Implement UI.Tab elements needed for KitchenSink
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-10T01:03:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2012-09 BB, BB Preview 3 |
Components | BlackBerry |
Labels | n/a |
Reporter | Francois Boisvert |
Assignee | Harutyn Movsisyan |
Created | 2012-04-20T11:30:37.000+0000 |
Updated | 2017-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>
sz: You can use the NavigationPane
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)
implemented properties: window, icon, image implemented methods: setters and getters for window, icon and image properties inherited: height, width, top and left properties
Closing ticket as Blackberry is no longer supported.