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 |
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface |
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
__VERSION
static final java.lang.String __VERSION
- File version
- See Also:
- Constant Field Values
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.
Website: W4 S.A., contact us: support@w4global.com