|
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 LyActionBehaviorInterface
Generic interface for all behaviors that applies on action.
LyAreaController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
boolean |
endAction(LyAreaController areaController,
LyAction action)
Ends an action for the given controller. |
LyObjectList |
getClientContext(LyAreaController areaController,
LyObjectList context)
Gets context to set on the controllers that have the given area controller as context. |
java.lang.String |
getContextTitle(LyAreaController areaController,
LyAction action,
LyObjectList context)
Gets title corresponding to the given action and context (sub-title displayed on the right of the titlebar). |
java.lang.String |
getHelpFile(LyAreaController areaController,
LyAction action)
Gets help file for the given action. |
java.lang.String |
getImage(LyAreaController areaController,
LyAction action)
Gets the image corresponding to the given object for the given controller. |
java.lang.String |
getImageTooltip(LyAreaController areaController,
LyAction action)
Gets image tooltip corresponding to the given action. |
java.lang.Object |
getKeyValue(java.lang.String key)
Retrieves a value from a registered key. |
java.lang.String |
getMenuItemImage(LyAreaController areaController,
LyAction action)
Gets the menu image corresponding to the given action for the given controller. |
java.lang.String |
getTitle(LyAreaController areaController,
LyAction action)
Gets title corresponding to the given action. |
boolean |
reset(LyAreaController areaController,
boolean full)
The controller resets its content. |
boolean |
startAction(LyAreaController areaController,
LyAction action)
Starts an action for the given controller. |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
boolean startAction(LyAreaController areaController, LyAction action)
areaController
- the current LyAreaController instanceaction
- the action that will be executed
boolean reset(LyAreaController areaController, boolean full)
areaController
- the current LyAreaController instancefull
- indicates if the controller performed a full reset of its content or a
partial reset. The meaning of a full reset depends on controller
implementation.
boolean endAction(LyAreaController areaController, LyAction action)
areaController
- the current LyAreaController instanceaction
- the action that was executed
java.lang.String getImage(LyAreaController areaController, LyAction action)
areaController
- controller for which the image is required.action
- the action that was executed
java.lang.String getImageTooltip(LyAreaController areaController, LyAction action)
areaController
- the current LyAreaController instanceaction
- the action that was executed
java.lang.String getMenuItemImage(LyAreaController areaController, LyAction action)
areaController
- The controller for which the image is required.action
- The action for which the image is required
java.lang.String getTitle(LyAreaController areaController, LyAction action)
areaController
- the current LyAreaController instanceaction
- the action that was executed
java.lang.String getContextTitle(LyAreaController areaController, LyAction action, LyObjectList context)
areaController
- the current controller instanceaction
- the action that was executedcontext
- the action context
java.lang.String getHelpFile(LyAreaController areaController, LyAction action)
areaController
- the current controller instanceaction
- the action that was executed
LyObjectList getClientContext(LyAreaController areaController, LyObjectList context)
areaController
- the current controller instance.context
- the context that is about to be set.
java.lang.Object getKeyValue(java.lang.String key)
key
- The key that must be used.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |