|
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 LyPanelBehaviorInterface
This interface defines the methods to implement in order to modify the default behavior of a panel controller.
LyPanelController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
void |
completePopupMenu(LyPanelController panelController,
LyPopupMenu menu)
Completes a popup menu before displaying it. |
LyInfoDataList<LyAction,LyClassInfo> |
getPopupMenuActions(LyPanelController panelController,
LyInfoDataList<LyAction,LyClassInfo> actions,
boolean selection)
Gets the ordered list of pairs of (action, classInfo) to display in a popup menu. |
boolean |
needRefresh(LyPanelController panelController,
LyObject object,
LyValueSet oldValues)
Checks if the panel needs a refresh when an object changed is received. |
LyFilter |
validateFilter(LyPanelController panelController,
LyFilter filter)
Method used to enable a filter. |
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
LyInfoDataList<LyAction,LyClassInfo> getPopupMenuActions(LyPanelController panelController, LyInfoDataList<LyAction,LyClassInfo> actions, boolean selection)
panelController
- Panel controller that displays the menu.actions
- List of pairs (action, classInfo) that the controller is about to
present in popup menu on current selection.selection
- Boolean indicating if popup menu is asked or not on selection.
void completePopupMenu(LyPanelController panelController, LyPopupMenu menu)
panelController
- Panel controller that displays the menu.menu
- Popup menu built by the panel controller.boolean needRefresh(LyPanelController panelController, LyObject object, LyValueSet oldValues)
panelController
- Panel controller that received the object change.object
- The object that changed.oldValues
- The previous values.
LyFilter validateFilter(LyPanelController panelController, LyFilter filter)
panelController
- Panel controller that asks for the filtering.filter
- The filter that is asked.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |