public class AdminPagePresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
AdminPagePresenter.View |
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Constructor and Description |
---|
AdminPagePresenter(AdminPagePresenter.View view,
AdminPage adminPage,
org.jboss.errai.ioc.client.api.ManagedInstance<AdminPageCategoryPresenter> categoryPresenterProvider,
javax.enterprise.event.Event<NotificationEvent> notification) |
Modifier and Type | Method and Description |
---|---|
AdminPage |
getAdminPage() |
String |
getScreen() |
String |
getTitle() |
AdminPagePresenter.View |
getView() |
void |
init(String screen) |
void |
onStartup(PlaceRequest placeRequest) |
public static final String IDENTIFIER
@Inject public AdminPagePresenter(AdminPagePresenter.View view, AdminPage adminPage, org.jboss.errai.ioc.client.api.ManagedInstance<AdminPageCategoryPresenter> categoryPresenterProvider, javax.enterprise.event.Event<NotificationEvent> notification)
public void onStartup(PlaceRequest placeRequest)
public void init(String screen)
public String getTitle()
public AdminPagePresenter.View getView()
public AdminPage getAdminPage()
public String getScreen()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.