com.ptc.windchill.cadx.move
Class WFMoveTableRowDescriptor

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.pageBuilder.desc.TableRowDescriptor
      extended bycom.ptc.windchill.cadx.common.pageBuilder.desc.FilteredTableRowDescriptor
          extended bycom.ptc.windchill.cadx.move.WFMoveTableRowDescriptor
All Implemented Interfaces:
Externalizable, Serializable

public class WFMoveTableRowDescriptor
extends FilteredTableRowDescriptor
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String DESC_RESOURCE
           
static long EXTERNALIZATION_VERSION_UID
           
protected static long OLD_FORMAT_VERSION_UID
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private static String TARGET_FOLDER
           
private static String TARGET_FOLDER_DISPLAY
           
private static String TARGET_FOLDER_DISPLAY_JS
           
private static String TARGET_FOLDER_JS
           
static boolean VERBOSE
           
 
Fields inherited from class com.ptc.windchill.cadx.common.pageBuilder.desc.FilteredTableRowDescriptor
 
Fields inherited from class com.ptc.windchill.cadx.common.pageBuilder.desc.TableRowDescriptor
CHECKBOX_FLAG, CHECKBOX_JS, EXCLUDE_FLAG, EXCLUDE_JS, IN_OBJECT_LIST_FLAG, IN_OBJECT_LIST_JS
 
Constructor Summary
WFMoveTableRowDescriptor()
          

Supported API: false
WFMoveTableRowDescriptor(Persistable object, Properties formData, int a_includedAs, String a_includedBy)
          

Supported API: false
 
Method Summary
private static ArrayList _getUiControls()
           
 String getJavascript(ActionEnvironment env)
          

Supported API: false
 String getTargetFolderDisplayValue()
           
 String getTargetFolderValue()
          

Supported API: false
 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(WFMoveTableRowDescriptor thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 ArrayList registerUiControls()
          

Supported API: false
 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.pageBuilder.desc.FilteredTableRowDescriptor
addIncludedBy, getIncludedAsLabels, getIncludedBy, getIncludedByJavascript, isCanInclude, isUserSelected, readVersion, setCanInclude, setIncludedBy, setUserSelected, toString
 
Methods inherited from class com.ptc.windchill.cadx.common.pageBuilder.desc.TableRowDescriptor
addToTable, getCheckboxFlag, getContainedInTables, getControlsAsProperties, getExcludeFlag, getObject, getObjectOID, getTypeImage, getUiControls, getUiControlValue, getUiControlValue, isInObjectList, readVersion, setContainedInTables, setInObjectList, setObject, setObjectOID, setUiControlValue, setUiControlValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

TARGET_FOLDER

private static final String TARGET_FOLDER
See Also:
Constant Field Values

TARGET_FOLDER_JS

private static final String TARGET_FOLDER_JS
See Also:
Constant Field Values

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values

VERBOSE

public static boolean VERBOSE

TARGET_FOLDER_DISPLAY

private static final String TARGET_FOLDER_DISPLAY
See Also:
Constant Field Values

TARGET_FOLDER_DISPLAY_JS

private static final String TARGET_FOLDER_DISPLAY_JS
See Also:
Constant Field Values

DESC_RESOURCE

private static final String DESC_RESOURCE
See Also:
Constant Field Values
Constructor Detail

WFMoveTableRowDescriptor

public WFMoveTableRowDescriptor(Persistable object,
                                Properties formData,
                                int a_includedAs,
                                String a_includedBy)
                         throws WTException


Supported API: false

Parameters:
object -
formData -
a_includedAs -
a_includedBy -
Throws:
WTException

WFMoveTableRowDescriptor

public WFMoveTableRowDescriptor()
                         throws WTException


Supported API: false

Throws:
WTException
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class FilteredTableRowDescriptor
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class FilteredTableRowDescriptor
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(WFMoveTableRowDescriptor thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getTargetFolderValue

public String getTargetFolderValue()


Supported API: false

Returns:
String

_getUiControls

private static ArrayList _getUiControls()

getJavascript

public String getJavascript(ActionEnvironment env)
                     throws WTException
Description copied from class: TableRowDescriptor


Supported API: false

Specified by:
getJavascript in class TableRowDescriptor
Parameters:
env -
Returns:
String
Throws:
WTException

registerUiControls

public ArrayList registerUiControls()
Description copied from class: TableRowDescriptor


Supported API: false

Specified by:
registerUiControls in class TableRowDescriptor
Returns:
ArrayList

getTargetFolderDisplayValue

public String getTargetFolderDisplayValue()