For editing nested collections use ListEditor http://docs.sencha.com/gxt-guides/3/data/editors/Editors.html
2014-02-14 12:13 GMT+04:00 pierre laurent <[email protected]>: > Hi There, > > Interface RequestFactoryEditorDriver<P,E extends > Editor<http://www.gwtproject.org/javadoc/latest/com/google/gwt/editor/client/Editor.html> > <? super P>> > Type Parameters:P - the type of Proxy being editedE - the type of Editorthat > will edit the > Record > > > Can P be a list of proxy ? > > I do have a list of proxy ( see below ) i want to fill within a datagrid, > if not possible, is there any workaround ? > > interface HistoFichesDriver extends > RequestFactoryEditorDriver<List<HistoFichesProxy>, HistofichesEditor> { > } > > > Regards, > > Pierre > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
