Package org.uberfire.client.mvp
Interface WorkbenchScreenActivity
-
- All Superinterfaces:
Activity,ContextSensitiveActivity,org.uberfire.security.Resource,org.uberfire.security.authz.RuntimeFeatureResource,org.uberfire.security.authz.RuntimeResource,WorkbenchActivity
- All Known Implementing Classes:
AbstractWorkbenchScreenActivity
public interface WorkbenchScreenActivity extends WorkbenchActivity
Provides the application-defined behaviour and application-defined view associated with a particular PlaceRequest.See also
WorkbenchEditorActivity, which is like a WorkbenchScreenActivity specifically for editing a file.
-
-
Method Summary
-
Methods inherited from interface org.uberfire.client.mvp.Activity
getName, getPlace, isDefault, isDynamic, onClose, onOpen, onShutdown, onStartup
-
Methods inherited from interface org.uberfire.security.Resource
getDependencies, getIdentifier, getResourceType, isType
-
Methods inherited from interface org.uberfire.client.mvp.WorkbenchActivity
contextId, getDefaultPosition, getMenus, getOwningPlace, getTitle, getTitleDecoration, getTitleDecorationElement, getToolBar, getWidget, getWidgetElement, onFocus, onLostFocus, onMayClose, preferredHeight, preferredWidth
-
-