0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle id prefixing with an AttributeFilter. This keeps knowledge of the prefix limited to ClaraBuilder and Binder More... over 9 years ago
Add documentation for ClaraBuilder and InflaterListener More... over 9 years ago
Provide a way to have component trees created with an id prefix. More... over 9 years ago
Add builder for more control over instantiation of Clara. Add option to add extra AttributeParsers. More... over 9 years ago
Add clara-1.3.0.zip package More... over 9 years ago
Bump version to 1.3.0 More... over 9 years ago
Minor refactoring More... over 9 years ago
Organize imports, no functional changes More... over 9 years ago
Apply formatting, no functional changes More... over 9 years ago
Merge pull request #34 from bolcom/fixexceptionhandling More... over 9 years ago
Merge pull request #33 from bolcom/add-component-providers More... over 9 years ago
Merge pull request #32 from bolcom/improved-exception-handling-on-filters More... over 9 years ago
Remove InvocationTargetException from stacktrace. More... almost 10 years ago
Have proxy invoke unwrap InvocationTargetException to prevent UndeclaredThrowableException and InvocationTargetException in event handling; this will make a Clara event handler have the same behavior as a 'normal' Vaadin click event handler More... almost 10 years ago
Add IntelliJ project definition to gitignore More... almost 10 years ago
Add clara-1.2.0.zip package More... almost 10 years ago
Bump version to 1.2.0 More... almost 10 years ago
Fix Javadoc errors and warnings More... almost 10 years ago
Fix Javadoc error "self-closing element not allowed" More... almost 10 years ago
Move build status to top More... almost 10 years ago
Clean up BinderTest code More... almost 10 years ago
Test attribute handling through tabIndex instead of readOnly More... almost 10 years ago
Apply formatting rules More... almost 10 years ago
Merge pull request #29 from wbstr/serializable More... almost 10 years ago
Introduce abstraction of ComponentProvider and its implementations ReflectionComponentProvider and OverrideMapComponentProvider to add an extension point to Clara that will allow me in a next step to add a Spring aware ComponentProvider that allows me to instantiate autowired component beans from a Spring container. More... almost 10 years ago
Introduce AttributeFilterException to make the throw clause of methods AttributerFilter.filter() and AttributeContext.proceed() consistent, allowing an exception originating from proceed() to bubble up without handling halfway. More... almost 10 years ago
Fix field value type handling. Fixes #31 More... almost 10 years ago
make listener binding serializable More... over 10 years ago
Added clara-1.1.0.zip package. More... over 10 years ago
Bumped version to 1.1.0 More... over 10 years ago