com.arsdigita.portalserver.ui.admin
Class ChildPortalCreateForm
java.lang.Object
com.arsdigita.portalserver.ui.admin.ChildPortalCreateForm
- public class ChildPortalCreateForm
- extends Object
Form for initial Portal construction.
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 |
versionId
public static String versionId
ChildPortalCreateForm
public ChildPortalCreateForm()
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 RequestLocalonFinish
- 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 RequestLocalonFinish
- 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