|
|||||||||||
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
com.arsdigita.cms.contenttypes.ui.AddressPropertyForm
Form to edit the basic properties of an address. These are address body, country, postal code, phone, mobile phone, fax, email address, and notes. This form can be extended to create forms for Address subclasses.
Field Summary | |
static String |
ADDRESS
Address body parameter name |
static String |
EMAIL
Email address parameter name |
static String |
FAX
Fax number parameter name |
static String |
ID
Name of this form |
static String |
ISO_COUNTRY_CODE
Country iso code parameter name |
static String |
MOBILE
Mobile phone number parameter name |
static String |
NOTES
Address notes parameter name |
static String |
PHONE
Phone number parameter name |
static String |
POSTAL_CODE
Postal code parameter name |
static String |
URI
Address URI parameter name |
Fields inherited from class com.arsdigita.cms.ui.authoring.BasicPageForm |
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.FormProcessListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.event.FormInitListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.event.FormSubmissionListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.event.FormValidationListener |
versionId |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ON_CLICK, STYLE |
Constructor Summary | |
AddressPropertyForm(com.arsdigita.cms.ItemSelectionModel itemModel)
Creates a new form to edit the Address object specified by the item selection model passed in. |
|
AddressPropertyForm(com.arsdigita.cms.ItemSelectionModel itemModel,
AddressPropertiesStep step)
Creates a new form to edit the Address object specified by the item selection model passed in. |
Method Summary | |
protected void |
addWidgets()
Adds widgets to the form. |
void |
init(com.arsdigita.bebop.event.FormSectionEvent fse)
Form initialization hook. |
void |
process(com.arsdigita.bebop.event.FormSectionEvent fse)
Form processing hook. |
void |
submitted(com.arsdigita.bebop.event.FormSectionEvent fse)
Cancels streamlined editing. |
Methods inherited from class com.arsdigita.cms.ui.authoring.BasicPageForm |
createContentPage, initBasicWidgets, processBasicWidgets |
Methods inherited from class com.arsdigita.cms.ui.authoring.BasicItemForm |
add, add, addSaveCancelSection, generateXML, getAllVersionIDs, getItemSelectionModel, getSaveCancelSection, 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 ADDRESS
public static final String ISO_COUNTRY_CODE
public static final String POSTAL_CODE
public static final String PHONE
public static final String MOBILE
public static final String FAX
public static final String EMAIL
public static final String NOTES
public static final String URI
public static final String ID
Constructor Detail |
public AddressPropertyForm(com.arsdigita.cms.ItemSelectionModel itemModel)
itemModel
- The ItemSelectionModel to use to obtain the Address to
work onpublic AddressPropertyForm(com.arsdigita.cms.ItemSelectionModel itemModel, AddressPropertiesStep step)
itemModel
- The ItemSelectionModel to use to obtain the Address to
work onstep
- The AddressPropertiesStep which controls this form.Method Detail |
protected void addWidgets()
public void init(com.arsdigita.bebop.event.FormSectionEvent fse)
init
in interface com.arsdigita.bebop.event.FormInitListener
public void submitted(com.arsdigita.bebop.event.FormSectionEvent fse)
submitted
in interface com.arsdigita.bebop.event.FormSubmissionListener
public void process(com.arsdigita.bebop.event.FormSectionEvent fse)
process
in interface com.arsdigita.bebop.event.FormProcessListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |