0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 24, 2025 — Feb 24, 2026
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. 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. 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. More... over 19 years ago
Removed solved TODO items. More... over 19 years ago
Updated to reflect recent search framework changes. Added further items, so that they won't get forgotten. More... over 19 years ago
Fixed JavaDoc reference. 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. More... over 19 years ago
Initial revision - HTML search panel, which handles the search form, paging and queries. More... over 19 years ago
Adapted to the new framework. Moved duplicate code into SearchUtils class. More... over 19 years ago
Initial revision - New common classes/interfaces for the search framework. More... over 19 years ago
(SearchForm): Support paging. Use arrayEntry instead of a string to store sort informations for easier usage and exensibility. More... over 19 years ago
Removed as changed from query centered model towards a data centered model. More... over 19 years ago
(hasChanged): New variant that tests whether any form element has changed. More... over 19 years ago
(WrapperQuery.evaluate): Forgotten to populate the order by informations. More... over 19 years ago
(writeGlobalsForm): Use enclosure of entries when writing the type maps. 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. More... over 19 years ago
Added support to show/hide a text element. (setVisible): New method. More... over 19 years ago
Simplified some loop using the new for-loop. (setVisible): New method. (createFormElements): Update property for all children. More... over 19 years ago
(setVisible): New method. More... over 19 years ago
(appendToList): Overridden default to add also sub-elements. 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. More... over 19 years ago
(clear): New method. More... over 19 years ago
(write): New variant to allow specifying a subset of FormEntry's to draw. More... over 19 years ago
(Layout): Changed to be per default non-international. (mapCssClass, getImageURL): New methods. (getResourceBundle): Handle null value of getBundleName() gracefully. More... over 19 years ago
JavaDoc fixes. 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. 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. More... over 19 years ago
Initial revision - Action to toggle visibility of a table column. More... over 19 years ago
Fixed JavaDoc references. More... over 19 years ago
Removed superfluous code in here as well as in the generated code. More... over 19 years ago