public class CPDFWidgetItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
text
Text content of items
|
java.lang.String |
value
Not in use
|
Constructor and Description |
---|
CPDFWidgetItem(java.lang.String value,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
protected CPDFWidgetItem |
clone() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public java.lang.String value
public java.lang.String text
public CPDFWidgetItem(java.lang.String value, java.lang.String text)
value
- Not in usetext
- Text content of itemspublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
protected CPDFWidgetItem clone()
clone
in class java.lang.Object