public abstract class AbstractPopupActivity extends AbstractActivity implements PopupActivity
WorkbenchPopup
.open, place, placeManager
Modifier | Constructor and Description |
---|---|
protected |
AbstractPopupActivity(PlaceManager placeManager,
PopupView popupView)
MVP constructor that allows caller to provide the PopupView instance.
|
Modifier and Type | Method and Description |
---|---|
org.uberfire.security.ResourceType |
getResourceType() |
WorkbenchPopup.WorkbenchPopupSize |
getSize() |
abstract String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getTitleDecoration() |
abstract com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
onClose()
Tracks open/closed lifecycle.
|
boolean |
onMayClose() |
void |
onOpen()
Tracks open/closed lifecycle.
|
getPlace, onShutdown, onStartup, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected AbstractPopupActivity(PlaceManager placeManager, PopupView popupView)
public org.uberfire.security.ResourceType getResourceType()
getResourceType
in interface org.uberfire.security.Resource
public abstract String getTitle()
getTitle
in interface PopupActivity
public WorkbenchPopup.WorkbenchPopupSize getSize()
getSize
in interface PopupActivity
public com.google.gwt.user.client.ui.IsWidget getTitleDecoration()
getTitleDecoration
in interface PopupActivity
public abstract com.google.gwt.user.client.ui.IsWidget getWidget()
getWidget
in interface PopupActivity
public void onOpen()
AbstractActivity
onOpen
in interface Activity
onOpen
in class AbstractActivity
public void onClose()
AbstractActivity
onClose
in interface Activity
onClose
in class AbstractActivity
public boolean onMayClose()
onMayClose
in interface PopupActivity
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.