|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.formbuilder.ui.SimpleQuestionnaireListModel
List with names and id:s for all SimpleQuestionnaire objects. Those are currently the only objects managed by the Form Builder admin UI.
Field Summary | |
static String |
versionId
|
Constructor Summary | |
SimpleQuestionnaireListModel()
|
Method Summary | |
Object |
getElement()
Returns the name of the form |
String |
getKey()
Return the id of the form. |
boolean |
listItemNotNull()
Indicates if there is a not-null list iten that the getElement() and getKey() methods can use. |
boolean |
next()
Move to the next list item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public SimpleQuestionnaireListModel()
Method Detail |
public boolean listItemNotNull()
public boolean next()
ListModel
false
. The item's key and element can be
accessed with calls to ListModel.getKey()
and ListModel.getElement()
. Initially, the list model is positioned before
the first item, so that next()
has to be called once
before it is possible to access the item.
next
in interface ListModel
true
if the model is positioned on a valid item
after the call returns.public Object getElement()
getElement
in interface ListModel
ListModel.next()
public String getKey()
getKey
in interface ListModel
ListModel.next()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |