|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.FormSection
com.arsdigita.cms.ui.authoring.BasicItemForm
com.arsdigita.cms.ui.authoring.BasicPageForm
A form for editing subclasses of ContentPage. This is just a convenience class.
Field Summary | |
static String |
LAUNCH_DATE
|
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, versionId |
Fields inherited from class com.arsdigita.bebop.SimpleComponent |
m_attr |
Fields inherited from interface com.arsdigita.bebop.event.FormInitListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.event.FormProcessListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.event.FormValidationListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Constructor Summary | |
BasicPageForm(String formName,
com.arsdigita.bebop.ColumnPanel columnPanel,
ItemSelectionModel itemModel)
Construct a new BasicPageForm with nothing on it |
|
BasicPageForm(String formName,
ItemSelectionModel itemModel)
Construct a new BasicPageForm |
Method Summary | |
protected void |
addWidgets()
Add various widgets to the form. |
ContentPage |
createContentPage(com.arsdigita.bebop.PageState state)
A utility method that will create a new item and tell the selection model to select the new item. |
ContentPage |
initBasicWidgets(com.arsdigita.bebop.event.FormSectionEvent e)
Utility method to initialize the name/title widgets. |
ContentPage |
processBasicWidgets(com.arsdigita.bebop.event.FormSectionEvent e)
Utility method to process the name/title widgets. |
Methods inherited from class com.arsdigita.cms.ui.authoring.BasicItemForm |
add, add, addSaveCancelSection, generateXML, getAllVersionIDs, getItemSelectionModel, getSaveCancelSection, init, process, validate, 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 |
public static final String LAUNCH_DATE
Constructor Detail |
public BasicPageForm(String formName, ItemSelectionModel itemModel)
formName
- the name of this formitemModel
- The ItemSelectionModel
which will
be responsible for loading the current itempublic BasicPageForm(String formName, com.arsdigita.bebop.ColumnPanel columnPanel, ItemSelectionModel itemModel)
formName
- the name of this formcolumnPanel
- the columnpanel of the formitemModel
- The ItemSelectionModel
which will
be responsible for loading the current itemMethod Detail |
protected void addWidgets()
addWidgets
in class BasicItemForm
public ContentPage initBasicWidgets(com.arsdigita.bebop.event.FormSectionEvent e)
e
- the FormSectionEvent
which was passed to the
init listener
public ContentPage processBasicWidgets(com.arsdigita.bebop.event.FormSectionEvent e)
e
- the FormSectionEvent
which was passed to the
process listenerpublic ContentPage createContentPage(com.arsdigita.bebop.PageState state) throws com.arsdigita.bebop.FormProcessException
PageCreate
for
an example.
state
- the current page state
com.arsdigita.bebop.FormProcessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |