| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.forms.ChoiceItem
public class ChoiceItem
Represents the Item details for choice field.
| Method Summary | |
|---|---|
|  boolean | getDefault()Gets the item is default selected. | 
|  java.lang.String | getExportValue()Gets the ExportValue of the item in the list. | 
|  java.lang.String | getItemName()Gets the ItemName of the item in the list. | 
|  boolean | getSelected()Gets the item is selected. | 
|  void | setExportValue(java.lang.String value)Sets the ExportValue of the item in the list. | 
|  void | setSelected(boolean value)Sets the item is selected. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public java.lang.String getItemName()
public java.lang.String getExportValue()
public void setExportValue(java.lang.String value)
value - the ExportValue of the item in the list.public boolean getSelected()
public void setSelected(boolean value)
value - to select the item.public boolean getDefault()
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||