|
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 |
java.lang.Objectleon.app.behavior.LyBehavior
leon.app.behavior.LyActionBehavior
leon.app.behavior.LyPrintModelBehavior
public class LyPrintModelBehavior
This class implements the default behavior for a LyPrintModelController.
LyPrintController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyPrintModelBehavior()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
completePrint(LyPrintModelController printer,
java.lang.String result)
Method invoked to modify the result string. |
java.lang.String |
getCommand(LyPrintModelController printer)
Get the command string to execute at the end of the model printing. |
java.lang.String |
getModel(LyPrintModelController printer)
Gets the model file name and path. |
java.lang.String |
getOutput(LyPrintModelController printer)
Gets the output file name and path. |
LyContentReplacer |
preparePrint(LyPrintModelController printer,
LyContentReplacer replacer)
Method invoked to configure the content replacer. |
boolean |
printBegin(LyPrintModelController printer)
Method invoked before printing the object or object list. |
boolean |
printEnd(LyPrintModelController printer)
Method invoked after printing the object or object list. |
Methods inherited from class leon.app.behavior.LyActionBehavior |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from class leon.app.behavior.LyBehavior |
---|
free, getSession, handleDemand, init |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyPrintModelBehavior()
Method Detail |
---|
public boolean printBegin(LyPrintModelController printer)
printer
- current LySimplePrintController instance
public java.lang.String getModel(LyPrintModelController printer)
expands
it and returns it.
printer
- current LyPrintModelController instance
public java.lang.String getOutput(LyPrintModelController printer)
expands
it, else
creates a temporary one.
printer
- current LyPrintModelController instance
public java.lang.String getCommand(LyPrintModelController printer)
printer
- current LyPrintModelController instance
public LyContentReplacer preparePrint(LyPrintModelController printer, LyContentReplacer replacer)
printer
- current LyPrintModelController instancereplacer
- current replacer
public java.lang.String completePrint(LyPrintModelController printer, java.lang.String result)
printer
- current LyPrintModelController instanceresult
- string result
public boolean printEnd(LyPrintModelController printer)
printer
- current LySimplePrintController instance
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |