public class Console extends Object implements com.google.gwt.core.client.EntryPoint, ReloadNotification.Handler
| Modifier and Type | Field and Description |
|---|---|
static UIConstants |
CONSTANTS |
static UIDebugConstants |
DEBUG_CONSTANTS |
static UIMessages |
MESSAGES |
static Composite |
MODULES |
static ProductConfig |
prodConfig |
static UITokens |
TOKENS |
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(String message) |
static void |
error(String message,
String detail) |
static BootstrapContext |
getBootstrapContext() |
static org.jboss.gwt.circuit.Dispatcher |
getCircuit() |
static com.google.web.bindery.event.shared.EventBus |
getEventBus() |
static HelpSystem |
getHelpSystem()
Deprecated.
|
static MessageCenter |
getMessageCenter()
Deprecated.
|
static com.gwtplatform.mvp.client.proxy.PlaceManager |
getPlaceManager() |
static RuntimeExtensionRegistry |
getRuntimeLHSItemExtensionRegistry() |
static SubsystemRegistry |
getSubsystemRegistry() |
static void |
info(String message) |
void |
onModuleLoad() |
void |
onModuleLoad2() |
void |
onReloadRequired(Map<String,ServerState> states) |
static boolean |
protovisAvailable() |
static void |
schedule(com.google.gwt.user.client.Command cmd) |
static boolean |
visAPILoaded()
Deprecated.
|
static void |
warning(String message) |
static void |
warning(String message,
boolean sticky) |
static void |
warning(String message,
String detail) |
static void |
warning(String message,
String detail,
boolean sticky) |
public static final Composite MODULES
public static final UIConstants CONSTANTS
public static final UIDebugConstants DEBUG_CONSTANTS
public static final UIMessages MESSAGES
public static final UITokens TOKENS
public static final ProductConfig prodConfig
public void onModuleLoad()
onModuleLoad in interface com.google.gwt.core.client.EntryPointpublic void onModuleLoad2()
public static void info(String message)
public static void error(String message)
public static void warning(String message)
public static void warning(String message, boolean sticky)
public static void schedule(com.google.gwt.user.client.Command cmd)
public static com.google.web.bindery.event.shared.EventBus getEventBus()
public static org.jboss.gwt.circuit.Dispatcher getCircuit()
@Deprecated public static MessageCenter getMessageCenter()
public static com.gwtplatform.mvp.client.proxy.PlaceManager getPlaceManager()
public static BootstrapContext getBootstrapContext()
@Deprecated public static HelpSystem getHelpSystem()
@Deprecated public static boolean visAPILoaded()
public static SubsystemRegistry getSubsystemRegistry()
public static RuntimeExtensionRegistry getRuntimeLHSItemExtensionRegistry()
public static boolean protovisAvailable()
public void onReloadRequired(Map<String,ServerState> states)
onReloadRequired in interface ReloadNotification.HandlerCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.