0
I Use This!
Inactive

Commits : Listings

Analyzed 31 minutes ago. based on code collected 36 minutes ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(getColumns): Use generics. More... over 19 years ago
(getMemberBaseColumns): Use generics. More... over 19 years ago
Type syntax checks added and form framework uses it. Swing form framework is also incomplete. More... over 19 years ago
(writeCreateFormElements): Process also nested entries for createFormElement. More... over 19 years ago
(createFormElement): Add RecordEntry support. More... over 19 years ago
(getFormTable): Use generics. Added support for LAYOUT_NO_HEADER_CELL. Fixed column count bug. Fixed NullPointerException for non-visible objects. More... over 19 years ago
Use generics. (getElements): Pushed up to AbstractPObjForm. (narrowFormElement,extractIndexes): Made public. More... over 19 years ago
(getElements): Pulled up from PObjHtmlForm. More... over 19 years ago
Use generics. (isVisible): Pushed up to AbstractArrayElement. More... over 19 years ago
(appendToList): Pushed up to AbstractFormElement. More... over 19 years ago
Use generics. More... over 19 years ago
(appendToList): Pushed up to FormElement. More... over 19 years ago
(isVisible): Pushed up to AbstractArrayElement. (appendToList): Pushed up to AbstractArrayElement. More... over 19 years ago
Use new for-loop where suitable. (isVisible): Pulled up from HtmlArrayElement and SwingArrayElement. (appendToList): Pulled up from HtmlArrayElement. More... over 19 years ago
(omitRowHeader): New test method. (appendToList): Pulled up from HtmlFormElement. More... over 19 years ago
(writeCreateFormElements): Don't write method that just calls super implementation, so that checkers have less to complain. Provide `createFormElement' method that creates instance of the nested class(es) if needed. (writeNestedFormElementClass): Add `implements' clause to class if needed. More... over 19 years ago
(pobjects-base-compile): Copy resources to build path. More... over 19 years ago
Adapted to Type.parse and Type.parseNative changes. More... over 19 years ago
Use SwingStringElement as super class then to implement everything anew. More... over 19 years ago
Replaced ParseException with PObjSytaxException. (validate): Removed as super implementation does it all already. More... over 19 years ago
(Type.parseNative): Replaced ParseException with PObjSytaxException. Don't do any constraints test. (Type.parse): Replaced ParseException with PObjSyntaxException. Use new method checkSyntax to also check tpye constraints. More... over 19 years ago
Initial revision - English message resources for pobjects library. More... over 19 years ago
Initial revision. More... over 19 years ago
(FormDecl): Added JavaDoc. More restrictiv test for valid formInterface in case of baseForm!=null. More... over 19 years ago
(getConnection): Changed visibility from protected to public to allow getting a new connection from the pool if a connection-timeout occured; ex. within a servlet. More... over 19 years ago
(module, form): Changed default for attribute `formInterface' from `all' to #IMPLIED, so that it inherits the dictionary setting if not overriden. More... over 19 years ago
(appendToList): Use generics. (getInitialSelected): Implemented new interface method. More... over 19 years ago
(appendToList): Use generics. More... over 19 years ago
(getInitialSelected): New method. More... over 19 years ago
(getTableExpr): New variant that searches by name. Added JavaDoc for both. More... over 19 years ago