|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which item creation components should implement. It's currently an optional interface, but user defined content types will not work unless they inherit from a type whose creation component implements this. This interface currently only defines methods which are essential to the operation of UDCT creation components.
Field Summary |
Fields inherited from interface com.arsdigita.bebop.Container |
versionId |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Fields inherited from interface com.arsdigita.bebop.event.FormProcessListener |
versionId |
Method Summary | |
void |
addSaveCancelSection()
Instantiate and add the save/cancel section for this CreationComponent. |
com.arsdigita.bebop.SaveCancelSection |
getSaveCancelSection()
Return the save/cancel section for this CreationComponent. |
ApplyWorkflowFormSection |
getWorkflowSection()
Return the ApplyWorkflowFormSection associated with this CreationComponent. |
void |
removeProcessListener(com.arsdigita.bebop.event.FormProcessListener listener)
Removes the specified process listener from the list of process listeners (if it had previously been added). |
Methods inherited from interface com.arsdigita.bebop.Container |
add, add, contains, get, indexOf, isEmpty, size |
Methods inherited from interface com.arsdigita.bebop.Component |
children, generateXML, getClassAttr, getIdAttr, getKey, getStyleAttr, isVisible, register, register, respond, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible |
Methods inherited from interface com.arsdigita.util.Lockable |
isLocked, lock |
Methods inherited from interface com.arsdigita.bebop.event.FormProcessListener |
process |
Method Detail |
public void addSaveCancelSection()
public com.arsdigita.bebop.SaveCancelSection getSaveCancelSection()
public void removeProcessListener(com.arsdigita.bebop.event.FormProcessListener listener)
listener
- the process listener to removepublic ApplyWorkflowFormSection getWorkflowSection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |