@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface List
ListModel to use with the list component. Note
that processors will work only if the list model is a sub-class of
JDOListModel.
© Copyright 2008 Sans Pareil Technologies, Inc.
| Modifier and Type | Required Element and Description |
|---|---|
String |
field
The name of the field in the model object stored in the
listModel() that is to be displayed in the list component. |
String |
listModel
The fully qualified list model class to use to back this list
component.
|
String |
model
The fully qualfied class name of the model object backing the
list model.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ActionListener |
listener
The action listener to associate with the list.
|
boolean |
multipleSelection
A flag used to indicate multiple selection for the list component.
|
public abstract String listModel
public abstract String model
public abstract String field
listModel() that is to be displayed in the list component.public abstract ActionListener listener
public abstract boolean multipleSelection
ListBox
components. Default to false.