org.JCaiF
Interface ResponseList
- All Superinterfaces:
- java.lang.Cloneable, SurveyObject
- All Known Implementing Classes:
- SimpleResponseList
public interface ResponseList
- extends SurveyObject
- Author:
- User
getSelection
ResponseList getSelection()
invertSelection
ResponseList invertSelection()
randomize
ResponseList randomize()
reverse
ResponseList reverse()
addItem
void addItem(ListItem i)
removeItem
void removeItem(ListItem i)
containsLabel
boolean containsLabel(java.lang.String label)
containsText
boolean containsText(java.lang.String text)
containsValue
boolean containsValue(java.lang.String value)
getItemByLabel
ListItem getItemByLabel(java.lang.String label)
getItemByText
ListItem getItemByText(java.lang.String text)
getItemByIndex
ListItem getItemByIndex(int index)
indexOfItem
int indexOfItem(ListItem i)
setSelection
void setSelection(ResponseList selection)
clearSelection
void clearSelection()
size
int size()
clone
ResponseList clone()
- Specified by:
clone
in interface SurveyObject