wt.templateutil.processor
Interface NavBarActionDelegate

All Superinterfaces:
ActionDelegate
All Known Implementing Classes:
ActiveWorkspaceNavBarURLActionDelegate, com.ptc.windchill.cadx.associate.AssociateFromWsActionDelegate, AssociateFromWsURLActionDelegate, com.ptc.windchill.cadx.autopart.AutoPartActionDelegate, AutoPartURLActionDelegate, com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate, com.ptc.windchill.cadx.cancelcheckout.CancelCheckoutActionDelegate, CancelCheckoutURLActionDelegate, com.ptc.windchill.cadx.caddoc.CheckedOutToWorkspaceActionDelegate, CheckedOutToWorkspaceURLActionDelegate, com.ptc.windchill.cadx.checkin.CheckinActionDelegate, CheckinURLActionDelegate, CreatePart0ActionDelegate, CreatePart1ActionDelegate, com.ptc.windchill.cadx.caddoc.CreateRepWFActionDelegate, CreateRepWFURLActionDelegate, DefaultNavBarActionDelegate, DefaultNavBarURLActionDelegate, DelegateNavBarActionDelegate, DeleteActionDelegate, com.ptc.windchill.cadx.disassociate.DisassociateFromWsActionDelegate, DisassociateFromWsURLActionDelegate, com.ptc.windchill.cadx.prowt.download.DownloadActionDelegate, DownloadURLActionDelegate, MoveActionDelegate, com.ptc.windchill.cadx.multirevise.MultiReviseActionDelegate, MultiReviseURLActionDelegate, NavBarForumActionDelegate, com.ptc.windchill.cadx.newcaddoc.NewCadDocActionDelegate, NewCadDocURLActionDelegate, com.ptc.windchill.cadx.newpart.NewPartActionDelegate, NewPartURLActionDelegate, ObjectPropsNavBarURLActionDelegate, com.ptc.windchill.cadx.prowt.openinproe.OpenInProEActionDelegate, OpenInProEURLActionDelegate, PDMCheckinActionDelegate, com.ptc.windchill.cadx.caddoc.ProductViewWFActionDelegate, ProductViewWFURLActionDelegate, com.ptc.windchill.cadx.remove.RemoveActionDelegate, RemoveURLActionDelegate, com.ptc.windchill.cadx.rename.RenameActionDelegate, RenameURLActionDelegate, com.ptc.windchill.cadx.revise.ReviseActionDelegate, ReviseURLActionDelegate, ShowDistributionListActionDelegate, ShowDistributionListURLActionDelegate, wt.enterprise.ShowPublishedContentActionDelegate, ShowPublishedContentURLActionDelegate, UndoPDMCheckoutActionDelegate, com.ptc.windchill.cadx.update.UpdateActionDelegate, UpdateURLActionDelegate, com.ptc.windchill.cadx.upload.UploadActionDelegate, UploadURLActionDelegate, com.ptc.windchill.cadx.checkout.WFCheckoutActionDelegate, WFCheckoutURLActionDelegate, com.ptc.windchill.cadx.common.WildfireNavBarActionDelegate, com.ptc.windchill.cadx.wsoption.WsConfigSpecOptionsActionDelegate, WsConfigSpecOptionsURLActionDelegate

Deprecated.

public interface NavBarActionDelegate
extends ActionDelegate

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 Summary
 void setState(HTTPState state)
          Deprecated.  
 
Methods inherited from interface wt.enterprise.ActionDelegate
enableable, getContextServiceName, valid
 

Method Detail

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.