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.prioritizer.client.ui.views;

import org.litesoft.uispecification.*;

public abstract class PrioritizerscreenView extends AbstractPrioritizerscreenView
{
    public PrioritizerscreenView()
    {
        super();
    }

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

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

Commits for litesoft/trunk/GWT_Sandbox/Prioritizer/GWT/App/src/org/litesoft/prioritizer/client/ui/views/PrioritizerscreenView.java

Diff revisions: vs.
Revision Author Commited Message
193 GeorgeS picture GeorgeS Wed 04 May, 2011 00:59:58 +0000