|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListItem | |
|---|---|
| com.sptci.echo2 | Package used to implement Data Binding for Echo2 UI components. |
| com.sptci.echo2demo | Contains the UI code to build the sample application using Echo2 framework. |
| Uses of ListItem in com.sptci.echo2 |
|---|
| Methods in com.sptci.echo2 with parameters of type ListItem | |
|---|---|
int |
ListItem.compareTo(ListItem item)
Implementation of the Comparable interface. |
| Method parameters in com.sptci.echo2 with type arguments of type ListItem | |
|---|---|
protected void |
ViewUpdater.updateListBox(nextapp.echo2.app.ListBox listBox,
java.util.List<ListItem> list)
Update a ListBox UI component. |
protected void |
ViewUpdater.updateSelectField(nextapp.echo2.app.SelectField selectField,
java.util.List<ListItem> list)
Update a SelectField UI component. |
| Uses of ListItem in com.sptci.echo2demo |
|---|
| Fields in com.sptci.echo2demo with type parameters of type ListItem | |
|---|---|
private java.util.List<ListItem> |
InputFormModel.listBox
Field that represents the listBox field of type listBox |
private java.util.List<ListItem> |
InputFormModel.selectField
Field that represents the selectField field of type selectField |
| Methods in com.sptci.echo2demo that return types with arguments of type ListItem | |
|---|---|
java.util.List<ListItem> |
InputFormModel.getListBox()
Returns the value of InputFormModel.listBox. |
java.util.List<ListItem> |
InputFormModel.getSelectField()
Returns the value of InputFormModel.selectField. |
| Method parameters in com.sptci.echo2demo with type arguments of type ListItem | |
|---|---|
void |
InputFormModel.setListBox(java.util.List<ListItem> listBox)
Sets the value of InputFormModel.listBox. |
void |
InputFormModel.setSelectField(java.util.List<ListItem> selectField)
Sets the value of InputFormModel.selectField. |
| Constructor parameters in com.sptci.echo2demo with type arguments of type ListItem | |
|---|---|
InputFormModel(java.util.Map<java.lang.String,java.lang.Boolean> checkBoxes,
java.util.List<ListItem> listBox,
java.util.List<ListItem> selectField,
java.lang.String textArea,
java.lang.String textField)
Designated constructor. |
|
InputFormModel(java.util.Map<java.lang.String,java.lang.Boolean> checkBoxes,
java.util.List<ListItem> listBox,
java.util.List<ListItem> selectField,
java.lang.String textArea,
java.lang.String textField)
Designated constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||