@Dependent public class HomePresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
HomePresenter.HomeView |
| Constructor and Description |
|---|
HomePresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(String action) |
String |
getTitle() |
org.uberfire.client.mvp.UberView<HomePresenter> |
getView() |
void |
init() |
void |
onOpen() |
@PostConstruct public void init()
public String getTitle()
public org.uberfire.client.mvp.UberView<HomePresenter> getView()
public void doAction(String action)
public void onOpen()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.