Building Dynamic User Interfaces Flashcards
1
Q
What are the advantages of a dynamic User Interfaces?
A
- More functionality without overwhelming the end user
- Respond in Real-time to end user behavior
- Eliminate full-page refreshes
- Increase application performance
- More compelling, modern user experience
2
Q
What drives a dynamic User Interface?
A
Events and actions
3
Q
What is a property based event?
A
An event that triggers an action when a data value changes or when a value meets
a specific criteria
4
Q
What is a user action event?
A
An event that triggers when an end-user takes some action on the page like selecting an option
or clicking on a link
5
Q
If controls are set to be hidden or disabled based on a server side rule (e.g., when rule), what action does the system need to perform?
A
Refresh the section