com.extjs.gxt.ui.client.widget.form
Class SimpleComboValue<T>

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.widget.form.SimpleComboValue<T>
Type Parameters:
T - the data type
All Implemented Interfaces:
ModelData, java.io.Serializable

public class SimpleComboValue<T>
extends BaseModelData

A ModelData instance used in a SimpleComboBox.

See Also:
Serialized Form

Method Summary
 T getValue()
          Returns the value.
 void setValue(T value)
          Sets the value.
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public T getValue()
Returns the value.

Returns:
the value

setValue

public void setValue(T value)
Sets the value.

Parameters:
value - the value