Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package org.litesoft.initfrom.client.ui.views;

import org.litesoft.uispecification.*;

public abstract class InitFromscreenView extends AbstractInitFromscreenView
{
    public InitFromscreenView()
    {
        super();
    }

    protected InitFromscreenView( String pSection, ViewDef pViewDef )
    {
        super( pSection, pViewDef );
    }

    protected InitFromscreenView( String pSection, String pViewSubTitle )
    {
        super( pSection, pViewSubTitle );
    }
}

Commits for litesoft/trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/client/ui/views/InitFromscreenView.java

Diff revisions: vs.
Revision Author Commited Message
459 GeorgeS picture GeorgeS Sun 21 Aug, 2011 00:42:41 +0000