|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChoiceEntry | |
|---|---|
| com.crionics.jpdf.forms | Contains the implementation of the tools allowing the manipulation of Form Fields. |
| Uses of ChoiceEntry in com.crionics.jpdf.forms |
|---|
| Methods in com.crionics.jpdf.forms that return ChoiceEntry | |
|---|---|
ChoiceEntry[] |
AbstractChoiceField.getDefaultValue()
Returns the default value of this Field. listbox can have several entries |
ChoiceEntry[] |
AbstractChoiceField.getPossibleValues()
Recover the possible values which can be used by this choice. the list is ordered as it shows on the screen. |
ChoiceEntry[] |
AbstractChoiceField.getValue()
Returns the Form Field value. |
| Methods in com.crionics.jpdf.forms with parameters of type ChoiceEntry | |
|---|---|
void |
AbstractChoiceField.setDefaultValue(ChoiceEntry entry)
|
void |
AbstractChoiceField.setDefaultValue(ChoiceEntry[] entries)
Sets the default value of this Field. |
void |
AbstractChoiceField.setPossibleValues(ChoiceEntry[] entries)
Update the list of Values available for the ListBox. |
void |
AbstractChoiceField.setValue(ChoiceEntry entry)
|
void |
AbstractChoiceField.setValue(ChoiceEntry[] entries)
Set the current value of this Field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||