|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
QFormField is the abstract class that is being extended by all fields such as CheckBoxField, ChoiceField, ComboField,
PushButtonField, RadioButtonGroupField, SignatureField and TextField.
| Method Summary | |
void |
addFieldListener(FieldListener list)
Adds a field listener to this field. |
void |
addKeyListener(KeyListener list)
Adds a key listener to this field. |
void |
addMouseListener(MouseListener list)
Adds a mouse listener to this field. |
void |
flattenField()
Flattens the field into the document's content layer. |
String |
getAltFieldName()
Returns the alternate field name for this field. |
String |
getFieldName()
Returns the name of this field. |
String |
getFieldTypeDesc()
Returns a description of the field type. |
String |
getFullFieldName()
Returns the full name of the fields. |
String |
getMapFieldName()
Returns this field's mapping name. |
String |
getUserName()
Gets this field's user name. |
Vector |
getWidgets()
Gets a list of any widgets associated with this field. |
boolean |
isNoExport()
Returns the value of the 'No Export' flag. |
boolean |
isReadOnly()
Returns the value of the 'Read Only' flag. |
boolean |
isRequired()
Returns the value of the 'Required' flag. |
void |
removeFieldListener(FieldListener list)
Removes a field listener from this field. |
void |
reset()
Resets the field to its default value. |
void |
setAltFieldName(String altFieldName)
Sets the alternate field name. |
void |
setComponentVisible(boolean visible)
Sets the visibility of the component(s) associated with this field on the screen. |
void |
setFieldFlags(int fieldFlags)
Sets the field flags. |
void |
setFieldName(String fieldName)
Sets the field name. |
void |
setHidden(boolean hidden)
Sets the HIDDEN flag. |
void |
setMapFieldName(String mapName)
Sets this field's mapping name. |
void |
setNoExport(boolean noExport)
Sets the 'No Export' flag. |
void |
setPrintable(boolean printable)
Sets the PRINTABLE flag for this field. |
void |
setReadOnly(boolean readOnly)
Sets the value of the 'Read Only' flag. |
void |
setRequired(boolean required)
Sets the value of the 'Required' flag. |
void |
setUserName(String userName)
Sets this field's user name. |
| Method Detail |
public String getAltFieldName()
public String getFieldName()
public String getFieldTypeDesc()
CheckBoxField
"ComboBox" for ComboBoxField
"List" for ListField
"PushButton" for PushButtonField
"RadioButtonGroup" for RadioButtonGroupField
"Signature" for SignatureField
"TextField" for TextField
public String getFullFieldName()
public String getMapFieldName()
public String getUserName()
public boolean isNoExport()
public boolean isReadOnly()
public boolean isRequired()
public void reset()
throws PDFException
PDFExceptionpublic void setAltFieldName(String altFieldName)
altFieldName - The new alternate field name.public void setFieldFlags(int fieldFlags)
fieldFlags - The new value for the flags.public void setFieldName(String fieldName)
fieldName - The new field name.public void setMapFieldName(String mapName)
mapName - The new mapping name.public void setNoExport(boolean noExport)
noExport - The new value of the 'No Export' flag.public void setReadOnly(boolean readOnly)
readOnly - The new value of the 'Read Only' flag.public void setRequired(boolean required)
required - The new value of the 'Required' flag.public void setUserName(String userName)
userName - The new user name.public void setPrintable(boolean printable)
printable - the new invisible setting.public void setHidden(boolean hidden)
hidden - the new hidden setting. True to hide, false to show the field.public void setComponentVisible(boolean visible)
visible - The new value of the components visibility.public Vector getWidgets()
public void addFieldListener(FieldListener list)
list - An object that implements FieldListener.public void addMouseListener(MouseListener list)
list - An object that implements MouseListener.public void addKeyListener(KeyListener list)
list - An object that implements KeyListenerpublic void removeFieldListener(FieldListener list)
list - The listener to remove.
public void flattenField()
throws PDFException
PDFException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||