LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app.behaviorinterface
Interface LyImportBehaviorInterface

All Superinterfaces:
LyActionBehaviorInterface, LyBehaviorInterface
All Known Implementing Classes:
LyImportBehavior

public interface LyImportBehaviorInterface
extends LyActionBehaviorInterface

This interface defines the methods to implement in order to modify the behavior of an import action.

See Also:
LyImportController

Field Summary
static java.lang.String __VERSION
          File version
 
Method Summary
 java.lang.String checkFields(LyImportController controller, LyInfoList<LyFieldInfo> fields)
          Checks if the import can be done with the given list of selected fields.
 
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

checkFields

java.lang.String checkFields(LyImportController controller,
                             LyInfoList<LyFieldInfo> fields)
Checks if the import can be done with the given list of selected fields.

Parameters:
controller - the current import controller
fields - the fields we want to check
Returns:
an error message if the import can not be done with the given selected files, null if everything is fine

(c) January 2013 - W4 S.A.

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