Class 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 with WorkbenchContext.
    • Field Detail

      • panel

        protected org.uberfire.workbench.model.PanelDefinition panel
    • Constructor Detail

      • AbstractWorkbenchContextActivity

        public AbstractWorkbenchContextActivity​(PlaceManager placeManager)
    • Method Detail

      • onAttach

        public void onAttach​(org.uberfire.workbench.model.PanelDefinition panel)
        Specified by:
        onAttach in interface ContextActivity