RefreshingView component does not use its model and therefore does not provide typesafe getters, mostly because it is possible to use any kind of model object with it.
-igor On Sun, Sep 27, 2009 at 12:30 PM, <[email protected]> wrote: > heyho, > > public abstract class RefreshingView<T> extends RepeatingView has the > typeparameter but no public IModel<T> getModel(). can someone add it please > or let me add it, i would do it too, plus setModel(), setModelObject(), > getModelObject(). > > regarz > -- > Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate > für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
