|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.cell.core.client.form.ViewData
public class ViewData
The ViewData for this cell.
| Constructor Summary | |
|---|---|
ViewData(java.lang.String value)
Construct a ViewData instance containing a given value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Return true if the last and current values of this ViewData object are equal to those of the other object. |
java.lang.String |
getCurrentValue()
Return the current value of the input element. |
java.lang.String |
getLastValue()
Return the last value sent to the ValueUpdater. |
int |
hashCode()
Return a hash code based on the last and current values. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewData(java.lang.String value)
value - a String value| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String getCurrentValue()
setCurrentValue(String)public java.lang.String getLastValue()
ValueUpdater.
setLastValue(String)public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||