public class TableDataBean extends DynamicDataBeanImpl
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable | columnNameCache
Deprecated.
|
protected java.lang.Boolean | removeIrrelevant
Deprecated.
|
protected java.util.Vector | table
Deprecated.
|
Constructor and Description |
---|
TableDataBean()
Deprecated.
TableDataBean constructor.
|
Modifier and Type | Method and Description |
---|---|
void | addColumn(ColumnDataBean ds)
Deprecated.
This method adds a column to the table as long as the table contains columns.
|
void | addRow(ListDataBean ds)
Deprecated.
This method adds a row to the table as long as the table contains rows.
|
void | copy(DynamicDataBean ds)
Deprecated.
Copies a databean into this databean.
|
void | createColumnNameCache()
Deprecated.
This method will create a cache of column names and their indexes.
|
ColumnDataBean | getColumn(java.lang.String columnName)
Deprecated.
This method will return a column given the name.
|
ColumnDataBean | getColumnAt(int columnIndex)
Deprecated.
This method will return the Nth column of a table.
|
int | getColumnCount()
Deprecated.
This method returns the number of columns in the table.
|
int | getColumnIndex(java.lang.String columnName)
Deprecated.
Given the name, this method will return the index of a column.
|
ElementDataBean | getElementAt(int rowIndex, int columnIndex)
Deprecated.
This method returns one ElementDataBean cell from the table.
|
boolean | getRemoveIrrelevant()
Deprecated.
If a column is empty it is considered irrelevant.
|
ListDataBean | getRowAt(int rowIndex)
Deprecated.
This method returns a single row from the table.
|
int | getRowCount()
Deprecated.
Retrieve the number of rows in the table.
|
ListDataBean[] | getRowElements()
Deprecated.
Retrieve the rows in the table.
|
protected java.util.Vector | getTable()
Deprecated.
This method gets the table with one call
|
java.lang.String[] | getTableHeaderPresentation()
Deprecated.
Each column has a display name associated with it to be used as column headings when the table is displayed.
|
void | insertColumn(ColumnDataBean ds, int index)
Deprecated.
This method inserts a column to the table as long as the table contains columns.
|
void | insertRow(ListDataBean ds, int index)
Deprecated.
This method inserts a row to the table as long as the table contains ListDataBeans.
|
int | removeIrrelevantColumns()
Deprecated.
This method will remove empty columns from the table.
|
void | setRemoveIrrelevant(java.lang.Boolean newValue)
Deprecated.
Set the flag indicating whether empty columns should be removed from the form.
|
protected void | setTable(java.util.Vector newValue)
Deprecated.
This method sets the table with one call
|
protected java.util.Vector table
protected java.util.Hashtable columnNameCache
protected java.lang.Boolean removeIrrelevant
public void addColumn(ColumnDataBean ds)
public void addRow(ListDataBean ds)
public void copy(DynamicDataBean ds)
public void createColumnNameCache()
public ColumnDataBean getColumn(java.lang.String columnName)
public ColumnDataBean getColumnAt(int columnIndex)
public int getColumnCount()
public int getColumnIndex(java.lang.String columnName)
public ElementDataBean getElementAt(int rowIndex, int columnIndex)
public boolean getRemoveIrrelevant()
public ListDataBean getRowAt(int rowIndex)
public int getRowCount()
public ListDataBean[] getRowElements()
protected java.util.Vector getTable()
public java.lang.String[] getTableHeaderPresentation()
public void insertColumn(ColumnDataBean ds, int index)
public void insertRow(ListDataBean ds, int index)
public int removeIrrelevantColumns()
public void setRemoveIrrelevant(java.lang.Boolean newValue)
protected void setTable(java.util.Vector newValue)