|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NmTabular
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. |
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. |
| Method Detail |
|---|
int getRowCount()
com.ptc.netmarkets.model.NmObject getObject(int row)
row - row number in the table
void addColumn(Object loc_name)
loc_name - name of the new column to be added
void addCellValue(int row,
int col,
Object value)
row - row numbercol - column numbervalue - value to be added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||