|
EasyPDF Java SDK v6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFDocument.IFormField
com.bcl.easypdf.EasyPDFDocument.IChoiceField
public class IChoiceField
IChoiceField is a specialized version of IFormField.
| Method Summary | |
|---|---|
int |
getItemCount()
Returns item count. |
java.lang.String |
getItemDisplayName(int Index)
Returns the display name of an item. |
int |
GetItemIndex(java.lang.String ItemValue)
Returns the index of a given item value. |
boolean |
getItemSelected(int Index)
Checks whether the specified item is selected. |
java.lang.String |
getItemValue(int Index)
Return an item's value. |
int |
getSelectedItem()
Returns the index of the first selected item. |
int |
getSelectedItemCount()
Returns selected item count. |
java.lang.String |
getSelectedItemValue()
Returns the value of the first selected item. |
void |
setItemSelected(int Index,
boolean newVal)
|
| 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 |
|---|
public int GetItemIndex(java.lang.String ItemValue)
throws EasyPDFException
EasyPDFException
public java.lang.String getItemDisplayName(int Index)
throws EasyPDFException
EasyPDFException
public java.lang.String getItemValue(int Index)
throws EasyPDFException
EasyPDFException
public boolean getItemSelected(int Index)
throws EasyPDFException
EasyPDFException
public void setItemSelected(int Index,
boolean newVal)
throws EasyPDFException
EasyPDFException
public int getSelectedItem()
throws EasyPDFException
EasyPDFException
public java.lang.String getSelectedItemValue()
throws EasyPDFException
EasyPDFException
public int getSelectedItemCount()
throws EasyPDFException
EasyPDFException
public int getItemCount()
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||