| java.lang.Object com.rift.coad.web.admin.client.MainEntryPoint
MainEntryPoint | public class MainEntryPoint implements EntryPoint,WindowResizeListener(Code) | | The entry point for the Coadunation Admin Console.
author: brett chaldecott |
MainEntryPoint | public MainEntryPoint()(Code) | | Creates a new instance of MainEntryPoint
|
onModuleLoad | public void onModuleLoad()(Code) | | The entry point method, called automatically by loading a module
that declares an implementing class as an entry-point
|
onWindowResized | public void onWindowResized(int width, int height)(Code) | | This method is responsible for adjusting the size of the various components
Parameters: width - The width of the panel. Parameters: height - The height of the panel. |
|
|