public class ColumnDataBean extends DynamicDataBeanImpl
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector | column
Deprecated.
|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected java.lang.String | formElementName
Deprecated.
|
protected java.lang.String | ignoredText
Deprecated.
|
protected java.lang.String | undoURL
Deprecated.
|
Constructor and Description |
---|
ColumnDataBean()
Deprecated.
ColumnDataBean constructor.
|
Modifier and Type | Method and Description |
---|---|
void | addElement(DsData data)
Deprecated.
Add an element to the column.
|
void | copy(DynamicDataBean ds)
Deprecated.
Copies a databean into this databean.
|
java.util.Vector | getColumn()
Deprecated.
Gets the collection of data objects making up the column.
|
java.lang.String | getCommandInterfaceName()
Deprecated.
Retrieve the interface name of the command which can be used to populate this databean.
|
DsData | getDataElementAt(int x)
Deprecated.
This method returns one element in a column.
|
ElementDataBean | getElementAt(int x)
Deprecated.
This method returns one element in a column as an ElementDataBean.
|
java.lang.String | getFormElementName()
Deprecated.
Get the form element name assigned to this object.
|
java.lang.String | getIgnoredText()
Deprecated.
|
int | getSize()
Deprecated.
This method returns the number of elements in the column
|
java.lang.String | getUndoURL()
Deprecated.
Get the url string to use for any "undo" images to be associated with this column.
|
void | insertElementAt(DsData data, int index)
Deprecated.
Add a data object to the column at the index supplied.
|
boolean | isNull()
Deprecated.
This method will return true if all its data elements are null.
|
void | setColumn(java.util.Vector newValue)
Deprecated.
Sets the collection of data in the column in one call.
|
void | setFormElementName(java.lang.String newValue)
Deprecated.
Set the form element name to associate with this column.
|
void | setIgnoredText(java.lang.String newIgnoredText)
Deprecated.
|
void | setUndoURL(java.lang.String newValue)
Deprecated.
Set the url string for the undo image to associate with this column.
|
public static final java.lang.String COPYRIGHT
protected java.util.Vector column
protected java.lang.String formElementName
protected java.lang.String undoURL
protected java.lang.String ignoredText
public void addElement(DsData data)
public void copy(DynamicDataBean ds)
public java.util.Vector getColumn()
public java.lang.String getCommandInterfaceName()
public DsData getDataElementAt(int x)
public ElementDataBean getElementAt(int x)
public java.lang.String getFormElementName()
public java.lang.String getIgnoredText()
public int getSize()
public java.lang.String getUndoURL()
public void insertElementAt(DsData data, int index)
public boolean isNull()
public void setColumn(java.util.Vector newValue)
public void setFormElementName(java.lang.String newValue)
public void setIgnoredText(java.lang.String newIgnoredText)
public void setUndoURL(java.lang.String newValue)