|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectGWTApplication.client.BusyIndicator
public class BusyIndicator
This class will be used to display a red banner in the top right of the window to indicate to the user that the application is busy doing something.
| Field Summary | |
|---|---|
(package private) com.google.gwt.user.client.ui.Label |
busyLabel
This is the label which is used to display the message |
private com.google.gwt.user.client.ui.PopupPanel |
busyPanel
This is the popup panel which will be used to indicate to the user that we are busy. |
private InternationalizationConstants |
internationalizationConstants
This class will be used for internationalization so that we can flick between the locales of English and Spanish. |
| Constructor Summary | |
|---|---|
BusyIndicator()
Constructor |
|
| Method Summary | |
|---|---|
(package private) void |
showBusy(boolean showBusy)
This is used to show that we are busy or not. |
(package private) void |
showBusy(boolean showBusy,
java.lang.String message)
This is used to show that we are busy or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final com.google.gwt.user.client.ui.PopupPanel busyPanel
private InternationalizationConstants internationalizationConstants
final com.google.gwt.user.client.ui.Label busyLabel
| Constructor Detail |
|---|
BusyIndicator()
| Method Detail |
|---|
void showBusy(boolean showBusy)
showBusy - True if we are to display a red box indicating
that we are doing something.
void showBusy(boolean showBusy,
java.lang.String message)
showBusy - True if we are to display a red box indicating
that we are doing something.message - Message to be displayed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||