|
|||||||||||
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.move.WFMoveTableRowDescriptor
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private static final String TARGET_FOLDER
private static final String TARGET_FOLDER_JS
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static boolean VERBOSE
private static final String TARGET_FOLDER_DISPLAY
private static final String TARGET_FOLDER_DISPLAY_JS
private static final String DESC_RESOURCE
Constructor Detail |
public WFMoveTableRowDescriptor(Persistable object, Properties formData, int a_includedAs, String a_includedBy) throws WTException
object
- formData
- a_includedAs
- a_includedBy
-
WTException
public WFMoveTableRowDescriptor() throws WTException
WTException
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(WFMoveTableRowDescriptor 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 String getTargetFolderValue()
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
public String getTargetFolderDisplayValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |