com.arsdigita.portalserver.ui.admin
Class ChildPortalCreateForm

java.lang.Object
  extended bycom.arsdigita.portalserver.ui.admin.ChildPortalCreateForm

public class ChildPortalCreateForm
extends Object

Form for initial Portal construction.


Field Summary
static String versionId
           
 
Constructor Summary
ChildPortalCreateForm()
           
 
Method Summary
static com.arsdigita.bebop.Component create(com.arsdigita.bebop.RequestLocal portalsiteRL, com.arsdigita.bebop.event.ActionListener onFinish)
           
static com.arsdigita.bebop.Component create(com.arsdigita.bebop.RequestLocal parentPortalSite, com.arsdigita.bebop.RequestLocal portalsiteRL, com.arsdigita.bebop.event.ActionListener onFinish)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static String versionId
Constructor Detail

ChildPortalCreateForm

public ChildPortalCreateForm()
Method Detail

create

public static com.arsdigita.bebop.Component create(com.arsdigita.bebop.RequestLocal parentPortalSite,
                                                   com.arsdigita.bebop.RequestLocal portalsiteRL,
                                                   com.arsdigita.bebop.event.ActionListener onFinish)
Parameters:
portalsiteRL - the newly created portal will be set in the portalsiteRL RequestLocal
onFinish - will be run when creation of the portal is complete; the source of the action event will be the returned Component
Returns:
a component for portalsite creation given a parent portal

create

public static com.arsdigita.bebop.Component create(com.arsdigita.bebop.RequestLocal portalsiteRL,
                                                   com.arsdigita.bebop.event.ActionListener onFinish)
Parameters:
portalsiteRL - the newly created portalsite will be set in the portalsiteRL RequestLocal
onFinish - will be run when creation of the portal is complete; the source of the action event will be the returned Component
Returns:
a component for portal creation


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2344 UTC