Class AppsHomePresenter
- java.lang.Object
-
- org.uberfire.ext.apps.client.home.AppsHomePresenter
-
@ApplicationScoped public class AppsHomePresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppsHomePresenter.View
-
Constructor Summary
Constructors Constructor Description AppsHomePresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()org.uberfire.client.mvp.UberView<AppsHomePresenter>getView()voidinit()voidloadContent()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
loadContent
public void loadContent()
-
getTitle
public String getTitle()
-
getView
public org.uberfire.client.mvp.UberView<AppsHomePresenter> getView()
-
-