|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.pageBuilder.desc.TableRowDescriptor
com.ptc.windchill.cadx.common.pageBuilder.desc.FilteredTableRowDescriptor
com.ptc.windchill.cadx.delete.DeleteTableRowDescriptor
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
public static final String REQUIRED_FOR_DELETE
public static final String REQUIRED_FOR_DELETE_JS
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public DeleteTableRowDescriptor(Persistable object, Properties formData, int a_includedAs, String a_includedBy) throws WTException
object
- formData
- a_includedAs
- a_includedBy
-
WTException
public DeleteTableRowDescriptor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class FilteredTableRowDescriptor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class FilteredTableRowDescriptor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(DeleteTableRowDescriptor 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 isRequiredForDelete()
public void setRequiredForDelete(boolean a_requiredForDelete) throws WTException
WTException
private static ArrayList _getUiControls()
public String getJavascript(ActionEnvironment env) throws WTException
TableRowDescriptor
getJavascript
in class TableRowDescriptor
env
-
WTException
public ArrayList registerUiControls()
TableRowDescriptor
registerUiControls
in class TableRowDescriptor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |