public static interface AbstractDisplayer.View
extends com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Method and Description |
---|---|
void |
cancelRefreshTimer() |
void |
clear() |
void |
enableRefreshTimer(int seconds) |
void |
error(ClientRuntimeError error) |
void |
errorDataSetNotFound(String uuid) |
void |
errorMissingHandler() |
void |
errorMissingSettings() |
void |
setId(String id) |
void |
showLoading() |
void |
showVisualization() |
void errorMissingSettings()
void errorMissingHandler()
void showLoading()
void showVisualization()
void clear()
void setId(String id)
void errorDataSetNotFound(String uuid)
void error(ClientRuntimeError error)
void enableRefreshTimer(int seconds)
void cancelRefreshTimer()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.