On Aug 6, 3:13 am, shue249 <
shue...@gmail.com> wrote:
> Hi GWT folks,
>
> I have a panel which contains a tree and a timepedia chart. There is a
> timer running a periodic rpc to the server for updates. During the
> rpc, i will like to disable the entire panel to prevent any user
> manipulation on the tree and the chart. I have seen several showcases
> where the widget/panel is disabled and grayed out and a "Loading..."
> window is shown while rpc is performed and the widget/panel will be
> enabled back after rpc is done.
>
> Does anyone knows the name to this feature and how to go about doing
> this?
This is basically a GlassPanel and PopupPanel (or some child of the
GlassPanel) that you show before calling your RPC method, and hide
from within your AsyncCallback.
There are many implementations of GlassPanel depending on which widget
library you use (Google-Web-Toolkit-Incubator, GWT-Ext, GXT, etc.)
>
> One example ishttp://
www.gwt-ext.com/demo/#remotePagingGrid.