當客戶端在服務器上發送json時,如何顯示加載小部件。加載Resty-GWT
從例如GWTP〔實施例,我發現這種方法
/**
* We display a short lock message whenever navigation is in progress.
*
* @param event The {@link LockInteractionEvent}.
*/
@ProxyEvent
public void onLockInteraction(LockInteractionEvent event) {
getView().setLoading(event.shouldLock());
}
如何顯示在加載resty,GWT,當它發送的請求?我可以使用onLock互動與resty-gwt嗎?
不確定關於GWTP,但也許這個http://stackoverflow.com/a/38392507/5612847將有用。 –