Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,33 +1,33 @@
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.core.simpletypes.*;
5 - import org.litesoft.ui.def.nonpublic.support.*;
6 -
7 - import java.io.*;
8 -
9 - public interface UberFormInstanceComponentHandler {
10 - // Component Handler Management
11 - public void setBaseComponentHandler( BaseFormComponentHandlerImpl pComponentHandler );
12 -
13 - // Bridge to Rendered Form Button State Management
14 - public void componentErrorState( boolean pErrorState );
15 -
16 - public void componentChangedState( boolean pChangedState );
17 -
18 - // Bridge to FormServicePeer
19 - public void componentUpdatedValue( FormDataRowKey pFormDataRowKey, FormAttributeAdapter pAttributeAdapter,
20 - Serializable pCurrentValue );
21 -
22 - /**
23 - * Request the available ResourceKeyNameURLs by pFormDataRowKey & pAttributeAdapter.
24 - *
25 - * @param pCallback Not null!
26 - */
27 - public void requestResourceKeyNameURLs( FormDataRowKey pFormDataRowKey,
28 - FormAttributeAdapter pAttributeAdapter,
29 - ResourceKeyNameURLsAvailableCallback pCallback );
30 -
31 - public void actionRequested( FormDataRowKey pFormDataRowKey, FormActionAdapter pActionAdapter,
32 - boolean pInputAction, FormDataRowKey pParentFormDataRow );
33 - }
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.core.simpletypes.*;
5 + import org.litesoft.ui.def.nonpublic.support.*;
6 +
7 + import java.io.*;
8 +
9 + public interface UberFormInstanceComponentHandler {
10 + // Component Handler Management
11 + public void setBaseComponentHandler( BaseFormComponentHandlerImpl pComponentHandler );
12 +
13 + // Bridge to Rendered Form Button State Management
14 + public void componentErrorState( boolean pErrorState );
15 +
16 + public void componentChangedState( boolean pChangedState );
17 +
18 + // Bridge to FormServicePeer
19 + public void componentUpdatedValue( FormDataRowKey pFormDataRowKey, FormAttributeAdapter pAttributeAdapter,
20 + Serializable pCurrentValue );
21 +
22 + /**
23 + * Request the available ResourceKeyNameURLs by pFormDataRowKey & pAttributeAdapter.
24 + *
25 + * @param pCallback Not null!
26 + */
27 + public void requestResourceKeyNameURLs( FormDataRowKey pFormDataRowKey,
28 + FormAttributeAdapter pAttributeAdapter,
29 + ResourceKeyNameURLsAvailableCallback pCallback );
30 +
31 + public void actionRequested( FormDataRowKey pFormDataRowKey, FormActionAdapter pActionAdapter,
32 + boolean pInputAction, FormDataRowKey pParentFormDataRow );
33 + }