com.crionics.jpdf.forms
Class ChoiceEntry
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChoiceEntry
public ChoiceEntry()
ChoiceEntry
public ChoiceEntry(java.lang.String theValue)
ChoiceEntry
public ChoiceEntry(java.lang.String theValue,
java.lang.String theDisplay)
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.