Friday, February 14, 2014

RequestFactoryEditorDriver Can P be a list of proxy ?

Hi There,

Interface RequestFactoryEditorDriver<P,E extends Editor<? super P>>
 
Type Parameters:P - the type of Proxy being editedE - the type of Editor that 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment