com.arsdigita.cms.ui.templates
Class TemplateCreate

java.lang.Object
  extended bycom.arsdigita.bebop.Completable
      extended bycom.arsdigita.bebop.SimpleComponent
          extended bycom.arsdigita.bebop.FormSection
              extended bycom.arsdigita.cms.ui.authoring.BasicItemForm
                  extended bycom.arsdigita.cms.ui.templates.TemplateCreate
All Implemented Interfaces:
Cloneable, com.arsdigita.bebop.Component, com.arsdigita.bebop.Container, EventListener, com.arsdigita.bebop.event.FormInitListener, com.arsdigita.bebop.event.FormProcessListener, com.arsdigita.bebop.event.FormValidationListener, com.arsdigita.util.Lockable

public class TemplateCreate
extends BasicItemForm

Displays a form to create a new template, which will be assigned to a content type within a specific content section. This component displaces the creation step for the templates authoring kit, since it needs to know the content type to which the template would be assigned.

Version:
$Id: //cms/dev/src/com/arsdigita/cms/ui/templates/TemplateCreate.java#18 $
Author:
Stanislav Freidin (sfreidin@arsdigita.com)

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.cms.ui.authoring.BasicItemForm
LANGUAGE, NAME, TITLE
 
Fields inherited from class com.arsdigita.bebop.FormSection
m_formModel, m_panel
 
Fields inherited from class com.arsdigita.bebop.SimpleComponent
m_attr
 
Fields inherited from interface com.arsdigita.bebop.Component
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE
 
Constructor Summary
TemplateCreate(com.arsdigita.kernel.ui.ACSObjectSelectionModel typeModel)
          Construct a new TemplateCreate component
 
Method Summary
 void addWidgets()
          Add the "use context" widget
 void init(com.arsdigita.bebop.event.FormSectionEvent e)
          Initialize the form - populate the id widget for double-click protection
 void process(com.arsdigita.bebop.event.FormSectionEvent e)
          Process the form - create the new template, assign it to the section/type
 void validate(com.arsdigita.bebop.event.FormSectionEvent e)
          Validate the form - ensure name uniqueness
 
Methods inherited from class com.arsdigita.cms.ui.authoring.BasicItemForm
add, add, addSaveCancelSection, generateXML, getAllVersionIDs, getItemSelectionModel, getSaveCancelSection, validateNameUniqueness, validateNameUniquenessWithinCategory
 
Methods inherited from class com.arsdigita.bebop.FormSection
addCancelListener, addInitListener, addProcessListener, addSubmissionListener, addValidationListener, children, contains, createInitListener, createProcessListener, createSubmissionListener, createValidationListener, fireCancel, fireInit, fireProcess, fireSubmitted, fireValidate, forwardInit, forwardProcess, forwardSubmission, forwardValidation, get, getModel, getPanel, indexOf, isEmpty, lock, process, register, removeCancelListener, removeInitListener, removeProcessListener, removeSubmissionListener, removeValidationListener, respond, size
 
Methods inherited from class com.arsdigita.bebop.SimpleComponent
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, register, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible
 
Methods inherited from class com.arsdigita.bebop.Completable
addCompletionListener, fireCompletionEvent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.arsdigita.bebop.Component
getClassAttr, getIdAttr, getKey, getStyleAttr, isVisible, register, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible
 
Methods inherited from interface com.arsdigita.util.Lockable
isLocked
 

Field Detail

versionId

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

TemplateCreate

public TemplateCreate(com.arsdigita.kernel.ui.ACSObjectSelectionModel typeModel)
Construct a new TemplateCreate component

Parameters:
typeModel - supplies the content type within the section to which the new template will be assigned
Method Detail

addWidgets

public void addWidgets()
Add the "use context" widget

Overrides:
addWidgets in class BasicItemForm

init

public void init(com.arsdigita.bebop.event.FormSectionEvent e)
          throws com.arsdigita.bebop.FormProcessException
Initialize the form - populate the id widget for double-click protection

Specified by:
init in interface com.arsdigita.bebop.event.FormInitListener
Specified by:
init in class BasicItemForm
Throws:
com.arsdigita.bebop.FormProcessException

validate

public void validate(com.arsdigita.bebop.event.FormSectionEvent e)
              throws com.arsdigita.bebop.FormProcessException
Validate the form - ensure name uniqueness

Specified by:
validate in interface com.arsdigita.bebop.event.FormValidationListener
Overrides:
validate in class BasicItemForm
Throws:
com.arsdigita.bebop.FormProcessException

process

public void process(com.arsdigita.bebop.event.FormSectionEvent e)
             throws com.arsdigita.bebop.FormProcessException
Process the form - create the new template, assign it to the section/type

Specified by:
process in interface com.arsdigita.bebop.event.FormProcessListener
Specified by:
process in class BasicItemForm
Throws:
com.arsdigita.bebop.FormProcessException


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