com.ptc.windchill.cadx.delete
Class DeleteTableRowDescriptor

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.delete.DeleteTableRowDescriptor
All Implemented Interfaces:
Externalizable, Serializable

public class DeleteTableRowDescriptor
extends FilteredTableRowDescriptor
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static long EXTERNALIZATION_VERSION_UID
           
protected static long OLD_FORMAT_VERSION_UID
           
static String REQUIRED_FOR_DELETE
          

Supported API: false
static String REQUIRED_FOR_DELETE_JS
          

Supported API: false
private static String RESOURCE
           
(package private) static long serialVersionUID
           
 
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
DeleteTableRowDescriptor()
          

Supported API: false
DeleteTableRowDescriptor(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
 boolean isRequiredForDelete()
           
 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(DeleteTableRowDescriptor 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 setRequiredForDelete(boolean a_requiredForDelete)
           
 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

REQUIRED_FOR_DELETE

public static final String REQUIRED_FOR_DELETE


Supported API: false

See Also:
Constant Field Values

REQUIRED_FOR_DELETE_JS

public static final String REQUIRED_FOR_DELETE_JS


Supported API: false

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
Constructor Detail

DeleteTableRowDescriptor

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


Supported API: false

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

DeleteTableRowDescriptor

public DeleteTableRowDescriptor()


Supported API: false

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(DeleteTableRowDescriptor 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

isRequiredForDelete

public boolean isRequiredForDelete()

setRequiredForDelete

public void setRequiredForDelete(boolean a_requiredForDelete)
                          throws WTException
Throws:
WTException

_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