DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class FormFieldFlags

java.lang.Object
  |
  +--com.cete.dynamicpdf.Enums
        |
        +--com.cete.dynamicpdf.forms.FormFieldFlags

public final class FormFieldFlags
extends Enums

Specifies the Form Field Flags. Ff value in acro form filling and merging.


Field Summary
static FormFieldFlags COMB
          Combs set.
static FormFieldFlags COMBO
          Combo field.
static FormFieldFlags COMMITONSELCHANGE
          Commit on select change set.
static FormFieldFlags DONOTSCROLL
          Do not scroll set.
static FormFieldFlags DONOTSPELLCHECK
          Do not spell check set.
static FormFieldFlags EDIT
          Edit field.
static FormFieldFlags FILESELECT
          File select field.
static FormFieldFlags MULTILINE
          Multiline field.
static FormFieldFlags MULTISELECT
          Multi select field.
static FormFieldFlags NOEXPORT
          No export set.
static FormFieldFlags NONE
          None specified.
static FormFieldFlags NOTOGGLETOOFF
          No toggle to off set.
static FormFieldFlags PASSWORD
          Password field.
static FormFieldFlags PUSHBUTTON
          Push button field.
static FormFieldFlags RADIO
          Radio field.
static FormFieldFlags RADIOSINUNISON
          Radios in unison set.
static FormFieldFlags READONLY
          Read only field.
static FormFieldFlags REQUIRED
          Required field.
static FormFieldFlags RICHTEXT
          Rich text field.
static FormFieldFlags SORT
          Sort set.
 
Constructor Summary
FormFieldFlags(int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getName()
          Gets the enumeration constant name.
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class com.cete.dynamicpdf.Enums
and, getValue, or, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final FormFieldFlags NONE
None specified.


READONLY

public static final FormFieldFlags READONLY
Read only field.


REQUIRED

public static final FormFieldFlags REQUIRED
Required field.


NOEXPORT

public static final FormFieldFlags NOEXPORT
No export set.


MULTILINE

public static final FormFieldFlags MULTILINE
Multiline field.


PASSWORD

public static final FormFieldFlags PASSWORD
Password field.


NOTOGGLETOOFF

public static final FormFieldFlags NOTOGGLETOOFF
No toggle to off set.


RADIO

public static final FormFieldFlags RADIO
Radio field.


PUSHBUTTON

public static final FormFieldFlags PUSHBUTTON
Push button field.


COMBO

public static final FormFieldFlags COMBO
Combo field.


EDIT

public static final FormFieldFlags EDIT
Edit field.


SORT

public static final FormFieldFlags SORT
Sort set.


FILESELECT

public static final FormFieldFlags FILESELECT
File select field.


MULTISELECT

public static final FormFieldFlags MULTISELECT
Multi select field.


DONOTSPELLCHECK

public static final FormFieldFlags DONOTSPELLCHECK
Do not spell check set.


DONOTSCROLL

public static final FormFieldFlags DONOTSCROLL
Do not scroll set.


COMB

public static final FormFieldFlags COMB
Combs set.


RADIOSINUNISON

public static final FormFieldFlags RADIOSINUNISON
Radios in unison set.


COMMITONSELCHANGE

public static final FormFieldFlags COMMITONSELCHANGE
Commit on select change set.


RICHTEXT

public static final FormFieldFlags RICHTEXT
Rich text field.

Constructor Detail

FormFieldFlags

public FormFieldFlags(int type)
Method Detail

getName

public java.lang.String getName()
Gets the enumeration constant name.

Specified by:
getName in class Enums
Returns:
Returns the name of this enumeration constant.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Returns:
true if this object is the same as the obj argument; false otherwise.

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the object.

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software