|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.DocumentReaderEvents
public class DocumentReaderEvents
Represents document reader events.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature.
| Constructor Summary | |
|---|---|
DocumentReaderEvents()
|
|
| Method Summary | |
|---|---|
JavaScriptAction |
getDidPrint()
Gets document did print event actions. |
JavaScriptAction |
getDidSave()
Gets document did save event actions. |
JavaScriptAction |
getWillClose()
Gets document will close event actions. |
JavaScriptAction |
getWillPrint()
Gets document will print event actions. |
JavaScriptAction |
getWillSave()
Gets document will save event actions. |
void |
setDidPrint(JavaScriptAction didPrintAction)
Sets document did print event actions. |
void |
setDidSave(JavaScriptAction didSaveAction)
Sets document did save event actions. |
void |
setWillClose(JavaScriptAction willCloseAction)
Sets document will close event actions. |
void |
setWillPrint(JavaScriptAction willPrintAction)
Sets document will print event actions. |
void |
setWillSave(JavaScriptAction willSaveAction)
Sets document will save event actions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentReaderEvents()
| Method Detail |
|---|
public JavaScriptAction getWillClose()
public void setWillClose(JavaScriptAction willCloseAction)
willCloseAction - document will close event actions.public JavaScriptAction getWillSave()
public void setWillSave(JavaScriptAction willSaveAction)
willSaveAction - document will save event actions.public JavaScriptAction getDidSave()
public void setDidSave(JavaScriptAction didSaveAction)
didSaveAction - document did save event actions.public JavaScriptAction getWillPrint()
public void setWillPrint(JavaScriptAction willPrintAction)
willPrintAction - document will print event actions.public JavaScriptAction getDidPrint()
public void setDidPrint(JavaScriptAction didPrintAction)
didPrintAction - document did print event actions.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||