java.lang.Object
com.sample.addressbook.view.components.EmailAddressesView
- All Implemented Interfaces:
- com.aendvari.cerberus.component.assembly.AssembledComponent
- public class EmailAddressesView
- extends java.lang.Object
- implements com.aendvari.cerberus.component.assembly.AssembledComponent
Displays a modify/create emails form for editing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptor
protected com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor
model
protected java.lang.String model
EmailAddressesView
public EmailAddressesView()
- Constructs a
EmailAddressesView instance.
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