@Dependent public class HomePresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
HomePresenter.View |
| Constructor and Description |
|---|
HomePresenter(HomePresenter.View view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
HomeModelProvider modelProvider,
org.jboss.errai.ioc.client.api.ManagedInstance<ShortcutPresenter> shortcutPresenters,
ProfilePreferences profilePreferences) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
org.uberfire.client.mvp.UberElement<HomePresenter> |
getView() |
void |
setup() |
@Inject public HomePresenter(HomePresenter.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService, HomeModelProvider modelProvider, org.jboss.errai.ioc.client.api.ManagedInstance<ShortcutPresenter> shortcutPresenters, ProfilePreferences profilePreferences)
public void setup()
public String getTitle()
public org.uberfire.client.mvp.UberElement<HomePresenter> getView()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.