public class FormDataBean extends DynamicDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected java.util.Vector | formElements
Deprecated.
|
protected java.lang.Boolean | removeIrrelevant
Deprecated.
|
Constructor and Description |
---|
FormDataBean()
Deprecated.
A form object constructor.
|
Modifier and Type | Method and Description |
---|---|
void | addElement(ColumnDataBean ds)
Deprecated.
Add a column to the form.
|
void | copy(DynamicDataBean ds)
Deprecated.
Copy the elements from a form object into this object.
|
ColumnDataBean | getElement(java.lang.String itemName)
Deprecated.
This method will return a column given the name associated with it.
|
ColumnDataBean | getElementAt(int n)
Deprecated.
This method returns the ColumnDataBean at element n
|
java.util.Vector | getFormElements()
Deprecated.
This method will return the internal Vector of ColumnDataBeans which make up the collection of form elements
|
boolean | getRemoveIrrelevant()
Deprecated.
If a column is empty it is considered irrelevant.
|
int | getSize()
Deprecated.
This method returns the number of columns in the form.
|
void | insertElementAt(ColumnDataBean ds, int index)
Deprecated.
Insert a column at the index supplied.
|
int | removeIrrelevantColumns()
Deprecated.
Check for empty columns and remove them from the form.
|
void | setFormElements(java.util.Vector newValue)
Deprecated.
This method will set the internal collection of ColumnDataBeans which represent the form elements
|
void | setRemoveIrrelevant(java.lang.Boolean newValue)
Deprecated.
Set the flag indicating whether empty columns should be removed from the form.
|
public static final java.lang.String COPYRIGHT
protected java.util.Vector formElements
protected java.lang.Boolean removeIrrelevant
public void addElement(ColumnDataBean ds)
public void copy(DynamicDataBean ds)
public ColumnDataBean getElement(java.lang.String itemName)
public ColumnDataBean getElementAt(int n)
public java.util.Vector getFormElements()
public boolean getRemoveIrrelevant()
public int getSize()
public void insertElementAt(ColumnDataBean ds, int index)
public int removeIrrelevantColumns()
public void setFormElements(java.util.Vector newValue)
public void setRemoveIrrelevant(java.lang.Boolean newValue)