I have a EntityList that extends from ArrayCollection. Now extends from ArrayListView without any change !
I use it on my framework to hide deleted item (change the state of object to DELETE before remove and the list is automatically filter to hide this itens). When I save, the server delete the itens from the database, update the opens that changed and insert the others. It works perfectly. Carlos Rovira <[email protected]> escreveu no dia segunda, 31/08/2020 à(s) 16:25: > Yeah, > we used it in all our Flex migrations ;) > > El lun., 31 ago. 2020 a las 17:23, Hugo Ferreira (<[email protected] > >) > escribió: > > > Thank you. > > This new ArraListView + ArraList, seems to 100% replace my previous use > of > > ArrayCollection. > > Now only on real scenarios that I can full test it but at list at compile > > time and a simple use case, it works. > > > > Carlos Rovira <[email protected]> escreveu no dia segunda, > > 31/08/2020 > > à(s) 16:16: > > > > > Hi Hugo, > > > > > > also check TDJ for a page (at the end of the drawer menu) with some > > > ArrayListView examples for filtering and sorting. > > > > > > El lun., 31 ago. 2020 a las 16:33, Hugo Ferreira (< > > [email protected] > > > >) > > > escribió: > > > > > > > Fanstastic. > > > > One more issue solved. > > > > Thank you. > > > > > > > > Harbs <[email protected]> escreveu no dia segunda, 31/08/2020 > à(s) > > > > 15:01: > > > > > > > > > Try ArrayListView instead of ArrayList. > > > > > > > > > > > On Aug 31, 2020, at 3:54 PM, Hugo Ferreira < > [email protected] > > > > > > > > wrote: > > > > > > > > > > > > Hello, > > > > > > > > > > > > There is already a bead or a way to add filterFunction to Royale > > > > > ArrayList > > > > > > as we have with ArrayCollection in Flex ? > > > > > > > > > > > > > > > > > > > > > > > -- > > > Carlos Rovira > > > http://about.me/carlosrovira > > > > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >
