Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.litesoft.GWT.client.view;

import org.litesoft.GWT.forms.client.*;
import org.litesoft.bo.views.*;
import org.litesoft.commonfoundation.typeutils.*;

public abstract class ViewObjectQBEscreenView<T extends IViewObject> extends QBEScreenView {
    protected QBE_FormEngine mFE;

    protected VoDataProvider<T> mDataProvider;
    protected FormBinder<T> mFormBinder;

    protected ViewObjectQBEscreenView( CO pCO, VoDataProvider<T> pDataProvider ) {
        super( pCO );
        Objects.assertNotNull( "DataProvider", mDataProvider = pDataProvider );
    }
}

Commits for litesoft/trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/ViewObjectQBEscreenView.java

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

939 Diff Diff GeorgeS picture GeorgeS Mon 02 Jun, 2014 21:30:31 +0000

Extracting commonfoundation

804 Diff Diff GeorgeS picture GeorgeS Wed 15 Aug, 2012 12:48:51 +0000
488 Diff Diff GeorgeS picture GeorgeS Thu 08 Sep, 2011 12:34:55 +0000
487 Diff Diff GeorgeS picture GeorgeS Thu 08 Sep, 2011 12:06:30 +0000

More elimination of uniqueness

398 GeorgeS picture GeorgeS Mon 15 Aug, 2011 19:57:47 +0000