|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface List
Annotation type used to indicate the type of 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.
| Required Element Summary | |
|---|---|
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. |
| Optional Element Summary | |
|---|---|
ActionListener |
listener
The action listener to associate with the list. |
boolean |
multipleSelection
A flag used to indicate multiple selection for the list component. |
| Element Detail |
|---|
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.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||