CRUD Modal (UI pattern)
From UG
(Difference between revisions)
(Created page with 'Category:UI patterns == Intro == This is a one of the types of Business Object CRUD (UI pattern) == Notes from Systems Architect == == Detailed Design (Technical Spec…') |
(→Notes from Systems Architect) |
||
(One intermediate revision not shown) | |||
Line 3: | Line 3: | ||
== Intro == | == Intro == | ||
- | This is a | + | This is a major type of [[Business Object CRUD (UI pattern)]]. Example: Admin > Carriers > Airlines |
== 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