|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListModel
This interface defines the methods needed to implement a ListModel.
Method Summary | |
---|---|
Object |
getItemAt(int index)
|
int |
getSize()
|
void |
resetModel()
|
Methods inherited from interface org.barracudamvc.core.comp.model.Model |
---|
addModelListener, removeModelListener |
Methods inherited from interface org.barracudamvc.core.comp.Contextual |
---|
getViewContext, setViewContext |
Method Detail |
---|
void resetModel()
int getSize()
Object getItemAt(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |