Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
package com.temp.foundation.widgets.support;

import com.google.gwt.event.dom.client.ChangeHandler;
import com.google.gwt.event.shared.HandlerRegistration;

public interface ActiveTextBoxBase extends TextBoxBaseChangeListenableHelper.Participant {

    void setText(String text);

    public HandlerRegistration addChangeHandler(ChangeHandler handler);
}

Commits for litesoft/trunk/GWT_Sandbox/FormEngine/src/com/temp/foundation/widgets/support/ActiveTextBoxBase.java

Diff revisions: vs.
Revision Author Commited Message
591 GeorgeS picture GeorgeS Fri 20 Jan, 2012 01:57:31 +0000

New FormEngine