public static class TextInputCell.ViewData extends Object
ViewData
for this cell.Constructor and Description |
---|
ViewData(String value)
Construct a ViewData instance containing a given value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Return true if the last and current values of this ViewData object
are equal to those of the other object.
|
String |
getCurrentValue()
Return the current value of the input element.
|
String |
getLastValue()
Return the last value sent to the
ValueUpdater . |
int |
hashCode()
Return a hash code based on the last and current values.
|
protected void |
setCurrentValue(String curValue)
Set the current value.
|
protected void |
setLastValue(String lastValue)
Set the last value.
|
public ViewData(String value)
value
- a String valuepublic boolean equals(Object other)
public String getCurrentValue()
setCurrentValue(String)
public String getLastValue()
ValueUpdater
.setLastValue(String)
public int hashCode()
protected void setCurrentValue(String curValue)
curValue
- the current valuegetCurrentValue()
protected void setLastValue(String lastValue)
lastValue
- the last valuegetLastValue()
Copyright © 2018. All rights reserved.