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

import org.litesoft.GWT.client.view.*;
import org.litesoft.core.*;
import org.litesoft.datt.client.*;
import org.litesoft.datt.client.support.*;
import org.litesoft.uispecification.*;

public class MergeStoriesStepThreeFactory extends AbstractTwoStoriesScreenViewFactory {
    private static final String SECTION = ViewDefs.HOME_SECTION_ADMIN;
    private static final ViewDef VIEW_DEF = ViewDefs.STORY_MERGE_STORIES_STEP_THREE;

    public MergeStoriesStepThreeFactory() {
        super( VIEW_DEF );
    }

    @Override
    public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams ) {
        return new MergeStoriesStepThree( SECTION, VIEW_DEF, decodeParams( pParams ) );
    }
}

Commits for litesoft/trunk/Java/DATT/src/org/litesoft/datt/client/ui/views/stories/MergeStoriesStepThreeFactory.java

Diff revisions: vs.
Revision Author Commited Message
950 Diff Diff GeorgeS picture GeorgeS Thu 19 Jun, 2014 17:57:04 +0000

New Lines

948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

501 Diff Diff markcmarkc Sun 11 Sep, 2011 22:50:22 +0000

Added a customer

496 Diff Diff GeorgeS picture GeorgeS Sun 11 Sep, 2011 16:58:00 +0000
430 GeorgeS picture GeorgeS Sat 20 Aug, 2011 19:46:21 +0000