com.sdm.quasar.client.swing.data.plugins.impl
Class ArrayToListAdapterValueModel

java.lang.Object
  extended byAbstractValueModel
      extended bycom.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel

public class ArrayToListAdapterValueModel
extends AbstractValueModel

See Also:
Serialized Form

Constructor Summary
ArrayToListAdapterValueModel(ValueModel wrappedArrayValueModel)
           
 
Method Summary
protected  void createList()
           
 java.lang.Object getValue()
           
 boolean isEditable()
           
 void setValue(java.lang.Object pValue, boolean pIsSetForced)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayToListAdapterValueModel

public ArrayToListAdapterValueModel(ValueModel wrappedArrayValueModel)
Method Detail

getValue

public java.lang.Object getValue()

isEditable

public boolean isEditable()

setValue

public void setValue(java.lang.Object pValue,
                     boolean pIsSetForced)

createList

protected void createList()