|
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 LyFormBehaviorInterface
Generic interface for all behaviors that applies on form action.
LyFormController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
java.lang.String |
getImage(LyFormController formController,
LyObject object)
Gets the image associated to the given object for the given form. |
java.lang.Object |
getValue(LyFormController form,
LyFieldInfo fieldInfo)
Gets value of the given fieldInfo. |
boolean |
isDisplayed(LyFormController form,
LyFieldInfo fieldInfo)
Indicates if the given fieldInfo is displayed in the given form or not. |
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 |
---|
java.lang.String getImage(LyFormController formController, LyObject object)
formController
- the form controllerobject
- object whose image is looked for
java.lang.Object getValue(LyFormController form, LyFieldInfo fieldInfo)
form
- the current LyFormController instance.fieldInfo
- the fieldInfo that contains the value
boolean isDisplayed(LyFormController form, LyFieldInfo fieldInfo)
form
- the current LyFormController instance.fieldInfo
- the fieldInfo which is tested for addition in the view.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |