| java.lang.Object | |
| ↳ | com.pspdfkit.forms.FormOption |
Represents one entry in form options array.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
FormOption(String label, String value)
Constructs one entry in form options array.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| String |
getLabel()
The label of the option.
| ||||||||||
| String |
getValue()
The export value of the option.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs one entry in form options array.
| label | Label option. |
|---|---|
| value | Value option. |