EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFDocument
Class IComboField

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFDocument.IFormField
      extended by com.bcl.easypdf.EasyPDFDocument.IChoiceField
          extended by com.bcl.easypdf.EasyPDFDocument.IComboField

public class IComboField
extends IChoiceField

IComboField is a specialized version of IChoiceField.


Method Summary
 java.lang.String getCustomValue()
          Returns custom value.
 boolean getCustomValueEnabled()
          Checks if custom value is enabled.
 void setCustomValue(java.lang.String newVal)
          Sets custom value.
 
Methods inherited from class com.bcl.easypdf.EasyPDFDocument.IChoiceField
getItemCount, getItemDisplayName, GetItemIndex, getItemSelected, getItemValue, getSelectedItem, getSelectedItemCount, getSelectedItemValue, setItemSelected
 
Methods inherited from class com.bcl.easypdf.EasyPDFDocument.IFormField
getModified, getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCustomValueEnabled

public boolean getCustomValueEnabled()
                              throws EasyPDFException
Checks if custom value is enabled.

Throws:
EasyPDFException

getCustomValue

public java.lang.String getCustomValue()
                                throws EasyPDFException
Returns custom value.

Throws:
EasyPDFException

setCustomValue

public void setCustomValue(java.lang.String newVal)
                    throws EasyPDFException
Sets custom value.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.