openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Persistent Objects in Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Feb 24, 2025 — Feb 24, 2026
Showing page 17 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
(toSql): Added DISTINCT support. Use StringBuilder instead of StringBuffer to save the synchronization time.
guenne
More...
over 19 years ago
(testQueryPullInResult, testQueryPullInRefExtensible): Renamed into testQueryPullInRef and testQueryPullInRefExtensible as they test pullInReference. (testQueryPullInRefInvalid): New test case to check whether we deny pulling in references of not pulled in fields.
guenne
More...
over 19 years ago
(pullInReference): Fixed pre-condition documentation in JavaDoc. Check whether the refering field is pulled in, as otherwise we lack the id of the refered object and can't store its data.
guenne
More...
over 19 years ago
Removed solved TODO items.
guenne
More...
over 19 years ago
Updated to reflect recent search framework changes. Added further items, so that they won't get forgotten.
guenne
More...
over 19 years ago
Fixed JavaDoc reference.
guenne
More...
over 19 years ago
Initial revision - Swing search panel, which handles the search form, paging, queries and allows to toggle visibility of result columns.
guenne
More...
over 19 years ago
Initial revision - HTML search panel, which handles the search form, paging and queries.
guenne
More...
over 19 years ago
Adapted to the new framework. Moved duplicate code into SearchUtils class.
guenne
More...
over 19 years ago
Initial revision - New common classes/interfaces for the search framework.
guenne
More...
over 19 years ago
(SearchForm): Support paging. Use arrayEntry instead of a string to store sort informations for easier usage and exensibility.
guenne
More...
over 19 years ago
Removed as changed from query centered model towards a data centered model.
guenne
More...
over 19 years ago
(hasChanged): New variant that tests whether any form element has changed.
guenne
More...
over 19 years ago
(WrapperQuery.evaluate): Forgotten to populate the order by informations.
guenne
More...
over 19 years ago
(writeGlobalsForm): Use enclosure of entries when writing the type maps.
guenne
More...
over 19 years ago
(write): Hide label of invisible elements. (writeElement): New methods to write a single form element with temporary overriden visibility state.
guenne
More...
over 19 years ago
Added support to show/hide a text element. (setVisible): New method.
guenne
More...
over 19 years ago
Simplified some loop using the new for-loop. (setVisible): New method. (createFormElements): Update property for all children.
guenne
More...
over 19 years ago
(setVisible): New method.
guenne
More...
over 19 years ago
(appendToList): Overridden default to add also sub-elements.
guenne
More...
over 19 years ago
(appendToList): Fixed to call appendToList for every element instead of just adding them. (setProperty): Added missing `.' after closing bracket for child element property.
guenne
More...
over 19 years ago
(clear): New method.
guenne
More...
over 19 years ago
(write): New variant to allow specifying a subset of FormEntry's to draw.
guenne
More...
over 19 years ago
(Layout): Changed to be per default non-international. (mapCssClass, getImageURL): New methods. (getResourceBundle): Handle null value of getBundleName() gracefully.
guenne
More...
over 19 years ago
JavaDoc fixes.
guenne
More...
over 19 years ago
(performSearch): Propagate search info to table model even without database connection. (mouseClicked): Check that the event comes from the table header. Only let the left mouse button change the sort direction. Use the right button for a popup menu, where the user can show/hide the table columns.
guenne
More...
over 19 years ago
(getSearchInfo): New method to query the current state. (setSearchInfo): Only fire a structure change event if the structure has changed to prevent loss of the current table state. Assume data changed if no structural change has accured.
guenne
More...
over 19 years ago
Initial revision - Action to toggle visibility of a table column.
guenne
More...
over 19 years ago
Fixed JavaDoc references.
guenne
More...
over 19 years ago
Removed superfluous code in here as well as in the generated code.
guenne
More...
over 19 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree