portal.comp.list
Class DefaultListDataModel
java.lang.Object
portal.comp.list.ListDataModelAdapter
portal.comp.list.DefaultListDataModel
- All Implemented Interfaces:
- ListDataModel, Model, java.io.Serializable
- public class DefaultListDataModel
- extends ListDataModelAdapter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultListDataModel
public DefaultListDataModel()
addElement
public void addElement(java.lang.String value)
addElement
public void addElement(StringModel value)
addElementAt
public void addElementAt(int index,
java.lang.String value)
addElementAt
public void addElementAt(int index,
StringModel value)
removeElement
public void removeElement(int index)
clear
public void clear()
getElementAt
public StringModel getElementAt(int index)
getSize
public int getSize()