Class SmartGwtEntryPoint

java.lang.Object
com.smartgwt.client.SmartGwtEntryPoint
All Implemented Interfaces:
EntryPoint
Direct Known Subclasses:
SmartGwtSuperDevModeEntryPoint

public class SmartGwtEntryPoint extends Object implements EntryPoint
Internal Smart GWT Entry point class where framework level initialization code executes before the users EntryPoint is run.
  • Field Details

    • superDevMode

      protected static boolean superDevMode
  • Constructor Details

    • SmartGwtEntryPoint

      public SmartGwtEntryPoint()
  • Method Details

    • onModuleLoad

      public void onModuleLoad()
      Specified by:
      onModuleLoad in interface EntryPoint
    • setAsPrimaryModule

      public static void setAsPrimaryModule()