|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvObjectSelectedFinder
This interface defines a finder that searches the model object from the view where the object was selected and a list of parameters.
These parameters will be set by the renderer that will call the
computeObjectSelected method.
| Method Summary | |
|---|---|
Object |
computeObjectSelected(IlvBasicView view,
String[] params)
Returns the clicked object from the view and the parameters of this clicked object. |
| Method Detail |
|---|
Object computeObjectSelected(IlvBasicView view,
String[] params)
IlvDHTMLObjectSelectInteractor subclass must define how
to access to the model from the view and what are the parameters necessary
to find the object and set a default instance of this class.
view - The view that contains the object clicked.params - An array of parameters.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||