Class TakesValueEditor<T>

java.lang.Object
com.google.gwt.editor.client.adapters.TakesValueEditor<T>
Type Parameters:
T - the type of value to be edited
All Implemented Interfaces:
Editor<T>, LeafValueEditor<T>, TakesValue<T>
Direct Known Subclasses:
ValueBoxEditor

public class TakesValueEditor<T> extends Object implements LeafValueEditor<T>
Adapts the TakesValue interface to the Editor framework.
  • Constructor Details

    • TakesValueEditor

      protected TakesValueEditor(TakesValue<T> peer)
      Returns a new ValueEditor that modifies the given TakesValue peer instance.
      Parameters:
      peer - a TakesValue instance
  • Method Details