|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.interop.NmInteropTableModel
com.ptc.netmarkets.interop.PasteTableModel
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) static class |
PasteTableModel.RowData
|
(package private) class |
PasteTableModel.RowIterator
|
Nested classes inherited from class com.ptc.netmarkets.interop.NmInteropTableModel |
NmInteropTableModel.BaseRowData |
Field Summary | |
private boolean |
anyProEDocs
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class com.ptc.netmarkets.interop.NmInteropTableModel |
END_ROW_SENTINEL |
Constructor Summary | |
|
PasteTableModel()
Supported API: false |
private |
PasteTableModel(String serializedTableRep)
|
Method Summary | |
void |
addNewRow(NmOid nmOid,
PasteTableModel.RowData rData)
|
void |
addNewRow(String nmOid,
PasteTableModel.RowData rData)
|
void |
dump(String title)
Supported API: false |
private PasteTableModel.RowData |
getRowData(String nmOid)
|
PasteTableModel.RowIterator |
getRowIterator()
|
boolean |
isAnyProEDocs()
Gets the value of the attribute: anyProEDocs. |
PasteTableModel |
mergeTableData(PasteTableModel tData)
Supported API: false |
static PasteTableModel |
newMergedPasteTableModel(String fullTable,
String tableUpdates)
Supported API: false |
static PasteTableModel |
newPasteTableModel(String serializedTableRep)
Supported API: false |
void |
setAnyProEDocs(boolean a_AnyProEDocs)
Sets the value of the attribute: anyProEDocs. |
String |
toSerializedTable()
Supported API: false |
Methods inherited from class com.ptc.netmarkets.interop.NmInteropTableModel |
addSep, dumpFields, getBaseRowData, getNrows, getOidRowDataMap, getRowData, serializedTableToArray, setOidRowDataMap, setRowData |
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
private boolean anyProEDocs
Constructor Detail |
private PasteTableModel(String serializedTableRep) throws WTException
serializedTableRep
-
WTException
public PasteTableModel() throws WTException
WTException
Method Detail |
public boolean isAnyProEDocs()
public void setAnyProEDocs(boolean a_AnyProEDocs) throws WTPropertyVetoException
a_AnyProEDocs
-
WTPropertyVetoException
public static PasteTableModel newPasteTableModel(String serializedTableRep) throws WTException
serializedTableRep
-
WTException
public static PasteTableModel newMergedPasteTableModel(String fullTable, String tableUpdates) throws WTException
fullTable
- tableUpdates
-
WTException
public PasteTableModel mergeTableData(PasteTableModel tData)
tData
-
public void dump(String title)
title
- public String toSerializedTable()
toSerializedTable
in class NmInteropTableModel
public void addNewRow(NmOid nmOid, PasteTableModel.RowData rData)
public void addNewRow(String nmOid, PasteTableModel.RowData rData)
private PasteTableModel.RowData getRowData(String nmOid)
public PasteTableModel.RowIterator getRowIterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |