com.crionics.jpdf.forms
Class ChoiceEntry

java.lang.Object
  extended by com.crionics.jpdf.forms.ChoiceEntry

public class ChoiceEntry
extends java.lang.Object

A ChoiceEntry is only used by formfields which can have a different visual representation than field value. This is typically the case for ListBoxField and ComboBoxField.


Constructor Summary
ChoiceEntry()
           
ChoiceEntry(java.lang.String theValue)
           
ChoiceEntry(java.lang.String theValue, java.lang.String theDisplay)
           
 
Method Summary
 java.lang.String getDisplay()
           
 java.lang.String getValue()
           
 void setDisplay(java.lang.String name)
           
 void setValue(java.lang.String newvalue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChoiceEntry

public ChoiceEntry()

ChoiceEntry

public ChoiceEntry(java.lang.String theValue)

ChoiceEntry

public ChoiceEntry(java.lang.String theValue,
                   java.lang.String theDisplay)
Method Detail

getDisplay

public java.lang.String getDisplay()

getValue

public java.lang.String getValue()

setDisplay

public void setDisplay(java.lang.String name)

setValue

public void setValue(java.lang.String newvalue)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2007 Crionics. All Rights Reserved.