|
JPedal Java PDF library 4.35b60 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormFactory
| Field Summary | |
|---|---|
static int |
annotation
|
static java.lang.Integer |
ANNOTATION
|
static int |
checkboxbutton
|
static java.lang.Integer |
CHECKBOXBUTTON
|
static int |
combobox
|
static java.lang.Integer |
COMBOBOX
|
static int |
list
|
static java.lang.Integer |
LIST
|
static int |
multilinepassword
|
static java.lang.Integer |
MULTILINEPASSWORD
|
static int |
multilinetext
|
static java.lang.Integer |
MULTILINETEXT
|
static int |
pushbutton
|
static java.lang.Integer |
PUSHBUTTON
|
static int |
radiobutton
|
static java.lang.Integer |
RADIOBUTTON
|
static int |
signature
|
static java.lang.Integer |
SIGNATURE
|
static int |
singlelinepassword
|
static java.lang.Integer |
SINGLELINEPASSWORD
|
static int |
singlelinetext
|
static java.lang.Integer |
SINGLELINETEXT
|
static int |
SWING
|
static int |
ULC
|
static int |
unknown
match types for PDF objects in raw int form |
static java.lang.Integer |
UNKNOWN
matches types of PDF form objects in Integer form |
| Method Summary | |
|---|---|
java.lang.Object |
annotationButton(org.jpedal.objects.raw.FormObject formObject)
setup annotations display with pop-ups, etc |
java.lang.Object |
checkBoxBut(org.jpedal.objects.raw.FormObject formObject)
setup and return a single checkBox button component, from the specified formObject |
java.lang.Object |
comboBox(org.jpedal.objects.raw.FormObject formObject)
setup and return a ComboBox component, from the specified formObject |
void |
executeJS(org.jpedal.objects.javascript.JSParser key,
java.lang.String code,
org.jpedal.objects.raw.FormObject ref,
org.jpedal.objects.acroforms.rendering.AcroRenderer acro)
|
void |
flushJS(org.jpedal.objects.javascript.JSParser parser)
|
org.jpedal.objects.acroforms.actions.ActionFactory |
getActionFactory()
holds all the GUI specific action and event code |
org.jpedal.objects.acroforms.formData.GUIData |
getCustomCompData()
return new instance of GUIData implementation to support component set |
int |
getType()
|
java.lang.Object |
listField(org.jpedal.objects.raw.FormObject formObject)
setup and return a List component, from the specified formObject |
java.lang.Object |
multiLinePassword(org.jpedal.objects.raw.FormObject formObject)
setup and return a multi line Password component, from the specified formObject |
java.lang.Object |
multiLineText(org.jpedal.objects.raw.FormObject formObject)
setup and return a multi line Text component, from the specified formObject |
java.lang.Object |
pushBut(org.jpedal.objects.raw.FormObject formObject)
setup and return a push button component, from the specified formObject |
java.lang.Object |
radioBut(org.jpedal.objects.raw.FormObject formObject)
setup and return a single radio button component, from the specified formObject |
void |
reset(org.jpedal.objects.acroforms.rendering.AcroRenderer acroRenderer,
ActionHandler formsActionHandler)
resets the factory for each page |
void |
setAPImages(org.jpedal.objects.raw.FormObject form,
java.lang.Object comp,
boolean b)
|
java.lang.Object |
signature(org.jpedal.objects.raw.FormObject formObject)
setup the signature field |
java.lang.Object |
singleLinePassword(org.jpedal.objects.raw.FormObject formObject)
setup and return a single line Password component, from the specified formObject |
java.lang.Object |
singleLineText(org.jpedal.objects.raw.FormObject formObject)
setup and return a single line Text component, from the specified formObject |
| Field Detail |
|---|
static final java.lang.Integer UNKNOWN
static final java.lang.Integer LIST
static final java.lang.Integer COMBOBOX
static final java.lang.Integer SINGLELINETEXT
static final java.lang.Integer SINGLELINEPASSWORD
static final java.lang.Integer MULTILINETEXT
static final java.lang.Integer MULTILINEPASSWORD
static final java.lang.Integer PUSHBUTTON
static final java.lang.Integer RADIOBUTTON
static final java.lang.Integer CHECKBOXBUTTON
static final java.lang.Integer ANNOTATION
static final java.lang.Integer SIGNATURE
static final int unknown
static final int list
static final int combobox
static final int singlelinetext
static final int singlelinepassword
static final int multilinetext
static final int multilinepassword
static final int pushbutton
static final int radiobutton
static final int checkboxbutton
static final int annotation
static final int signature
static final int SWING
static final int ULC
| Method Detail |
|---|
java.lang.Object listField(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object comboBox(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object singleLineText(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object singleLinePassword(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object multiLineText(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object multiLinePassword(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object pushBut(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object radioBut(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object checkBoxBut(org.jpedal.objects.raw.FormObject formObject)
FormObjectjava.lang.Object annotationButton(org.jpedal.objects.raw.FormObject formObject)
java.lang.Object signature(org.jpedal.objects.raw.FormObject formObject)
void reset(org.jpedal.objects.acroforms.rendering.AcroRenderer acroRenderer,
ActionHandler formsActionHandler)
org.jpedal.objects.acroforms.formData.GUIData getCustomCompData()
org.jpedal.objects.acroforms.actions.ActionFactory getActionFactory()
int getType()
void executeJS(org.jpedal.objects.javascript.JSParser key,
java.lang.String code,
org.jpedal.objects.raw.FormObject ref,
org.jpedal.objects.acroforms.rendering.AcroRenderer acro)
void setAPImages(org.jpedal.objects.raw.FormObject form,
java.lang.Object comp,
boolean b)
void flushJS(org.jpedal.objects.javascript.JSParser parser)
|
JPedal Java PDF library 4.35b60 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||