|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListSelectionModel | |
---|---|
org.barracudamvc.contrib.dbroggisch.repopulation | |
org.barracudamvc.core.comp |
Uses of ListSelectionModel in org.barracudamvc.contrib.dbroggisch.repopulation |
---|
Methods in org.barracudamvc.contrib.dbroggisch.repopulation that return ListSelectionModel | |
---|---|
static ListSelectionModel |
SelectFormElement.calcListSelectionModel(List vals,
List sel,
int selType)
A convenience method that takes two lists, the latter beeing a subset of the first, and computes the ListSelectionModel for them. |
ListSelectionModel |
SelectFormElement.getListSelectionModel()
Get the ListSelectionModel. |
Methods in org.barracudamvc.contrib.dbroggisch.repopulation with parameters of type ListSelectionModel | |
---|---|
static int |
SelectFormElement.calcSelectionMode(ListSelectionModel lsm)
This method computes the actual mode for the given ListSelectionModel. |
void |
SelectFormElement.setListSelectionModel(ListSelectionModel lsm)
Set the ListSelectionModel that determines which entries of the select box are rendered. |
Constructors in org.barracudamvc.contrib.dbroggisch.repopulation with parameters of type ListSelectionModel | |
---|---|
SelectFormElement(ListModel lm,
ListSelectionModel lsm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator)
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. |
Uses of ListSelectionModel in org.barracudamvc.core.comp |
---|
Classes in org.barracudamvc.core.comp that implement ListSelectionModel | |
---|---|
class |
DefaultListSelectionModel
Default data model implementation for list selections. |
Fields in org.barracudamvc.core.comp declared as ListSelectionModel | |
---|---|
protected ListSelectionModel |
BSelect.selectionModel
|
Methods in org.barracudamvc.core.comp that return ListSelectionModel | |
---|---|
ListSelectionModel |
BSelect.getSelectionModel()
Get the selection model that backs the list |
Methods in org.barracudamvc.core.comp with parameters of type ListSelectionModel | |
---|---|
BSelect |
BSelect.setSelectionModel(ListSelectionModel imodel)
Set the selection model that backs the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |