public class GXMultipleRecordsTable extends GXAbstractTable
| Constructor and Description |
|---|
GXMultipleRecordsTable(String name,
GXIMasterRowIdentifier idetifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(GXITableColumn column)
Adds a column at the end of the table.
|
void |
createTable(GXIScreenCollection screens) |
void |
readExternal(ObjectInput in) |
void |
setShowFirstRowsWithoutMaster(boolean show) |
void |
writeExternal(ObjectOutput out) |
addColumn, addColumns, createTable, createTable, equals, getColumns, getCornersCoordinates, getHeaderCoordinates, getName, getNewRow, getPrimaryKey, getRows, removeColumn, removeColumn, setCornersCoordinates, setHeaderCoordinates, setName, setPrimaryKey, setPrimaryKey, sort, sort, sort, sort, toStringpublic GXMultipleRecordsTable(String name, GXIMasterRowIdentifier idetifier)
public void addColumn(GXITableColumn column)
GXITableaddColumn in interface GXITableaddColumn in class GXAbstractTablecolumn - the column to add.public void setShowFirstRowsWithoutMaster(boolean show)
public void createTable(GXIScreenCollection screens) throws GXColumnNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractTableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractTableIOExceptionClassNotFoundExceptionCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.