thomasnield
10/02/2016, 2:23 PMcarlw
10/02/2016, 2:23 PMthomasnield
10/02/2016, 2:24 PMthomasnield
10/02/2016, 2:25 PMcarlw
10/02/2016, 2:26 PMthomasnield
10/02/2016, 2:29 PMthomasnield
10/02/2016, 2:32 PMthomasnield
10/02/2016, 2:32 PMedvin
10/02/2016, 3:49 PMcellCache { controller.readCache(it).root }
edvin
10/02/2016, 3:50 PMedvin
10/02/2016, 3:59 PMcontroller.removeItem(currentItem)
directly from the button action in TodoListView I think.ron
10/02/2016, 4:00 PMron
10/02/2016, 4:00 PMron
10/02/2016, 4:01 PMron
10/02/2016, 4:01 PMedvin
10/02/2016, 4:04 PMedvin
10/02/2016, 4:05 PMcurrentItem.completedProperty.onChange { checked -> toggleClass(Styles.completed, checked) }
with toggleClass(Styles.completed, currentItem.completedProperty)
edvin
10/02/2016, 4:06 PMedvin
10/02/2016, 4:12 PMcellFormat
and cellCache
..ron
10/02/2016, 4:15 PMedvin
10/02/2016, 4:15 PMron
10/02/2016, 4:17 PMron
10/02/2016, 4:25 PMron
10/02/2016, 4:26 PMron
10/02/2016, 4:26 PMron
10/02/2016, 4:28 PMcurrentItem.completedProperty.onChange { checked ->
controller.list.setPredicate(controller.filterBy)
}
edvin
10/02/2016, 4:42 PMedvin
10/02/2016, 4:42 PMron
10/02/2016, 4:43 PMedvin
10/02/2016, 4:43 PM