|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.interop.NmInteropTableModel
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) static class |
NmInteropTableModel.BaseRowData
|
Field Summary | |
private static String |
CLASSNAME
|
static String |
END_ROW_SENTINEL
|
private Map |
oidRowDataMap
|
private static String |
RESOURCE
|
private ArrayList |
rowData
|
Constructor Summary | |
protected |
NmInteropTableModel()
Supported API: false |
Method Summary | |
protected void |
addSep(StringBuffer buf)
|
protected void |
dumpFields(Object o,
String title)
Supported API: false |
NmInteropTableModel.BaseRowData |
getBaseRowData(String nmOid)
|
int |
getNrows()
Supported API: false |
protected Map |
getOidRowDataMap()
Gets the value of the attribute: oidRowDataMap. |
protected ArrayList |
getRowData()
Gets the value of the attribute: rowData. |
protected String[] |
serializedTableToArray(String serializedTableRep)
Supported API: false |
protected void |
setOidRowDataMap(Map a_OidRowDataMap)
Sets the value of the attribute: oidRowDataMap. |
protected void |
setRowData(ArrayList a_RowData)
Sets the value of the attribute: rowData. |
abstract String |
toSerializedTable()
Supported API: false |
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 ArrayList rowData
private Map oidRowDataMap
public static final String END_ROW_SENTINEL
Constructor Detail |
protected NmInteropTableModel()
Method Detail |
protected ArrayList getRowData()
protected void setRowData(ArrayList a_RowData) throws WTPropertyVetoException
a_RowData
-
WTPropertyVetoException
protected Map getOidRowDataMap()
protected void setOidRowDataMap(Map a_OidRowDataMap) throws WTPropertyVetoException
a_OidRowDataMap
-
WTPropertyVetoException
protected String[] serializedTableToArray(String serializedTableRep)
serializedTableRep
-
public abstract String toSerializedTable()
protected void dumpFields(Object o, String title)
o
- title
- public int getNrows()
protected void addSep(StringBuffer buf)
public NmInteropTableModel.BaseRowData getBaseRowData(String nmOid)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |