| |
|
| java.lang.Object com.bostechcorp.cbesb.console.client.Console
All known Subclasses: com.bostechcorp.cbesb.adminconsole.client.AdminConsole,
Console | public class Console implements EntryPoint,HistoryListener,ICallbackHandler(Code) | | Entry point classes define onModuleLoad() .
The Console is now a base class. the Entry point has been moved to the Alertmonitor
and the AdminConsole module.
The Console becomes a shared libray project. You can not run it as a seperate application any more.
|
Inner Class :class LogInPushButtonClickListener extends ConsoleCallback implements ClickListener | |
Inner Class :class LogOutPushButtonClickListener extends ConsoleCallback implements ClickListener | |
Inner Class :class LoginKeyboardListener extends ConsoleCallback implements KeyboardListener | |
Inner Class :class MenuTreeListener implements TreeListener | |
adminContainer | public VerticalPanel adminContainer(Code) | | |
headerPanel | public HorizontalPanel headerPanel(Code) | | |
isAlertMonitor | protected boolean isAlertMonitor(Code) | | |
initWidgets | public void initWidgets()(Code) | | |
isAlertMonitor | public boolean isAlertMonitor()(Code) | | |
loadAdmins | protected void loadAdmins()(Code) | | Adds all admins to the list. Note that this does not create actual
instances of all admins yet (they are created on-demand). This can make a
significant difference in startup time.
|
onHistoryChanged | public void onHistoryChanged(String token)(Code) | | |
onModuleLoad | public void onModuleLoad()(Code) | | |
postLoadAdmins | protected void postLoadAdmins()(Code) | | Adds all admins to the list. Note that this does not create actual
instances of all admins yet (they are created on-demand). This can make a
significant difference in startup time.
|
refreshPage | native public static void refreshPage()(Code) | | |
reloadEndpointView | public void reloadEndpointView(String saInEndpointView)(Code) | | |
setAlertMonitor | public void setAlertMonitor(boolean isAlertMonitor)(Code) | | |
setConnected | public void setConnected()(Code) | | |
|
|
|