public class UICommands extends Object
Constructor and Description |
---|
UICommands() |
Modifier and Type | Method and Description |
---|---|
static void |
log(String message) |
static void |
log(String message,
Throwable e) |
static void |
log(Throwable e) |
static void |
mask(String message,
com.extjs.gxt.ui.client.widget.Component component)
When masking the component show the rotating gear.
|
static void |
onModuleLoad() |
static void |
showAlert(String title,
String text) |
static void |
showPopup(String title,
String text) |
static void |
showPopup(String title,
String text,
int delayMills) |
static void |
unmask(com.extjs.gxt.ui.client.widget.Component component) |
public static final void onModuleLoad()
public static void log(String message)
public static void log(Throwable e)
public static void mask(String message, com.extjs.gxt.ui.client.widget.Component component)
component
- the element to maskmessage
- the message to show during loadingpublic static void unmask(com.extjs.gxt.ui.client.widget.Component component)
Copyright © 2015. All Rights Reserved.