Package org.uberfire.client.mvp
Interface PopupActivity
-
- All Superinterfaces:
Activity,org.uberfire.security.Resource,org.uberfire.security.authz.RuntimeFeatureResource,org.uberfire.security.authz.RuntimeResource
- All Known Implementing Classes:
AbstractPopupActivity,ActivityNotFoundPresenter
public interface PopupActivity extends Activity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.uberfire.client.annotations.WorkbenchPopup.WorkbenchPopupSizegetSize()StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetTitleDecoration()com.google.gwt.user.client.ui.IsWidgetgetWidget()booleanonMayClose()
-
-
-
Method Detail
-
getTitle
String getTitle()
-
getTitleDecoration
com.google.gwt.user.client.ui.IsWidget getTitleDecoration()
-
getWidget
com.google.gwt.user.client.ui.IsWidget getWidget()
-
onMayClose
boolean onMayClose()
-
getSize
org.uberfire.client.annotations.WorkbenchPopup.WorkbenchPopupSize getSize()
-
-