Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/QBEinputPanelAccessor.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.view;
3 -
4 - import org.litesoft.GWT.forms.client.*;
5 - import org.litesoft.bo.views.*;
6 -
7 - import com.google.gwt.user.client.ui.*;
8 -
9 - public interface QBEinputPanelAccessor<T extends IViewObject<T>> {
10 - public Widget initialize( FormEngine pFE, FormBinder<T> pFB );
11 -
12 - public Widget getPointerField();
13 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.view;
3 +
4 + import org.litesoft.GWT.forms.client.*;
5 + import org.litesoft.bo.views.*;
6 +
7 + import com.google.gwt.user.client.ui.*;
8 +
9 + public interface QBEinputPanelAccessor<T extends IViewObject<T>> {
10 + public Widget initialize( FormEngine pFE, FormBinder<T> pFB );
11 +
12 + public Widget getPointerField();
13 + }