EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFDocument
Class IListField

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

public class IListField
extends IChoiceField

IListField is a specialized version of IChoiceField.


Method Summary
 boolean getMultiSelect()
          Checks if selecting more than one field at a time is allowed.
 
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

getMultiSelect

public boolean getMultiSelect()
                       throws EasyPDFException
Checks if selecting more than one field at a time is allowed.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.