| Class | Description |
|---|---|
| CharValidator |
An IValidator that validates text fields in two modes: normal and strict.
|
| CSSAttributeAppender |
Appends the given CSS classname onto any existing CSS class attribute information
|
| DefaultFocusBehavior |
Thes behavior adds an onLoad javascript that calls focus() on the attached element
|
| DevJavaScriptResourceReference |
Special version of javascript resource reference that understands how to look up javascript files
where they will be during development.
|
| EvenOddCssAttributeAppender |
A CSS Attribute Appender that adds "even",or "odd" css classes as appropriate
|
| FirstLastCssAttributeAppender |
A CSS Attribute Appender that should be added to a ListView's ListItems that adds "first","only","last", or "center"
css classes as appropriate
|
| JavascriptEventConfirmation |
Thanks to http://cwiki.apache.org/WICKET/getting-user-confirmation.html
|
| NumberFormatModel | |
| NumberFormatModel.FloatModel | |
| NumberFormatModel.IntegerModel | |
| UniqueStringValidator |
| Exception | Description |
|---|---|
| ErrorMessageException |
A a localized error message that gets rendered without its stack trace
|
| LocalizedMessageException |
An exception whose message is a bundle key that gets resolved on a call to getMessage(), using the current SRSession
or ClientReqSession's locale.
|