this patch contains a further improvement that might be usefull with heavily loaded views.
i added a listener ViewLazyInitializeListener that gets triggert if a view is going to be shown.
the expensive work could be done in the handler method, e. g. querying the database.
this patch contains a further improvement that might be usefull with heavily loaded views.
i added a listener
ViewLazyInitializeListener
that gets triggert if a view is going to be shown. the expensive work could be done in the handler method, e. g. querying the database.