GWT 2.5.0.rc2

com.google.gwt.editor.client.adapters
Class HasDataEditor.IndexedEditor<Q>

java.lang.Object
  extended by com.google.gwt.editor.client.adapters.HasDataEditor.IndexedEditor<Q>
All Implemented Interfaces:
Editor<Q>, LeafValueEditor<Q>, TakesValue<Q>
Enclosing class:
HasDataEditor<T>

static class HasDataEditor.IndexedEditor<Q>
extends java.lang.Object
implements LeafValueEditor<Q>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor
Editor.Ignore, Editor.Path
 
Constructor Summary
HasDataEditor.IndexedEditor(int index, HasData<Q> data)
           
 
Method Summary
 Q getValue()
          Returns the current value.
 void setIndex(int index)
           
 void setValue(Q value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasDataEditor.IndexedEditor

HasDataEditor.IndexedEditor(int index,
                            HasData<Q> data)
Method Detail

getValue

public Q getValue()
Description copied from interface: TakesValue
Returns the current value.

Specified by:
getValue in interface TakesValue<Q>
Returns:
the value as an object of type V
See Also:
TakesValue.setValue(V)

setIndex

public void setIndex(int index)

setValue

public void setValue(Q value)
Description copied from interface: TakesValue
Sets the value.

Specified by:
setValue in interface TakesValue<Q>
Parameters:
value - a value object of type V
See Also:
TakesValue.getValue()

GWT 2.5.0.rc2