[TIMOB-14158] Blackberry: Change TableView's class name from ListView to TableView
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-06-17T15:43:14.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Pedro Enrique |
| Assignee | Pedro Enrique |
| Created | 2013-06-07T22:15:10.000+0000 |
| Updated | 2017-03-13T18:36:23.000+0000 |
Description
Currently, Titanium's TableView implementation is created through the _NativeListViewObject_ class. The TableViewRows are also created through the _NativeListItemObject_ class.
The TableView should be called _NativeTableViewObject_ and the TableViewRow should be called _NativeTableViewRowObject_ so that Titanium's ListView can be implemented.
Internally, both TableView and ListView are the same native component but in Titanium we have the two separate APIs.
PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/93
Closing ticket as fixed.