LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app.behaviorinterface
Interface LyWebServicesBehaviorInterface

All Superinterfaces:
LyActionBehaviorInterface, LyBehaviorInterface, LyUserInputBehaviorInterface
All Known Implementing Classes:
LyWebServiceBehavior

public interface LyWebServicesBehaviorInterface
extends LyUserInputBehaviorInterface

This interface defines the method to implement in order to manage a user input controller.

See Also:
LyUserInputController

Field Summary
static java.lang.String __VERSION
          File version
 
Method Summary
 int getFieldInfoType(java.lang.String name)
          Here you can specify the type of a field info.
 LyFieldInfo updateFieldInfo(LyFieldInfo fieldInfo)
          Here you can update the given field info.
 
Methods inherited from interface leon.app.behaviorinterface.LyUserInputBehaviorInterface
userInputDemand
 
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

__VERSION

static final java.lang.String __VERSION
File version

See Also:
Constant Field Values
Method Detail

updateFieldInfo

LyFieldInfo updateFieldInfo(LyFieldInfo fieldInfo)
Here you can update the given field info. Use only for response containing complex type.

Parameters:
fieldInfo - a fieldinfo
Returns:
fieldInfo an updated fieldInfo

getFieldInfoType

int getFieldInfoType(java.lang.String name)
Here you can specify the type of a field info. Use only for response containing complex type.

Parameters:
name -
Returns:
the type of the field

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com