|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDocumentDialog
Base interface for document dialog implementations.
Document dialogs are used to view, download and print documents, which are
either loaded from a datasource or created on the fly. the respective row.
A new document dialog can be created by means of:
IClientContext.createDocumentDialog(DataDocumentValue)
IClientContext.createDocumentDialog(String, DataDocumentValue)
IClientContext.createDocumentDialog(String, String, byte[])
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Method Summary | |
|---|---|
void |
enforcePrinting(boolean flag)
Enforces the printing of the document, i.e. a printer select dialog will be popped up after the document has been downloaded. |
boolean |
isEnforcePrinting()
Returns whether printing of the document is enforced or not. |
| Methods inherited from interface de.tif.jacob.screen.dialogs.IDialog |
|---|
show, show |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void enforcePrinting(boolean flag)
Note: By default printing is not enforced.
flag - true to enforce printing, otherwise
falseboolean isEnforcePrinting()
true if printing is enforced, otherwise
false
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||