public class MantleApplication extends Object implements UserSettingsLoadedEventHandler, MantleSettingsLoadedEventHandler
onModuleLoad()
.Modifier and Type | Field and Description |
---|---|
static String |
mantleRevisionOverride |
static com.google.gwt.user.client.ui.AbsolutePanel |
overlayPanel |
static boolean |
submitOnEnter |
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.event.shared.HandlerRegistration |
addHandler(String type,
com.google.gwt.core.client.JavaScriptObject handler) |
com.google.gwt.user.client.ui.DeckPanel |
getContentDeck() |
static MantleApplication |
getInstance() |
static void |
hideBusyIndicator() |
static void |
hideBusyIndicatorById(String id) |
void |
loadApplication() |
static void |
log(String message) |
void |
notifyGlasspaneListeners(boolean isShown) |
void |
onMantleSettingsLoaded(MantleSettingsLoadedEvent event) |
void |
onUserSettingsLoaded(UserSettingsLoadedEvent event) |
void |
pucToolBarVisibility(boolean visible) |
static void |
removeHandler(com.google.gwt.event.shared.HandlerRegistration handler) |
void |
setContentDeck(com.google.gwt.user.client.ui.DeckPanel contentDeck) |
void |
setupNativeHooks(MantleApplication mantle,
LoginCommand loginCmd) |
static void |
showBusyIndicator(String title,
String message) |
static void |
showBusyIndicatorById(String title,
String message,
String id) |
public static String mantleRevisionOverride
public static boolean submitOnEnter
public static com.google.gwt.user.client.ui.AbsolutePanel overlayPanel
public static MantleApplication getInstance()
public void loadApplication()
public void setupNativeHooks(MantleApplication mantle, LoginCommand loginCmd)
public static com.google.gwt.event.shared.HandlerRegistration addHandler(String type, com.google.gwt.core.client.JavaScriptObject handler)
public static void removeHandler(com.google.gwt.event.shared.HandlerRegistration handler)
public static void hideBusyIndicator()
public static void showBusyIndicatorById(String title, String message, String id)
public static void hideBusyIndicatorById(String id)
public static void log(String message)
public void notifyGlasspaneListeners(boolean isShown)
public void onUserSettingsLoaded(UserSettingsLoadedEvent event)
onUserSettingsLoaded
in interface UserSettingsLoadedEventHandler
public void onMantleSettingsLoaded(MantleSettingsLoadedEvent event)
onMantleSettingsLoaded
in interface MantleSettingsLoadedEventHandler
public com.google.gwt.user.client.ui.DeckPanel getContentDeck()
public void setContentDeck(com.google.gwt.user.client.ui.DeckPanel contentDeck)
public void pucToolBarVisibility(boolean visible)
Copyright © 2021 Hitachi Vantara. All rights reserved.