|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModel | |
org.barracudamvc.contrib.dbroggisch.repopulation | |
org.barracudamvc.core.comp |
Uses of ListModel in org.barracudamvc.contrib.dbroggisch.repopulation |
Methods in org.barracudamvc.contrib.dbroggisch.repopulation that return ListModel | |
ListModel |
SelectFormElement.getListModel()
Get the list of allowed values. |
Methods in org.barracudamvc.contrib.dbroggisch.repopulation with parameters of type ListModel | |
void |
SelectFormElement.setListModel(ListModel lm)
Set the list of allowed values. |
Constructors in org.barracudamvc.contrib.dbroggisch.repopulation with parameters of type ListModel | |
SelectFormElement(ListModel lm,
String ikey,
String iname,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
ListSelectionModel lsm,
String ikey,
String iname,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
ListSelectionModel lsm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator)
Creates a new SelectFormElement instance. |
|
GroupFormElement(ListModel lm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
|
Uses of ListModel in org.barracudamvc.core.comp |
Classes in org.barracudamvc.core.comp that implement ListModel | |
class |
AbstractListModel
This class provides the abstract implementation for a List Model. |
class |
DefaultListModel
This class provides a default implementation for List Model. |
Fields in org.barracudamvc.core.comp declared as ListModel | |
protected ListModel |
BList.model
|
Methods in org.barracudamvc.core.comp that return ListModel | |
ListModel |
BList.getModel()
Get the model that backs the list |
Methods in org.barracudamvc.core.comp with parameters of type ListModel | |
BList |
BList.setModel(ListModel imodel)
Set the model that backs the list. |
Constructors in org.barracudamvc.core.comp with parameters of type ListModel | |
BSelect(ListModel imodel)
Public constructor which creates the component and associates it with a ListModel |
|
BList(ListModel imodel)
Public constructor which creates the component and binds it to a specific view |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |