ResourceReferenceBindingSendEmailUI
Send Email UI
Send E-Mail Dialog
Basic Flow
- User executes "Send E-mail" action.
- User selects an e-email reference from the existing references.
- User hits 'OK' button. The reference name is used in the generated Java code.
+-----------------------------------------------------------+ | Send E-Mail | +-----------------------------------------------------------+ | | | Reference: |'''_''''''_''''''_''''''_''''''_'''___|_v_| |Add...| | <-- unfolded combobox | |_SampleReference'''_''''''_''''''_'''_| | | | | + Service Locator Strategy------------------------------+ | | | (o) Generate Inline Lookup Code | | | | ( ) Existing Class |'''_''''''_''''''_''''''_'''_| |Browse| | | | +-------------------------------------------------------+ | | | | | OK | | CANCEL | | HELP | | +-----------------------------------------------------------+
Alternative Flow A2
- A2. If there is no suitable e-mail reference, user may create a new one.
- A2.1. User hits 'Add...' button besides the 'Reference' combobox. The 'Add E-Mail Reference' dialog pops up.
- A2.2. User provides a new unique e-mail reference name.
- A2.3. User selects one from the existing e-mail resources or creates a new one (not described in this document)
- A2.4. User hits 'OK' button. The flow returns to the step 2, the created reference is selected.
+--------------------------------------------------------------------+ | Add E-Mail Reference | +--------------------------------------------------------------------+ | | | Reference Name: |'''_''''''_''''''_''''''_''''''_'''____| | | | | E-Mail Resources: |'''_''''''_''''''_''''''_''''''_'''|_v_| |Add...| | <-- unfolded combobox | |_mail/SampleEmailResource____| | | | | | OK | | CANCEL | | HELP | | +--------------------------------------------------------------------+

