LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app.behaviorinterface
Interface LyPrintBehaviorInterface

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

public interface LyPrintBehaviorInterface
extends LyActionBehaviorInterface

This interface defines methods to implement to have a specific printing behavior.

See Also:
LyPrintController

Field Summary
static java.lang.String __VERSION
          File version
 
Method Summary
 boolean printBegin(LySimplePrintController printer)
          Method invoked before printing the object or object list.
 boolean printEnd(LySimplePrintController printer)
          Method invoked after printing the object or object list.
 
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

printBegin

boolean printBegin(LySimplePrintController printer)
Method invoked before printing the object or object list.

Parameters:
printer - current LySimplePrintController instance
Returns:
true if the process is done (stop generic behavior) false otherwise.

printEnd

boolean printEnd(LySimplePrintController printer)
Method invoked after printing the object or object list.

Parameters:
printer - current LySimplePrintController instance
Returns:
true if the process is done (stop generic behavior) false otherwise.

(c) January 2013 - W4 S.A.

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