|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Resource
|
+--com.cete.dynamicpdf.forms.FormField
|
+--com.cete.dynamicpdf.forms.ChoiceField
|
+--com.cete.dynamicpdf.forms.ListBoxField
|
+--com.cete.dynamicpdf.merger.forms.MergeListBoxField
This class can be used to select different entries of a list box field.
View Example
| Constructor Summary | |
MergeListBoxField(PdfChoiceField field)
Creates a new instance of MergeListBoxField |
|
| Method Summary | |
protected void |
drawDictionary(DocumentWriter writer)
Overridden. |
java.lang.String |
getValue()
Overridden. |
void |
setValue(java.lang.String value)
Overridden. |
void |
setValues(java.lang.String[] values)
Overridden. |
| Methods inherited from class com.cete.dynamicpdf.forms.ListBoxField |
hasValue |
| Methods inherited from class com.cete.dynamicpdf.forms.FormField |
draw, getAlternateName, getAnnotation, getChildFields, getFlags, getForm, getFullName, getMappingName, getName, getParent, getRequiredPdfObjects, hasChildFields, inheritsName, inheritsValue, isReadOnly, setAlternateName, setAnnotation, setMappingName, setName, setReadOnly |
| Methods inherited from class com.cete.dynamicpdf.Resource |
getUid, newUid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MergeListBoxField(PdfChoiceField field)
| Method Detail |
public void setValues(java.lang.String[] values)
setValues in class ListBoxFieldvalues - Array of string values to set.public java.lang.String getValue()
MergedListBox field.
getValue in class FormFieldpublic void setValue(java.lang.String value)
MergedListBox field.
setValue in class FormFieldvalue - The value of the form field.protected void drawDictionary(DocumentWriter writer)
DocumentWriter object.
drawDictionary in class ChoiceFieldwriter - DocumentWriter object to receive the output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||