Interface NavBarActionDelegate

All Superinterfaces:
ActionDelegate
All Known Implementing Classes:
ActiveWorkspaceNavBarURLActionDelegate, com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate, com.ptc.windchill.cadx.caddoc.CheckedOutToWorkspaceActionDelegate, CheckedOutToWorkspaceURLActionDelegate, com.ptc.windchill.cadx.caddoc.CreateRepWFActionDelegate, CreateRepWFURLActionDelegate, DefaultNavBarActionDelegate, DefaultNavBarURLActionDelegate, DelegateNavBarActionDelegate, DeleteActionDelegate, com.ptc.windchill.cadx.prowt.download.DownloadActionDelegate, DownloadURLActionDelegate, MoveActionDelegate, NavBarForumActionDelegate, ObjectPropsNavBarURLActionDelegate, com.ptc.windchill.cadx.prowt.openinproe.OpenInProEActionDelegate, OpenInProEURLActionDelegate, com.ptc.windchill.uwgm.cadx.openwith.OpenWithActionDelegate, OpenWithURLActionDelegate, com.ptc.windchill.cadx.caddoc.ProductViewWFActionDelegate, ProductViewWFURLActionDelegate, com.ptc.windchill.uwgm.cadx.remove.RemoveActionDelegate, RemoveURLActionDelegate, SBAddToPrjActionDelegate, SBUpdatePrjActionDelegate, ShowDistributionListActionDelegate, ShowDistributionListURLActionDelegate, wt.enterprise.ShowPublishedContentActionDelegate, ShowPublishedContentURLActionDelegate, com.ptc.windchill.uwgm.cadx.update.UpdateActionDelegate, UpdateURLActionDelegate, com.ptc.windchill.cadx.checkout.WFCheckoutActionDelegate, WFCheckoutURLActionDelegate, com.ptc.windchill.cadx.common.WildfireNavBarActionDelegate

public interface NavBarActionDelegate extends ActionDelegate
Deprecated.
Defines methods that test the viability of a user action on an object. Extends wt.enterprise.ActionDelegate for use in the NavigationTreeNode and the NavigationTreeModel.

Supported API: true

Extendable: false
  • Method Details

    • setState

      void setState(HTTPState state)
      Deprecated.
      Sets the current HTTPState from the TemplateProcessor that is being used to generate the Navigation Bar.

      Supported API: true
      Parameters:
      state - The current HTTPState.