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

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData
allowNestedValues, map
 
Constructor Summary
protected SimpleComboValue()
           
protected SimpleComboValue(T value)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleComboValue

protected SimpleComboValue()

SimpleComboValue

protected SimpleComboValue(T value)
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