@ApplicationScoped @Named(value="uf.workbench.activity.notfound") public class ActivityNotFoundPresenter extends AbstractPopupActivity
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivityNotFoundPresenter.View |
open, place| Constructor and Description |
|---|
ActivityNotFoundPresenter(PlaceManager placeManager,
PopupView popupView) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getIdentifier() |
WorkbenchPopup.WorkbenchPopupSize |
getSize() |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
init() |
void |
onOpen()
Tracks open/closed lifecycle.
|
getResourceType, getTitleDecoration, onClose, onMayClosegetPlace, onShutdown, onStartup, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait@Inject public ActivityNotFoundPresenter(PlaceManager placeManager, PopupView popupView)
public String getTitle()
getTitle in interface PopupActivitygetTitle in class AbstractPopupActivitypublic com.google.gwt.user.client.ui.IsWidget getWidget()
getWidget in interface PopupActivitygetWidget in class AbstractPopupActivity@PostConstruct public void init()
public void onOpen()
AbstractActivityonOpen in interface ActivityonOpen in class AbstractPopupActivitypublic String getIdentifier()
public WorkbenchPopup.WorkbenchPopupSize getSize()
getSize in interface PopupActivitygetSize in class AbstractPopupActivitypublic void close()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.