Hi Steve,

Is there some specific features you need ?

Reason I say this is because once you start digging into creating your own
widgets in pyjs it turns out it is not a major issue to add features you
may require, plus you will know exactly how they work and you won;t have to
learn a possibly fairly complex API to use it.

Going the custom route may turn out to be less hassle in the long run.

Cheers

Brett


On Sun, May 19, 2013 at 8:03 PM, Steve Waterbury <[email protected]>wrote:

> On 05/17/2013 08:48 PM, Steve Waterbury wrote:
>
>> Just curious ...
>> http://code.google.com/p/**google-web-toolkit-incubator/**
>> wiki/PagingScrollTable<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 
> pyjs-users+unsubscribe@**googlegroups.com<pyjs-users%[email protected]>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 

--- 
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