Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,10 +2,11 @@
2 2
3 3 import com.google.gwt.event.dom.client.*;
4 4 import com.google.gwt.event.shared.*;
5 + import com.temp.shared.utils.*;
5 6
6 - public interface ActiveTextBoxBase extends TextBoxBaseChangeListenableHelper.Participant
7 + public interface ActiveTextBoxBase extends TextBoxBaseChangeListenableHelper.Participant,
8 + Enableable
7 9 {
8 -
9 10 void setText(String text);
10 11
11 12 public HandlerRegistration addChangeHandler(ChangeHandler handler);