Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sample.addressbook.controller.contact
Class ContactCreateController  view ContactCreateController download ContactCreateController.java

java.lang.Object
  extended bycom.sample.addressbook.controller.contact.ContactCreateController
All Implemented Interfaces:
com.aendvari.cerberus.component.assembly.AssembledComponent

public class ContactCreateController
extends java.lang.Object
implements com.aendvari.cerberus.component.assembly.AssembledComponent

Prepares for displaying/submitting the form for creating a contact.


Nested Class Summary
(package private)  class ContactCreateController.ContactCloseListener
           
(package private)  class ContactCreateController.ContactCopyFormListener
           
(package private)  class ContactCreateController.ContactPrepareListener
           
(package private)  class ContactCreateController.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
ContactCreateController()
          Constructs a ContactCreateController 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

ContactCreateController

public ContactCreateController()
Constructs a ContactCreateController instance.

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:
createComponent in interface com.aendvari.cerberus.component.assembly.AssembledComponent