Object Oriented Software Engineering View all facts Glossary Help |
subject > component > user interface component > window > dialog > modal dialog |
modal dialog | ||||
subject | fact |
modal dialog | has definition A dialog that the user must dismiss before interacting with any other window | |
is a subtopic of 7.4 - The Basics of User Interface Design | ||
is a kind of dialog | ||
limits the user's options | ||
prevents the user from interacting with any other window until he or she has dismissed the modal dialog | ||
should be avoided because it forces the user to constantly press 'OK' or 'Cancel' to move on to the next step | ||
component | is reusable if it can be used in several different systems with little or no modification | |
may perform a special-purpose function such as the user interface for a particular system |