|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.netmarkets.util.misc.NmModel
com.ptc.netmarkets.util.table.NmHTMLTable
com.ptc.netmarkets.util.table.NmDefaultHTMLTable
public class NmDefaultHTMLTable
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addCellValue(int row,
int col,
Object value)
Add a value to a specified cell Supported API: true |
void |
addColumn(Object loc_name)
Add a new column to the table with a given name. |
void |
addObject(int row,
com.ptc.netmarkets.model.NmObject nmobject)
Insert an object at a specified row of the table. |
com.ptc.netmarkets.model.NmObject |
getObject(int row)
Get the object corresponding to a given row. |
int |
getRowCount()
Get the number of rows in the table. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addObject(int row,
com.ptc.netmarkets.model.NmObject nmobject)
row - row numbernmobject - object to be addedpublic int getRowCount()
getRowCount in interface NmTabularpublic com.ptc.netmarkets.model.NmObject getObject(int row)
getObject in interface NmTabularrow - row number in the table
public void addColumn(Object loc_name)
addColumn in interface NmTabularloc_name - name of the new column to be added
public void addCellValue(int row,
int col,
Object value)
addCellValue in interface NmTabularrow - row numbercol - column numbervalue - value to be added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||