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