Package org.uberfire.client.mvp
Interface ContextActivity
-
- All Superinterfaces:
Activity,org.uberfire.security.Resource,org.uberfire.security.authz.RuntimeFeatureResource,org.uberfire.security.authz.RuntimeResource
- All Known Implementing Classes:
AbstractWorkbenchContextActivity
public interface ContextActivity extends Activity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetTitleDecoration()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidonAttach(org.uberfire.workbench.model.PanelDefinition definition)
-
-
-
Method Detail
-
onAttach
void onAttach(org.uberfire.workbench.model.PanelDefinition definition)
-
getTitle
String getTitle()
-
getTitleDecoration
com.google.gwt.user.client.ui.IsWidget getTitleDecoration()
-
getWidget
com.google.gwt.user.client.ui.IsWidget getWidget()
-
-