|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.pa.beans.DynamicDataBeanImpl | +--com.ibm.commerce.pa.widget.beans.ColumnDataBean
Field Summary | |
protected java.util.Vector |
column
|
static java.lang.String |
COPYRIGHT
|
protected java.lang.String |
formElementName
|
protected java.lang.String |
undoURL
|
Fields inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl |
constraintList, defaultWidget, errorCode, errorMessage, interfaceName, metaData, pageName, parent, parentName, requestProperties, scriptName |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ColumnDataBean()
ColumnDataBean constructor. |
Method Summary | |
void |
addElement(DsData data)
Add an element to the column. |
void |
copy(DynamicDataBean ds)
Copies a databean into this databean. |
java.util.Vector |
getColumn()
Gets the collection of data objects making up the column. |
java.lang.String |
getCommandInterfaceName()
Retrieve the interface name of the command which can be used to populate this databean. |
DsData |
getDataElementAt(int x)
This method returns one element in a column. |
ElementDataBean |
getElementAt(int x)
This method returns one element in a column as an ElementDataBean. |
java.lang.String |
getFormElementName()
Get the form element name assigned to this object. |
int |
getSize()
This method returns the number of elements in the column |
java.lang.String |
getUndoURL()
Get the url string to use for any "undo" images to be associated with this column. |
void |
insertElementAt(DsData data,
int index)
Add a data object to the column at the index supplied. |
boolean |
isNull()
This method will return true if all its data elements are null. |
void |
setColumn(java.util.Vector newValue)
Sets the collection of data in the column in one call. |
void |
setFormElementName(java.lang.String newValue)
Set the form element name to associate with this column. |
void |
setUndoURL(java.lang.String newValue)
Set the url string for the undo image to associate with this column. |
Methods inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl |
addConstraint, getConstraintList, getDefaultWidget, getErrorCode, getErrorMessage, getMetaData, getPageName, getParent, getParentName, getRequestProperties, getScriptName, setCommandInterfaceName, setConstraintList, setDefaultWidget, setErrorCode, setErrorMessage, setMetaData, setPageName, setParent, setParentName, setRequestProperties, setScriptName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector column
public static final java.lang.String COPYRIGHT
protected java.lang.String formElementName
protected java.lang.String undoURL
Constructor Detail |
public ColumnDataBean()
Method Detail |
public void addElement(DsData data)
ds
- The data object to add to the column.public void copy(DynamicDataBean ds)
copy
in class DynamicDataBeanImpl
ds
- The databean to copy.public java.util.Vector getColumn()
public java.lang.String getCommandInterfaceName()
getCommandInterfaceName
in class DynamicDataBeanImpl
public DsData getDataElementAt(int x)
x
- The index of the element to retrieve.public ElementDataBean getElementAt(int x)
x
- The index of the element to retrieve.public java.lang.String getFormElementName()
public int getSize()
public java.lang.String getUndoURL()
public void insertElementAt(DsData data, int index)
ds
- The data object to add to the column.index
- The position in the column to insert the data into.public boolean isNull()
public void setColumn(java.util.Vector newValue)
newValue
- The collection of data objects in the column.public void setFormElementName(java.lang.String newValue)
newValue
- The form element name to use.public void setUndoURL(java.lang.String newValue)
newValue
- The url for the undo image.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |