public class ShortcutPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShortcutPresenter.View |
| Constructor and Description |
|---|
ShortcutPresenter(ShortcutPresenter.View view,
ShortcutHelper shortcutHelper,
org.jboss.errai.ioc.client.api.ManagedInstance<ShortcutSubHeadingLinkPresenter> linkPresenters,
org.jboss.errai.ioc.client.api.ManagedInstance<ShortcutSubHeadingTextPresenter> textPresenters) |
| Modifier and Type | Method and Description |
|---|---|
ShortcutPresenter.View |
getView() |
void |
init() |
void |
setup(HomeShortcut shortcut) |
@Inject public ShortcutPresenter(ShortcutPresenter.View view, ShortcutHelper shortcutHelper, org.jboss.errai.ioc.client.api.ManagedInstance<ShortcutSubHeadingLinkPresenter> linkPresenters, org.jboss.errai.ioc.client.api.ManagedInstance<ShortcutSubHeadingTextPresenter> textPresenters)
@PostConstruct public void init()
public void setup(HomeShortcut shortcut)
public ShortcutPresenter.View getView()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.