|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private EPMWorkspace |
contextWorkspace
|
private Boolean |
isValidInInActive
|
private Boolean |
neverInStandAlone
|
private static String |
RESOURCE
|
protected HTTPState |
state
|
Fields inherited from interface wt.enterprise.ActionDelegate |
CONTEXT_SERVICE_NAME |
Constructor Summary | |
BasicWildfireNavBarActionDelegate()
|
Method Summary | |
Boolean |
enableable(Object object)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
enableable(Object object,
HTTPState state)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
EPMWorkspace |
getContextWorkspace()
Gets the value of the attribute: contextWorkspace. |
Boolean |
getIsValidInInActive()
Gets the value of the attribute: isValidInInActive. |
Boolean |
getNeverInStandAlone()
Gets the value of the attribute: neverInStandAlone. |
void |
setActionName(String action)
Sets the current Action. |
void |
setContextWorkspace(EPMWorkspace a_ContextWorkspace)
Sets the value of the attribute: contextWorkspace. |
void |
setIsValidInInActive(Boolean a_IsValidInInActive)
Sets the value of the attribute: isValidInInActive. |
void |
setNeverInStandAlone(Boolean a_NeverInStandAlone)
Sets the value of the attribute: neverInStandAlone. |
void |
setState(HTTPState state)
Sets the current HTTPState from the TemplateProcessor that is being used to generate the Navigation Bar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface wt.enterprise.ActionDelegate |
getContextServiceName, valid |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Boolean isValidInInActive
private EPMWorkspace contextWorkspace
private Boolean neverInStandAlone
protected HTTPState state
Constructor Detail |
public BasicWildfireNavBarActionDelegate()
Method Detail |
public Boolean getIsValidInInActive()
public void setIsValidInInActive(Boolean a_IsValidInInActive) throws WTPropertyVetoException
a_IsValidInInActive
-
WTPropertyVetoException
public EPMWorkspace getContextWorkspace()
public void setContextWorkspace(EPMWorkspace a_ContextWorkspace) throws WTPropertyVetoException
setContextWorkspace
in interface WildfireNavBarCommonActionDelegate
a_ContextWorkspace
-
WTPropertyVetoException
public Boolean getNeverInStandAlone()
public void setNeverInStandAlone(Boolean a_NeverInStandAlone) throws WTPropertyVetoException
a_NeverInStandAlone
-
WTPropertyVetoException
public Boolean enableable(Object object) throws WTException
enableable
in interface ActionDelegate
object
- The object that you wish to set enabled.
WTException
public Boolean enableable(Object object, HTTPState state) throws WTException
enableable
in interface WildfireActionDelegate
object
- state
-
WTException
public Boolean enableable(Object object, HTTPRequest request) throws WTException
enableable
in interface WildfireActionDelegate
object
- request
-
WTException
public void setState(HTTPState state)
setState
in interface NavBarActionDelegate
state
- The current HTTPState.
public void setActionName(String action) throws WTPropertyVetoException
setActionName
in interface NavBarActionDelegate
action
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |