Commit Graph

2 Commits

Author SHA1 Message Date
Anh Tran
efef226a84 Removes some redundant words
This patch removes some redundant words.

Change-Id: Iba1495a2ab0e350fdeafa06ac60f14a2d851042d
2016-03-25 11:29:48 +07:00
Thai Tran
b86be6144e Tablecontroller should return only selected items
Tablecontroller currently returns a map of items that were
checked/unchecked. Which is confusingly called selected.

Currently, to get the actual selected items, We have to manually filter
through the list. This patch adds a selected field that returns a array
containing only the selected items.

Change-Id: I84bea8931c23cfcaa654e437d39b4faf8ae730e4
Closes-Bug: #1545861
2016-02-18 11:38:56 -08:00