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 MasterView MASTERVIEW
           
static ProgressWindow MODAL_PROGRESS
           
static SimpleProgress NON_MODAL_PROGRESS
           
static OpenAdminMessages OPENADMINMESSAGES
           
 
Constructor Summary
BLCMain()
           
 
Method Summary
static void addModule(Module module)
           
static void drawCurrentState(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()
           
 
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

NON_MODAL_PROGRESS

public static SimpleProgress NON_MODAL_PROGRESS

ENTITY_ADD

public static EntityEditDialog ENTITY_ADD

MASTERVIEW

public static MasterView MASTERVIEW

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)

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.