Spring Richclient Reference Guide

Authors

Geoffrey De Smet (Schaubroeck) , Peter De Bruycker ()

1.0.0

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.


1. Introduction
1.1. Overview
1.2. Usage scenarios
I. Application Infrastructure
2. ApplicationWindow
3. ApplicationPage
4. View
5. StatusBar
5.1. DefaultStatusBar
5.2. (Error)Messages
5.3. Monitoring Progress
5.4. Other StatusBar Implementations
II. Form Framework
6. Binding
7. From Creation
8. Validation
9. Form Component Interceptors
9.1. Introduction
9.2. FormComponentInterceptor interface
9.3. Configuration
9.4. Built-in FormComponentInterceptors
9.4.1. OverlayValidationInterceptor
9.4.2. ColorValidationInterceptor
9.4.3. TextComponentPopupInterceptor
9.4.4. ComboboxAutocompletionInterceptor
9.4.5. DirtyIndicatorInterceptor
9.4.6. SelectAllFormComponentInterceptor
9.4.7. TextCaretComponentInterceptor
9.4.8. ToolTipInterceptor
9.4.9. CheckBoxFormComponentInterceptor
9.4.10. ShowCaptionInStatusBarInterceptor
9.4.11. ShowDescriptionInStatusBarInterceptor
III. Command Framework
IV. Dialogs
10. Wizards
V. Misc
11. Exception handling
11.1. Why not just use try and catch?
11.2. Registering an exception handler
11.3. Build-in exception handlers
11.3.1. SilentExceptionHandler
11.3.2. MessagesDialogExceptionHandler
11.3.3. HibernateValidatorDialogExceptionHandler
11.3.4. Custom exception handler
11.4. Picking the right exception handler for the right exception
11.4.1. SimpleExceptionHandlerDelegate
11.4.2. ChainInspectingExceptionHandlerDelegate
11.4.3. ExceptionPurger
VI. Integration