Hi Piotr, when switching back to basic mapper, that one implements add, remove and update methods instead of what we had in jewel in separated beads, so we don't need anymore. If we want to have back something like that, we can setup an intermediate class in basic and jewel use that. Maybe is not worth it. In that case Jewel was more PAYG than Basic. Anyway I'm open to what we want to do in that regard
Thanks El vie., 20 mar. 2020 a las 8:37, Piotr Zarzycki (<[email protected]>) escribió: > Hi Carlos, > > It means that they are default there? > > On Fri, Mar 20, 2020, 1:06 AM <[email protected]> wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > carlosrovira pushed a commit to branch develop > > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > > > > The following commit(s) were added to refs/heads/develop by this push: > > new a1e3a1d tour-de-jewel: CRUD beads are not needed anymore in > > datagrid > > a1e3a1d is described below > > > > commit a1e3a1db2f3a761d479139fdac231ae24020ec9d > > Author: Carlos Rovira <[email protected]> > > AuthorDate: Fri Mar 20 01:06:11 2020 +0100 > > > > tour-de-jewel: CRUD beads are not needed anymore in datagrid > > --- > > examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 3 > > --- > > 1 file changed, 3 deletions(-) > > > > diff --git > > a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > > b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > > index 587aea6..09758c0 100644 > > --- a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > > +++ b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > > @@ -338,9 +338,6 @@ limitations under the License. > > <j:DataGridColumn > > label="Sales" dataField="sales" columnWidth="80" align="right"/> > > </j:columns> > > <j:beads> > > - > > <j:AddDataGridItemRendererForArrayListData/> > > - > > <j:RemoveDataGridItemRendererForArrayListData/> > > - > > <j:UpdateDataGridItemRendererForArrayListData/> > > > > <j:RemoveAllDataGridItemRendererForArrayListData/> > > </j:beads> > > </j:DataGrid> > > > > > -- Carlos Rovira http://about.me/carlosrovira
