org.jpedal.external
Class Options

java.lang.Object
  extended by org.jpedal.external.Options

public class Options
extends java.lang.Object

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

ImageHandler

public static final int ImageHandler
allow user to process image - implements ImageHandler examples in org.jpedal.examples.handlers and sample code to use commented out in SimpleViewer

See Also:
Constant Field Values

Renderer

public static final int Renderer
not used - for future expansion

See Also:
Constant Field Values

FormFactory

public static final int FormFactory
allows user to over-ride form creation code with own - needs to implement FormFactory

See Also:
Constant Field Values

MultiPageUpdate

public static final int MultiPageUpdate
used by SimpleViewer - use not recommended

See Also:
Constant Field Values

FormsActionHandler

public static final 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

See Also:
Constant Field Values

ExpressionEngine

public static final int ExpressionEngine
allows user to link in their own code for Javascript validation - needs to implement ExpressionEngine Default implementation at SwingFormFactory

See Also:
Constant Field Values

LinkHandler

public static final int LinkHandler
allows user to link in their own code for Javascript validation - needs to implement LinkHandler

See Also:
Constant Field Values

ThumbnailHandler

public static final int ThumbnailHandler
used by SimpleViewer - use not recommended

See Also:
Constant Field Values
Constructor Detail

Options

public Options()