|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
com.ptc.windchill.uwgm.cadx.multieditattr.MultiEditAttrActionDelegate
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
CONTEXT_SERVICE_NAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static EPMDocSubType |
PACKAGE
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate |
state |
Constructor Summary | |
MultiEditAttrActionDelegate()
|
Method Summary | |
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. |
String |
getContextServiceName()
This method is to allow access to the variable, CONTEXT_SERVICE_NAME. |
private boolean |
isWsContext(HTTPRequest request)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(MultiEditAttrActionDelegate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected void |
setContextServiceName(String newContextServiceName)
This method is to allow setting the variable, CONTEXT_SERVICE_NAME. |
Boolean |
valid(Object object)
Tests if the action is valid on all instances of the class of object; commonly used in the construction of dynamically generated GUIs to determine if a particular action should appear. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate |
enableable, enableable, getContextWorkspace, getIsValidInInActive, getNeverInStandAlone, setActionName, setContextWorkspace, setIsValidInInActive, setNeverInStandAlone, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static String CONTEXT_SERVICE_NAME
private static final EPMDocSubType PACKAGE
Constructor Detail |
public MultiEditAttrActionDelegate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
input
-
IOException
ClassNotFoundException
protected boolean readVersion(MultiEditAttrActionDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public Boolean valid(Object object)
object
- The object that you want to test validity on.
public Boolean enableable(Object object, HTTPRequest request) throws WTException
enableable
in interface WildfireActionDelegate
enableable
in class BasicWildfireNavBarActionDelegate
object
- The object that you wish to set enabled.request
-
WTException
public String getContextServiceName()
protected void setContextServiceName(String newContextServiceName)
newContextServiceName
- private boolean isWsContext(HTTPRequest request)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |