|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellMapper
Defines the requirements for objects that may be used as a cell mapper.
Method Summary | |
---|---|
CellView |
getMapping(Object cell,
boolean create)
Returns the view that is associated with cell . |
void |
putMapping(Object cell,
CellView view)
Inserts the association between cell and view . |
Method Detail |
---|
CellView getMapping(Object cell, boolean create)
cell
.
create
- whether a new view should createdvoid putMapping(Object cell, CellView view)
cell
and view
.
cell
- the cell that constitutes the model elementview
- the view that constitutes the view element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |