public class

FakeLeafValueEditor

extends Object
implements LeafValueEditor<T>
java.lang.Object
   ↳ com.google.gwt.editor.client.testing.FakeLeafValueEditor<T>

Class Overview

A no-op Editor.

Summary

Public Constructors
FakeLeafValueEditor()
Public Methods
T getValue()
Returns the current value.
void setValue(T value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.user.client.TakesValue

Public Constructors

public FakeLeafValueEditor ()

Public Methods

public T getValue ()

Returns the current value.

Returns
  • the value as an object of type V

public void setValue (T value)