DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.forms
Class ChoiceItem

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.forms.ChoiceItem

public class ChoiceItem
extends java.lang.Object

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

getItemName

public java.lang.String getItemName()
Gets the ItemName of the item in the list.

Returns:
the ItemName of the item in the list.

getExportValue

public java.lang.String getExportValue()
Gets the ExportValue of the item in the list.

Returns:
the ExportValue of the item in the list.

setExportValue

public void setExportValue(java.lang.String value)
Sets the ExportValue of the item in the list.

Parameters:
value - the ExportValue of the item in the list.

getSelected

public boolean getSelected()
Gets the item is selected.

Returns:
the item is selected.

setSelected

public void setSelected(boolean value)
Sets the item is selected.

Parameters:
value - to select the item.

getDefault

public boolean getDefault()
Gets the item is default selected.

Returns:
the item is default selected.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software