Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,27 +1,27 @@
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 - import com.google.gwt.user.client.ui.*;
7 -
8 - public interface SubFormRowCarrier {
9 - public void dispose();
10 -
11 - public void clear();
12 -
13 - public void remove( Widget pWidget );
14 -
15 - /**
16 - * Insert pWidget into this RowCarrier (auto removes from current parent), at the position indicated by
17 - * 'pBeforeIndex' (0 - current count of rows, which means the end).
18 - * Note: auto removes from current parent (which may be this Carrier)
19 - */
20 - public void insert( Widget pWidget, int pBeforeIndex );
21 -
22 - public void membershipChangesComplete();
23 -
24 - public FormAttributeAdapter createTabAttributeAdapter( FormInstanceComponentHandler pComponentHandler,
25 - AttributeMetaData pTabAttributeMetaData,
26 - Widget pWidget );
27 - }
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 + import com.google.gwt.user.client.ui.*;
7 +
8 + public interface SubFormRowCarrier {
9 + public void dispose();
10 +
11 + public void clear();
12 +
13 + public void remove( Widget pWidget );
14 +
15 + /**
16 + * Insert pWidget into this RowCarrier (auto removes from current parent), at the position indicated by
17 + * 'pBeforeIndex' (0 - current count of rows, which means the end).
18 + * Note: auto removes from current parent (which may be this Carrier)
19 + */
20 + public void insert( Widget pWidget, int pBeforeIndex );
21 +
22 + public void membershipChangesComplete();
23 +
24 + public FormAttributeAdapter createTabAttributeAdapter( FormInstanceComponentHandler pComponentHandler,
25 + AttributeMetaData pTabAttributeMetaData,
26 + Widget pWidget );
27 + }