public interface IlvObjectSelectedFinder extends Serializable
These parameters will be set by the renderer that will call the
computeObjectSelected
method.
Modifier and Type | Method and Description |
---|---|
Object |
computeObjectSelected(IlvBasicView view,
String[] params)
Returns the clicked object from the view and the parameters of this clicked object.
|
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.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.