Class WidgetFactory

  • All Implemented Interfaces:
    com.google.gwt.core.client.EntryPoint

    public class WidgetFactory
    extends Object
    implements com.google.gwt.core.client.EntryPoint
    Entry point classes define onModuleLoad().
    • Constructor Detail

      • WidgetFactory

        public WidgetFactory()
    • Method Detail

      • onModuleLoad

        public void onModuleLoad()
        This is the entry point method.
        Specified by:
        onModuleLoad in interface com.google.gwt.core.client.EntryPoint