On 05/17/2013 08:48 PM, Steve Waterbury wrote:
Just curious ...
http://code.google.com/p/google-web-toolkit-incubator/wiki/PagingScrollTable


Steve

Crickets.  :)  So, continuing this conversation with myself ...

I just ran java2py.py on the PagingScrollTable.java code and it turns
out that PagingScrollTable uses generic classes, which makes java2py.py
throw up its hands ... e.g.:
----------------------------------------------------------------------
public class PagingScrollTable<RowType> extends AbstractScrollTable implements
    HasTableDefinition<RowType>, HasPageCountChangeHandlers,
    HasPageLoadHandlers, HasPageChangeHandlers, HasPagingFailureHandlers {
  /**
* A custom {@link AbstractCellView} used by the {@link PagingScrollTable}.
   *
   * @param <RowType> the type of the row values
   */
----------------------------------------------------------------------

Does anyone have any ideas how java generic classes might be
transposed into pyjs?

Steve

--

--- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to