HasFormatter.setFormatter(Formatter)
instead@Deprecated
public static class SuggestionField.OptionWrapper<V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
caption
Deprecated.
|
protected V |
value
Deprecated.
|
Constructor and Description |
---|
OptionWrapper(java.lang.String caption,
V value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getCaption()
Deprecated.
|
V |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
protected java.lang.String caption
protected V value
public OptionWrapper(java.lang.String caption, V value)
public java.lang.String getCaption()
public V getValue()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object