EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFDocument
Class IRadioField

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

public class IRadioField
extends IChoiceField

This class represents a radio field.


Method Summary
 boolean getNoToggleToOff()
          Checks if one of the radio buttons must always be selected.
 boolean getRadiosInUnison()
          Checks if radio buttons in a group turn on and off in unison.
 
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

getNoToggleToOff

public boolean getNoToggleToOff()
                         throws EasyPDFException
Checks if one of the radio buttons must always be selected.

Throws:
EasyPDFException

getRadiosInUnison

public boolean getRadiosInUnison()
                          throws EasyPDFException
Checks if radio buttons in a group turn on and off in unison.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.