Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14158] Blackberry: Change TableView's class name from ListView to TableView

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-06-17T15:43:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsn/a
ReporterPedro Enrique
AssigneePedro Enrique
Created2013-06-07T22:15:10.000+0000
Updated2017-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.

Comments

  1. Pedro Enrique 2013-06-10

    PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/93
  2. Lee Morris 2017-03-13

    Closing ticket as fixed.

JSON Source