Subversion Repository Public Repository

litesoft

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

import com.google.gwt.event.dom.client.*;
import com.google.gwt.event.shared.*;

public interface InputWidgetValueAdapter<T> {

    HandlerRegistration addChangeHandler(ChangeHandler handler);

    T getValue();

    void setValue(T value);
}

Commits for litesoft/trunk/GWT_Sandbox/FormEngine/src/com/temp/foundation/widgets/inputfieldsupport/InputWidgetValueAdapter.java

Diff revisions: vs.
Revision Author Commited Message
600 GeorgeS picture GeorgeS Sun 05 Feb, 2012 18:55:58 +0000

Sync-n