com.arsdigita.portalserver.ui.admin
Class ApplicationCreateComponent

java.lang.Object
  extended bycom.arsdigita.bebop.Completable
      extended bycom.arsdigita.bebop.CompoundComponent
          extended bycom.arsdigita.portalserver.ui.admin.ApplicationCreateComponent
All Implemented Interfaces:
com.arsdigita.bebop.Component, com.arsdigita.util.Lockable

public class ApplicationCreateComponent
extends com.arsdigita.bebop.CompoundComponent

Version:
$Id: //portalserver/dev/src/com/arsdigita/portalserver/ui/admin/ApplicationCreateComponent.java#4 $

Nested Class Summary
static interface ApplicationCreateComponent.Builder
           
static class ApplicationCreateComponent.DefaultBuilder
           
 
Field Summary
static String versionId
           
 
Fields inherited from interface com.arsdigita.bebop.Component
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE
 
Constructor Summary
ApplicationCreateComponent(com.arsdigita.bebop.RequestLocal appTypeRL, com.arsdigita.bebop.RequestLocal parentApplicationRL, boolean forPortlets, com.arsdigita.bebop.event.ActionListener onSuccess, com.arsdigita.bebop.event.ActionListener onCancel)
           
ApplicationCreateComponent(com.arsdigita.bebop.RequestLocal appTypeRL, com.arsdigita.bebop.RequestLocal parentApplicationRL, boolean forPortlets, ApplicationCreateComponent.Builder builder)
           
 
Method Summary
 boolean canCreate(BigDecimal appTypeID)
           
 boolean canCreate(com.arsdigita.kernel.ResourceType rt)
           
 void generateXML(com.arsdigita.bebop.PageState ps, com.arsdigita.xml.Element parentElt)
           
 com.arsdigita.bebop.Component get(com.arsdigita.bebop.PageState ps)
           
 
Methods inherited from class com.arsdigita.bebop.CompoundComponent
add, add, children, contains, get, getClassAttr, getContainer, getIdAttr, getKey, getStyleAttr, indexOf, isEmpty, isLocked, isVisible, lock, register, register, respond, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible, size
 
Methods inherited from class com.arsdigita.bebop.Completable
addCompletionListener, fireCompletionEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ApplicationCreateComponent

public ApplicationCreateComponent(com.arsdigita.bebop.RequestLocal appTypeRL,
                                  com.arsdigita.bebop.RequestLocal parentApplicationRL,
                                  boolean forPortlets,
                                  com.arsdigita.bebop.event.ActionListener onSuccess,
                                  com.arsdigita.bebop.event.ActionListener onCancel)

ApplicationCreateComponent

public ApplicationCreateComponent(com.arsdigita.bebop.RequestLocal appTypeRL,
                                  com.arsdigita.bebop.RequestLocal parentApplicationRL,
                                  boolean forPortlets,
                                  ApplicationCreateComponent.Builder builder)
Method Detail

get

public com.arsdigita.bebop.Component get(com.arsdigita.bebop.PageState ps)

generateXML

public void generateXML(com.arsdigita.bebop.PageState ps,
                        com.arsdigita.xml.Element parentElt)

canCreate

public boolean canCreate(BigDecimal appTypeID)

canCreate

public boolean canCreate(com.arsdigita.kernel.ResourceType rt)


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