public class ListDataBean extends DynamicDataBeanImpl
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector | list
Deprecated.
|
Constructor and Description |
---|
ListDataBean()
Deprecated.
ListDataBean constructor.
|
Modifier and Type | Method and Description |
---|---|
void | addElement(ElementDataBean ds)
Deprecated.
Add a new element to the list.
|
void | copy(DynamicDataBean ds)
Deprecated.
Copy a databean into this databean.
|
ElementDataBean | getElementAt(int n)
Deprecated.
This method returns the Element databean at element n
|
DsData[] | getElements()
Deprecated.
Get the collection of data objects in the list.
|
ElementDataBean | getItem(java.lang.String itemName)
Deprecated.
This method will return an element given the name.
|
java.util.Enumeration | getItems()
Deprecated.
This method returns the elements in the list as an enumeration.
|
java.util.Vector | getList()
Deprecated.
Get the collection of elements in the list.
|
int | getSize()
Deprecated.
This method returns the number of elements in the list.
|
void | insertElementAt(ElementDataBean ds, int index)
Deprecated.
This method will insert an element into the list at the position supplied.
|
protected void | setList(java.util.Vector newValue)
Deprecated.
|
public void addElement(ElementDataBean ds)
public void copy(DynamicDataBean ds)
public ElementDataBean getElementAt(int n)
public DsData[] getElements()
public ElementDataBean getItem(java.lang.String itemName)
public java.util.Enumeration getItems()
public java.util.Vector getList()
public int getSize()
public void insertElementAt(ElementDataBean ds, int index)
protected void setList(java.util.Vector newValue)