Package org.uberfire.client.mvp
Class AbstractWorkbenchContextActivity
- java.lang.Object
-
- org.uberfire.client.mvp.AbstractActivity
-
- org.uberfire.client.mvp.AbstractWorkbenchContextActivity
-
- All Implemented Interfaces:
Activity,ContextActivity,org.uberfire.security.authz.RuntimeFeatureResource,org.uberfire.security.authz.RuntimeResource,org.uberfire.security.Resource
public abstract class AbstractWorkbenchContextActivity extends AbstractActivity implements ContextActivity
Implementation of behaviour common to all context activities. Concrete implementations are typically not written by hand; rather, they are generated from classes annotated withWorkbenchContext.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.uberfire.workbench.model.PanelDefinitionpanel-
Fields inherited from class org.uberfire.client.mvp.AbstractActivity
open, place, placeManager
-
-
Constructor Summary
Constructors Constructor Description AbstractWorkbenchContextActivity(PlaceManager placeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.IsWidgetgetTitleDecoration()voidonAttach(org.uberfire.workbench.model.PanelDefinition panel)-
Methods inherited from class org.uberfire.client.mvp.AbstractActivity
getPlace, onClose, onOpen, onShutdown, onStartup, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.client.mvp.Activity
getName, getPlace, isDefault, isDynamic, onClose, onOpen, onShutdown, onStartup
-
Methods inherited from interface org.uberfire.client.mvp.ContextActivity
getTitle, getWidget
-
-
-
-
Constructor Detail
-
AbstractWorkbenchContextActivity
public AbstractWorkbenchContextActivity(PlaceManager placeManager)
-
-
Method Detail
-
onAttach
public void onAttach(org.uberfire.workbench.model.PanelDefinition panel)
- Specified by:
onAttachin interfaceContextActivity
-
getTitleDecoration
public com.google.gwt.user.client.ui.IsWidget getTitleDecoration()
- Specified by:
getTitleDecorationin interfaceContextActivity
-
-