org.broadleafcommerce.gwt.client
Class BLCMain

java.lang.Object
  extended by org.broadleafcommerce.gwt.client.BLCMain
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class BLCMain
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Author:
jfischer

Field Summary
static boolean DEBUG
           
static EntityEditDialog ENTITY_ADD
           
static boolean ISNEW
           
static MasterView MASTERVIEW
           
static ProgressWindow MODAL_PROGRESS
           
static SimpleProgress NON_MODAL_PROGRESS
           
static OpenAdminMessages OPENADMINMESSAGES
           
static SplashView SPLASH_PROGRESS
           
 
Constructor Summary
BLCMain()
           
 
Method Summary
static void addModule(Module module)
           
static void drawCurrentState(java.lang.String moduleKey)
           
static Module getModule(java.lang.String moduleKey)
           
static boolean isLogDebugEnabled(java.lang.String category)
           
static void logDebug(java.lang.String message, java.lang.String category)
          Log a debug.
 void onModuleLoad()
           
static void removeSplashWindow()
           
static void setSplashWindow(SplashView splashWindow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPENADMINMESSAGES

public static final OpenAdminMessages OPENADMINMESSAGES

MODAL_PROGRESS

public static ProgressWindow MODAL_PROGRESS

SPLASH_PROGRESS

public static SplashView SPLASH_PROGRESS

NON_MODAL_PROGRESS

public static SimpleProgress NON_MODAL_PROGRESS

ENTITY_ADD

public static EntityEditDialog ENTITY_ADD

MASTERVIEW

public static MasterView MASTERVIEW

ISNEW

public static boolean ISNEW

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

BLCMain

public BLCMain()
Method Detail

addModule

public static void addModule(Module module)

getModule

public static Module getModule(java.lang.String moduleKey)

setSplashWindow

public static void setSplashWindow(SplashView splashWindow)

removeSplashWindow

public static void removeSplashWindow()

drawCurrentState

public static void drawCurrentState(java.lang.String moduleKey)

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

logDebug

public static void logDebug(java.lang.String message,
                            java.lang.String category)
Log a debug.

Parameters:
message - the message to log
category - category to log in, defaults to "Log"

isLogDebugEnabled

public static boolean isLogDebugEnabled(java.lang.String category)


Copyright © 2011. All Rights Reserved.