Class FakeLeafValueEditor<T>

java.lang.Object
com.google.gwt.editor.client.testing.FakeLeafValueEditor<T>
Type Parameters:
T - the type not being edited
All Implemented Interfaces:
Editor<T>, LeafValueEditor<T>, TakesValue<T>

public class FakeLeafValueEditor<T> extends Object implements LeafValueEditor<T>
A no-op Editor.
  • Constructor Details

    • FakeLeafValueEditor

      public FakeLeafValueEditor()
  • Method Details