public class SynergyNetWebEntryPoint extends java.lang.Object implements com.google.gwt.core.client.EntryPoint, SynergyNetAppSystemUI.SynergyNetAppServiceUIDelegate
Constructor and Description |
---|
SynergyNetWebEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
addToTabPanel(com.google.gwt.user.client.ui.VerticalPanel vp,
java.lang.String title)
Adds the to tab panel.
|
void |
onModuleLoad() |
void |
shouldHideDBControls()
Should hide db controls.
|
void |
shouldOpenManagementUIForClassName(java.lang.String appClass)
Should open management ui for class name.
|
public void addToTabPanel(com.google.gwt.user.client.ui.VerticalPanel vp, java.lang.String title)
vp
- the vptitle
- the titlepublic void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void shouldHideDBControls()
SynergyNetAppSystemUI.SynergyNetAppServiceUIDelegate
shouldHideDBControls
in interface SynergyNetAppSystemUI.SynergyNetAppServiceUIDelegate
public void shouldOpenManagementUIForClassName(java.lang.String appClass)
SynergyNetAppSystemUI.SynergyNetAppServiceUIDelegate
shouldOpenManagementUIForClassName
in interface SynergyNetAppSystemUI.SynergyNetAppServiceUIDelegate
appClass
- the app class