|
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 LyConsultBehaviorInterface
Generic interface for all behaviors that applies on consult action.
LyConsultController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
boolean |
enableRelationHRef(LyConsultController consult,
LyRelationFieldInfo relation,
LyObject href)
Enables the given href object on the given relation field info. |
LyAction |
getAction(LyConsultController consult,
LyRelationFieldInfo relation,
LyClassInfo classInfo)
Gets action to use for consulting or editing the given relation with the specified class info selected on it. |
void |
setObject(LyConsultController consult,
LyObject object)
Method called when object shown in the form is changed. |
Methods inherited from interface leon.app.behaviorinterface.LyFormBehaviorInterface |
---|
getImage, getValue, isDisplayed |
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 |
---|
LyAction getAction(LyConsultController consult, LyRelationFieldInfo relation, LyClassInfo classInfo)
consult
- the current LyConsultController instance.relation
- Edited relationclassInfo
- Selected class info.
void setObject(LyConsultController consult, LyObject object)
consult
- the current LyConsultController instance.object
- the object shown in the form.boolean enableRelationHRef(LyConsultController consult, LyRelationFieldInfo relation, LyObject href)
consult
- the current LyConsultController instancerelation
- the relation that contains the hrefhref
- the href to enabled
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |