|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.external.Options
public class Options
Holds set of values to indicate types of external handler
| Field Summary | |
|---|---|
static int |
ExpressionEngine
allows user to link in their own code for Javascript validation - needs to implement ExpressionEngine
Default implementation at SwingFormFactory |
static int |
FormFactory
allows user to over-ride form creation code with own - needs to implement FormFactory |
static int |
FormsActionHandler
allows user to replace whole forms action Handling code - needs to implement ActionHandler
It is recommended you look at Options.ExpressionEngine and Options.LinkHandler for
most purposes |
static int |
ImageHandler
allow user to process image - implements ImageHandler
examples in org.jpedal.examples.handlers
and sample code to use commented out in SimpleViewer |
static int |
LinkHandler
allows user to link in their own code for Javascript validation - needs to implement LinkHandler |
static int |
MultiPageUpdate
used by SimpleViewer - use not recommended |
static int |
Renderer
not used - for future expansion |
static int |
ThumbnailHandler
used by SimpleViewer - use not recommended |
| Constructor Summary | |
|---|---|
Options()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ImageHandler
ImageHandler
examples in org.jpedal.examples.handlers
and sample code to use commented out in SimpleViewer
public static final int Renderer
public static final int FormFactory
FormFactory
public static final int MultiPageUpdate
public static final int FormsActionHandler
ActionHandler
It is recommended you look at Options.ExpressionEngine and Options.LinkHandler for
most purposes
public static final int ExpressionEngine
ExpressionEngine
Default implementation at SwingFormFactory
public static final int LinkHandler
LinkHandler
public static final int ThumbnailHandler
| Constructor Detail |
|---|
public Options()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||