|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyFindInterface
Implemented by the client of a find form.
This interface is implemented by a listener (usually a panel controller when a search is started). The listener is notified when a search has been set by the user in the find form.
LyUserInputController.actionDemand(leon.view.event.LyActionDemand)
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File Version |
Method Summary | |
---|---|
int |
findObject(LyFindController find,
int from,
boolean next)
Find object in the view and select it. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
int findObject(LyFindController find, int from, boolean next)
find
- find controller that manages the find form.from
- index to start from (-1 : begin)next
- next selection or previous one.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |