Subversion Repository Public Repository

litesoft

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

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