@ApplicationScoped public class DataSourceDefExplorerScreen extends Object implements DataSourceDefExplorerScreenView.Presenter
| Constructor and Description |
|---|
DataSourceDefExplorerScreen() |
DataSourceDefExplorerScreen(DataSourceDefExplorerScreenView view,
GlobalDataSourceExplorer globalDataSourceExplorer,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer) |
protected org.uberfire.mvp.Command |
getRefreshCommand() |
String |
getTitle() |
org.jboss.errai.common.client.api.IsElement |
getView() |
void |
init() |
void |
onStartup() |
public static final String SCREEN_ID
public DataSourceDefExplorerScreen()
@Inject public DataSourceDefExplorerScreen(DataSourceDefExplorerScreenView view, GlobalDataSourceExplorer globalDataSourceExplorer, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
@PostConstruct public void init()
public void onStartup()
public String getTitle()
public org.jboss.errai.common.client.api.IsElement getView()
public void getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
protected org.uberfire.mvp.Command getRefreshCommand()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.