Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/nonpublic/RelSubFormInstanceParentable.java

Diff revisions: vs.
  @@ -1,14 +1,14 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.client.nonpublic;
3 -
4 - import org.litesoft.ui.def.nonpublic.support.*;
5 -
6 - public interface RelSubFormInstanceParentable {
7 - public UberFormInstanceComponentHandler getUberHandler();
8 -
9 - public Integer getFormUniqueID();
10 -
11 - public FormDataRowKey getFormDataRowKey();
12 -
13 - public void addChild( RelSubFormInstanceComponentHandlerImpl pComponentHandler );
14 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.client.nonpublic;
3 +
4 + import org.litesoft.ui.def.nonpublic.support.*;
5 +
6 + public interface RelSubFormInstanceParentable {
7 + public UberFormInstanceComponentHandler getUberHandler();
8 +
9 + public Integer getFormUniqueID();
10 +
11 + public FormDataRowKey getFormDataRowKey();
12 +
13 + public void addChild( RelSubFormInstanceComponentHandlerImpl pComponentHandler );
14 + }