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>
A no-op Editor.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor
Editor.Ignore, Editor.Path
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FakeLeafValueEditor
public FakeLeafValueEditor()
-
-
Method Details
-
getValue
Description copied from interface:TakesValue
Returns the current value.- Specified by:
getValue
in interfaceTakesValue<T>
- Returns:
- the value as an object of type V
- See Also:
-
setValue
Description copied from interface:TakesValue
Sets the value.- Specified by:
setValue
in interfaceTakesValue<T>
- Parameters:
value
- a value object of type V- See Also:
-