Class StandaloneProcessFormDisplayScreenActivity
- java.lang.Object
-
- org.uberfire.client.mvp.AbstractActivity
-
- org.uberfire.client.mvp.AbstractWorkbenchActivity
-
- org.uberfire.client.mvp.AbstractWorkbenchScreenActivity
-
- org.jbpm.workbench.forms.client.display.standalone.StandaloneProcessFormDisplayScreenActivity
-
- All Implemented Interfaces:
org.uberfire.client.mvp.Activity
,org.uberfire.client.mvp.ContextSensitiveActivity
,org.uberfire.client.mvp.WorkbenchActivity
,org.uberfire.client.mvp.WorkbenchScreenActivity
,org.uberfire.security.authz.RuntimeFeatureResource
,org.uberfire.security.authz.RuntimeResource
,org.uberfire.security.Resource
@Dependent @Generated("org.uberfire.annotations.processors.WorkbenchScreenProcessor") @Named("Standalone Process Form Display") public class StandaloneProcessFormDisplayScreenActivity extends org.uberfire.client.mvp.AbstractWorkbenchScreenActivity
-
-
Constructor Summary
Constructors Constructor Description StandaloneProcessFormDisplayScreenActivity(org.uberfire.client.mvp.PlaceManager placeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
String
getTitle()
com.google.gwt.user.client.ui.IsWidget
getWidget()
void
onOpen()
void
onStartup(org.uberfire.mvp.PlaceRequest place)
-
Methods inherited from class org.uberfire.client.mvp.AbstractWorkbenchScreenActivity
getResourceType
-
Methods inherited from class org.uberfire.client.mvp.AbstractWorkbenchActivity
contextId, getDefaultPosition, getMenus, getOwningPlace, getTitleDecoration, getToolBar, onFocus, onLostFocus, onMayClose
-
Methods inherited from class org.uberfire.client.mvp.AbstractActivity
getPlace, onClose, onShutdown, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest place)
- Specified by:
onStartup
in interfaceorg.uberfire.client.mvp.Activity
- Overrides:
onStartup
in classorg.uberfire.client.mvp.AbstractActivity
-
onOpen
public void onOpen()
- Specified by:
onOpen
in interfaceorg.uberfire.client.mvp.Activity
- Overrides:
onOpen
in classorg.uberfire.client.mvp.AbstractActivity
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceorg.uberfire.client.mvp.WorkbenchActivity
- Specified by:
getTitle
in classorg.uberfire.client.mvp.AbstractWorkbenchActivity
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
- Specified by:
getWidget
in interfaceorg.uberfire.client.mvp.WorkbenchActivity
- Specified by:
getWidget
in classorg.uberfire.client.mvp.AbstractWorkbenchActivity
-
getIdentifier
public String getIdentifier()
-
-