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
package org.litesoft.prioritizer.client.ui.views.admin;

import org.litesoft.GWT.client.view.*;
import org.litesoft.core.*;
import org.litesoft.prioritizer.client.*;
import org.litesoft.uispecification.*;

public class RestrictedResourceManagementFactory extends AbstractObjectUrlScreenViewFactory {
    private static final String SECTION = ViewDefs.HOME_SECTION_ADMIN;
    private static final ViewDef VIEW_DEF = ViewDefs.ADMIN_RESTRICTED_RESOURCE_MANAGEMENT;

    public RestrictedResourceManagementFactory() {
        super( VIEW_DEF );
    }

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

Commits for litesoft/trunk/GWT_Sandbox/Prioritizer/src/org/litesoft/prioritizer/client/ui/views/admin/RestrictedResourceManagementFactory.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

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