{ "id": "90659", "key": "TIMOB-8840", "fields": { "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15111", "description": "2013 Sprint 13", "name": "2013 Sprint 13", "archived": true, "released": true, "releaseDate": "2013-07-01" }, { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-06-27T22:06:04.000+0000", "created": "2012-04-20T11:33:00.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "notable", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "25070", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "100944", "key": "TIMOB-10878", "fields": { "summary": "Blackberry: Implement important UI.TableView functionality", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T00:48:05.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "A TableView section object. Usually contains TableViewRows\r\n\r\nIn iOS, this is an abstract non-iOS class used to group rows into sections. There is no native analog.", "attachment": [], "flagged": false, "summary": "BlackBerry: Implement important Titanium.UI.TableViewSection functionality", "creator": { "name": "fboisvert", "key": "fboisvert", "displayName": "Francois Boisvert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fboisvert", "key": "fboisvert", "displayName": "Francois Boisvert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "195928", "author": { "name": "tpetrenko", "key": "tpetrenko", "displayName": "Tatyana Petrenko", "active": true, "timeZone": "America/New_York" }, "body": "sz: You can use the GridListLayout", "updateAuthor": { "name": "tpetrenko", "key": "tpetrenko", "displayName": "Tatyana Petrenko", "active": true, "timeZone": "America/New_York" }, "created": "2012-05-24T07:53:01.000+0000", "updated": "2012-05-24T07:53:01.000+0000" }, { "id": "218692", "author": { "name": "tpetrenko", "key": "tpetrenko", "displayName": "Tatyana Petrenko", "active": true, "timeZone": "America/New_York" }, "body": "There is no Cascades support for this control. SHould likely be removed from Beta scope.", "updateAuthor": { "name": "tpetrenko", "key": "tpetrenko", "displayName": "Tatyana Petrenko", "active": true, "timeZone": "America/New_York" }, "created": "2012-09-12T13:19:20.000+0000", "updated": "2012-09-12T13:19:20.000+0000" }, { "id": "259065", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "TableViewSections implemented in PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/112", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-06-21T21:58:18.000+0000", "updated": "2013-06-21T21:58:18.000+0000" }, { "id": "263521", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Test 1\n\n{code}\nvar win = Titanium.UI.createWindow({\n\tbackgroundColor: '#ccc'\n});\n\n\nvar table = Ti.UI.createTableView({\n\twidth: Ti.UI.FILL,\n\theight: Ti.UI.FILL,\n\tdata: [\n {title: 'row 1', header: 'section 1', subHeader: 'sub header of section 1'},\n {title: 'row 2'},\n {title: 'row 3'},\n {title: 'row 4'},\n {title: 'row 5'},\n {title: 'row 1', header: 'section 2'},\n {title: 'row 2'},\n {title: 'row 3'},\n {title: 'row 4'},\n {title: 'row 5'},\n {title: 'row 1', header: 'section 3'},\n {title: 'row 2'},\n {title: 'row 3'},\n {title: 'row 4'},\n {title: 'row 5'},\n {title: 'row 1', header: 'section 4', subHeader: 'sub header of section 4'},\n {title: 'row 2'},\n {title: 'row 3'},\n {title: 'row 4'},\n {title: 'row 5'},\n {title: 'row 1', header: 'section 5'},\n {title: 'row 2'},\n {title: 'row 3'},\n {title: 'row 4'},\n {title: 'row 5'}\n\t ]\n});\n\nwin.add(table);\n\n\n\nwin.open();\n\n{code}", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-26T22:51:02.000+0000", "updated": "2013-07-26T22:51:02.000+0000" }, { "id": "263522", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Test 2\n\n{code}\nvar win = Titanium.UI.createWindow({\n\tbackgroundColor: '#ccc'\n});\n\nvar d = [];\nfor(var i = 0; i < 10; i++) {\n\tvar section = Ti.UI.createTableViewSection({\n\t\ttitle: 'Hello section number ' + i,\n\t\tsubTitle: 'This is a subtitle for section #' + i\n\t});\n\t\n\tfor(var a = 0; a < 10; a++) {\n\t\tsection.add(Ti.UI.createTableViewRow({\n\t\t\ttitle: 'Section #' + i + ' Row #' + a\n\t\t}));\n\t}\n\td.push(section);\n}\n\nvar table = Ti.UI.createTableView({\n\twidth: Ti.UI.FILL,\n\theight: Ti.UI.FILL,\n\tdata: d\n});\n\nwin.add(table);\n\n\n\nwin.open();\n\n{code}", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-26T22:52:29.000+0000", "updated": "2013-07-26T22:52:29.000+0000" }, { "id": "410173", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T00:48:05.000+0000", "updated": "2017-03-09T00:48:05.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }