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.datt.client.boviews;

public class TaskView extends TaskViewGO
{
    @Deprecated
    protected TaskView() // For Serialization
    {
    }

    protected TaskView( boolean pNew, org.litesoft.bo.views.TransactionSet pTransactionSet )
    {
        super( pNew, pTransactionSet );
    }

    public static TaskView createNew()
    {
        TaskView zVO = new TaskView( true, TaskViewDataProvider.getInstance().createTransactionSet() );
        zVO.initialize();
        return zVO;
    }
}

Commits for litesoft/trunk/Java/DATT/GWT/App/src/org/litesoft/datt/client/boviews/TaskView.java

Diff revisions: vs.
Revision Author Commited Message
151 Diff Diff GeorgeS picture GeorgeS Thu 17 Mar, 2011 04:16:22 +0000
143 markcmarkc Mon 14 Mar, 2011 00:03:10 +0000