@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, onMayClose
getPlace, onShutdown, onStartup, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getPlace, isDefault, isDynamic, onShutdown, onStartup
getDependencies, isType
@Inject public ActivityNotFoundPresenter(PlaceManager placeManager, PopupView popupView)
public String getTitle()
getTitle
in interface PopupActivity
getTitle
in class AbstractPopupActivity
public com.google.gwt.user.client.ui.IsWidget getWidget()
getWidget
in interface PopupActivity
getWidget
in class AbstractPopupActivity
@PostConstruct public void init()
public void onOpen()
AbstractActivity
onOpen
in interface Activity
onOpen
in class AbstractPopupActivity
public String getIdentifier()
public WorkbenchPopup.WorkbenchPopupSize getSize()
getSize
in interface PopupActivity
getSize
in class AbstractPopupActivity
public void close()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.