public class GXTableCellList
extends GXInitializableTagList
GXITableRowTag.getCells()| Constructor and Description |
|---|
GXTableCellList(GXITableRowTag rowTag)
Initializes the list and associates it to the specified row tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(GXITableCellTag cell)
Adds a new cell to the table cell list.
|
GXITableCellTag |
get(int index)
Returns the table cell according to the index.
|
void |
insert(GXITableCellTag cell,
int index)
Inserts the cell at the specified index.
|
public GXTableCellList(GXITableRowTag rowTag)
getParent() method will return the row tagrowTag - the row's parent tagpublic GXITableCellTag get(int index) throws ArrayIndexOutOfBoundsException
index - the index of the requested cellArrayIndexOutOfBoundsException - if the index was invalid.public void insert(GXITableCellTag cell, int index) throws ArrayIndexOutOfBoundsException
cell - the new table cell to insertindex - the cell-list index to insert the cell atArrayIndexOutOfBoundsException - if the index was invalid.public void add(GXITableCellTag cell)
cell - The new cell to addCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.