Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,9 +1,10 @@
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 java.io.*;
5 +
4 6 import org.litesoft.core.simpletypes.*;
5 7 import org.litesoft.core.util.*;
6 - import org.litesoft.rpcpassable.*;
7 8 import org.litesoft.ui.def.nonpublic.support.*;
8 9
9 10 public abstract class AbstractFormInstanceComponentHandler implements FormInstanceComponentHandler
  @@ -32,7 +33,7 @@
32 33 LLdisposeActions( pUberHandler );
33 34 }
34 35
35 - public void componentUpdatedValue( FormAttributeAdapter pAttributeAdapter, RPCpassable pCurrentValue )
36 + public void componentUpdatedValue( FormAttributeAdapter pAttributeAdapter, Serializable pCurrentValue )
36 37 {
37 38 getUberHandler().componentUpdatedValue( getFormDataRowKey(), pAttributeAdapter, pCurrentValue );
38 39 }