|
|||||||||
| Home >> All >> com >> sample >> addressbook >> controller >> [ contact overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sample.addressbook.controller.contact
Class ContactModifyController

java.lang.Objectcom.sample.addressbook.controller.contact.ContactModifyController
- All Implemented Interfaces:
- com.aendvari.cerberus.component.assembly.AssembledComponent
- public class ContactModifyController
- extends java.lang.Object
- implements com.aendvari.cerberus.component.assembly.AssembledComponent
- extends java.lang.Object
Prepares for displaying/submitting a contact for editing.
| Nested Class Summary | |
(package private) class |
ContactModifyController.ContactCloseListener
|
(package private) class |
ContactModifyController.ContactCopyFormListener
|
(package private) class |
ContactModifyController.ContactPrepareListener
|
(package private) class |
ContactModifyController.ContactSubmitListener
|
| Field Summary | |
protected java.lang.String |
associatesFormModel
|
protected com.aendvari.cerberus.component.descriptor.ComponentDescriptor |
descriptor
|
protected java.lang.String |
emailAddressesFormModel
|
protected java.lang.String |
errorMessages
|
protected java.lang.String |
model
|
| Constructor Summary | |
ContactModifyController()
Constructs a ContactModifyController instance. |
|
| Method Summary | |
void |
createComponent(com.aendvari.cerberus.component.assembly.AssemblyContext context,
com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
Creates the component based on the provided descriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
descriptor
protected com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor
model
protected java.lang.String model
errorMessages
protected java.lang.String errorMessages
emailAddressesFormModel
protected java.lang.String emailAddressesFormModel
associatesFormModel
protected java.lang.String associatesFormModel
| Constructor Detail |
ContactModifyController
public ContactModifyController()
- Constructs a
ContactModifyControllerinstance.
| Method Detail |
createComponent
public void createComponent(com.aendvari.cerberus.component.assembly.AssemblyContext context, com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
- Creates the component based on the provided descriptor.
The com.aendvari.cerberus.component.assembly.AssemblyContext object is transient and should not be retained
by the component.
The com.aendvari.cerberus.component.descriptor.ComponentDescriptor may be retained by the component.
- Specified by:
createComponentin interfacecom.aendvari.cerberus.component.assembly.AssembledComponent
|
|||||||||
| Home >> All >> com >> sample >> addressbook >> controller >> [ contact overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sample.addressbook.controller.contact.ContactModifyController