Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/input/fieldsupport/InputWidgetValueAdapter.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - package com.temp.client.foundation.widget.input.fieldsupport;
2 -
3 - import com.google.gwt.event.dom.client.*;
4 - import com.google.gwt.event.shared.*;
5 -
6 - public interface InputWidgetValueAdapter<T> {
7 -
8 - HandlerRegistration addChangeHandler( ChangeHandler handler );
9 -
10 - T getValue();
11 -
12 - void setValue( T value );
13 - }
1 + package com.temp.client.foundation.widget.input.fieldsupport;
2 +
3 + import com.google.gwt.event.dom.client.*;
4 + import com.google.gwt.event.shared.*;
5 +
6 + public interface InputWidgetValueAdapter<T> {
7 +
8 + HandlerRegistration addChangeHandler( ChangeHandler handler );
9 +
10 + T getValue();
11 +
12 + void setValue( T value );
13 + }