|
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 LyFastFilterEndInterface
Implemented by the client of a fast filter form (LyFastFilterEditorController).
This interface is implemented by a listener (usually a table controller. The listener is notified when the filter has been set by the user in the filtering form.
LyFastFilterController.actionDemand(leon.view.event.LyActionDemand)
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File Version |
Method Summary | |
---|---|
void |
endFastFilter(LyController parent,
java.lang.String actionDemand,
java.lang.String filterValue,
LyFilter filter,
LyFieldInfo fieldInfo,
boolean extend)
The fast filter edition form is closed : notify registered listener. |
LyFieldInfo |
getFastFilterFieldInfo()
Gets initial fast filter field info : indicates to the fast filter controller the default filter field info. |
java.lang.String |
getFastFilterValue()
Gets initial fast filter value : indicates to the fast filter controller the default filter value. |
LyFilter |
getFilter()
Gets current client filter. |
boolean |
isFastFilterExtended()
Indicates if fast filter creation is an extension of current filter. |
boolean |
isFastFilterSet()
Indicates if a fast filter is set. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
LyFilter getFilter()
java.lang.String getFastFilterValue()
LyFieldInfo getFastFilterFieldInfo()
boolean isFastFilterSet()
boolean isFastFilterExtended()
void endFastFilter(LyController parent, java.lang.String actionDemand, java.lang.String filterValue, LyFilter filter, LyFieldInfo fieldInfo, boolean extend)
parent
- reference to the fast filter controller (filter form which is closing)actionDemand
- actionDemand on fast filter controller : id of the command such as
LyFormController.DEMAND_VALIDATE, LyFormController.DEMAND_CANCELfilterValue
- the filter value that was typed in the formfilter
- the filter that was created in the formfieldInfo
- the fast filter field infoextend
- indicates if fast filter creation is an extension of current filter.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |