Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 60 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/nonpublic/TabSubFormRowCarrier.java

Diff revisions: vs.
  @@ -1,11 +1,13 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.forms.client.nonpublic;
3 3
4 - import com.google.gwt.user.client.ui.*;
4 + import java.io.*;
5 +
5 6 import org.litesoft.GWT.client.widgets.*;
6 - import org.litesoft.rpcpassable.*;
7 7 import org.litesoft.ui.def.nonpublic.support.*;
8 8
9 + import com.google.gwt.user.client.ui.*;
10 +
9 11 public class TabSubFormRowCarrier implements SubFormRowCarrier
10 12 {
11 13 private SizeableSelectorPanel mSelectorPanel;
  @@ -84,7 +86,7 @@
84 86 return null;
85 87 }
86 88
87 - protected Object convertSendableToComponentValue( RPCpassable pValue )
89 + protected Object convertSendableToComponentValue( Serializable pValue )
88 90 {
89 91 return pValue;
90 92 }