Class DatabaseStructureExplorerScreen
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.client.dbexplorer.DatabaseStructureExplorerScreen
-
- All Implemented Interfaces:
DatabaseStructureExplorerScreenView.Presenter
@Dependent public class DatabaseStructureExplorerScreen extends Object implements DatabaseStructureExplorerScreenView.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATASOURCE_NAME_PARAMstatic StringDATASOURCE_UUID_PARAMstatic StringSCREEN_ID
-
Constructor Summary
Constructors Constructor Description DatabaseStructureExplorerScreen()DatabaseStructureExplorerScreen(DatabaseStructureExplorerScreenView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetView()voidonStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
-
-
Field Detail
-
SCREEN_ID
public static final String SCREEN_ID
- See Also:
- Constant Field Values
-
DATASOURCE_UUID_PARAM
public static final String DATASOURCE_UUID_PARAM
- See Also:
- Constant Field Values
-
DATASOURCE_NAME_PARAM
public static final String DATASOURCE_NAME_PARAM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DatabaseStructureExplorerScreen
public DatabaseStructureExplorerScreen()
-
DatabaseStructureExplorerScreen
@Inject public DatabaseStructureExplorerScreen(DatabaseStructureExplorerScreenView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
getView
public com.google.gwt.user.client.ui.IsWidget getView()
-
getTitle
public String getTitle()
-
-