Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - package com.temp.client.foundation.widget.input.support;
2 -
3 - import com.google.gwt.event.dom.client.*;
4 - import com.google.gwt.event.shared.*;
5 - import com.google.gwt.user.client.ui.*;
6 -
7 - public interface ActiveTextBoxBase extends TextBoxBaseChangeListenableHelper.Participant,
8 - HasEnabled {
9 -
10 - void setText( String text );
11 -
12 - public HandlerRegistration addChangeHandler( ChangeHandler handler );
13 - }
1 + package com.temp.client.foundation.widget.input.support;
2 +
3 + import com.google.gwt.event.dom.client.*;
4 + import com.google.gwt.event.shared.*;
5 + import com.google.gwt.user.client.ui.*;
6 +
7 + public interface ActiveTextBoxBase extends TextBoxBaseChangeListenableHelper.Participant,
8 + HasEnabled {
9 +
10 + void setText( String text );
11 +
12 + public HandlerRegistration addChangeHandler( ChangeHandler handler );
13 + }