Package com.google.gwt.cell.client
Class TextInputCell.ViewData
java.lang.Object
com.google.gwt.cell.client.TextInputCell.ViewData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if the last and current values of this ViewData object are equal to those of the other object.Return the current value of the input element.Return the last value sent to theValueUpdater.inthashCode()Return a hash code based on the last and current values.protected voidsetCurrentValue(String curValue) Set the current value.protected voidsetLastValue(String lastValue) Set the last value.
-
Constructor Details
-
ViewData
Construct a ViewData instance containing a given value.- Parameters:
value- a String value
-
-
Method Details
-
equals
-
getCurrentValue
Return the current value of the input element.- Returns:
- the current value String
- See Also:
-
getLastValue
Return the last value sent to theValueUpdater.- Returns:
- the last value String
- See Also:
-
hashCode
-
setCurrentValue
Set the current value.- Parameters:
curValue- the current value- See Also:
-
setLastValue
Set the last value.- Parameters:
lastValue- the last value- See Also:
-