|
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 LyFilterEndInterface
Implemented by the client of a filter edition form (either an elementary filter such as LyFilterController or an extented filter view (LyFilterEditorController).
This interface is implemented by a listener (usually a table controller or the extended filter controller when an elementary filter is created). The listener is notified when the filter has been set by the user in the filtering form.
LyFilterController.actionDemand(leon.view.event.LyActionDemand)
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File Version |
Method Summary | |
---|---|
void |
endFilter(LyController parent,
java.lang.String actionDemand,
LyFilter filter)
The filter edition form is closed : notify registred listener. |
LyFilter |
getFilter()
Gets initial : indicates to the filter controller the default filter parameters. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
LyFilter getFilter()
void endFilter(LyController parent, java.lang.String actionDemand, LyFilter filter)
parent
- reference to the filter controller (filter form which is closing)actionDemand
- actionDemand on filter controller : id of the command such as
LyFormController.DEMAND_VALIDATE, LyFormController.DEMAND_APPLY,
LyFormController.DEMAND_CANCELfilter
- the filter that was created in the form
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |