Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets a |
||
method | get(row, column) | |
Gets the |
||
method | get(cellName) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(row, column) | |
Adds a |
||
method | add(value) | |
Reserved for internal use. |
||
method | add(cellName) | |
Add a cell smart tags.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
SmartTagCollection get(index)
index
- The index of the SmartTagCollection get(row, column)
row
- The row index of the cell.column
- The column index of the cellSmartTagCollection get(cellName)
cellName
- The name of the cell.int add(row, column)
row: int
- The row of the cell.column: int
- The column of the cell.int add(cellName)
cellName: String
- The name of the cell.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)