CRUD Modal (UI pattern)
From UG
(Difference between revisions)
(→Intro) |
(→Notes from Systems Architect) |
||
Line 6: | Line 6: | ||
== Notes from Systems Architect == | == Notes from Systems Architect == | ||
+ | |||
+ | CRUD operations: | ||
+ | |||
+ | * ''Create'' - in [[Window#Edit]] | ||
+ | * ''read / list'' - normally [[listbox]] | ||
+ | * ''update'' - in [[Window#Edit]] | ||
+ | * ''delete'' | ||
== Detailed Design (Technical Specification) == | == Detailed Design (Technical Specification) == |
Current revision as of 23:31, 29 January 2010
Contents |
[edit] Intro
This is a major type of Business Object CRUD (UI pattern). Example: Admin > Carriers > Airlines
[edit] Notes from Systems Architect
CRUD operations:
- Create - in Window#Edit
- read / list - normally listbox
- update - in Window#Edit
- delete