public static interface PDFDocument.JsEventListener
Modifier and Type | Interface and Description |
---|---|
static class |
PDFDocument.JsEventListener.AlertResult |
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_CANCEL |
static int |
BUTTON_GROUP_OK |
static int |
BUTTON_GROUP_OK_CANCEL |
static int |
BUTTON_GROUP_YES_NO |
static int |
BUTTON_GROUP_YES_NO_CANCEL |
static int |
BUTTON_NO |
static int |
BUTTON_NONE |
static int |
BUTTON_OK |
static int |
BUTTON_YES |
Modifier and Type | Method and Description |
---|---|
PDFDocument.JsEventListener.AlertResult |
onAlert(PDFDocument doc,
java.lang.String title,
java.lang.String message,
int iconType,
int buttonGroupType,
boolean hasCheckbox,
java.lang.String checkboxMessage,
boolean checkboxState) |
static final int BUTTON_GROUP_OK
static final int BUTTON_GROUP_OK_CANCEL
static final int BUTTON_GROUP_YES_NO
static final int BUTTON_GROUP_YES_NO_CANCEL
static final int BUTTON_NONE
static final int BUTTON_OK
static final int BUTTON_CANCEL
static final int BUTTON_NO
static final int BUTTON_YES
PDFDocument.JsEventListener.AlertResult onAlert(PDFDocument doc, java.lang.String title, java.lang.String message, int iconType, int buttonGroupType, boolean hasCheckbox, java.lang.String checkboxMessage, boolean checkboxState)