0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(registerClass): Changed visibility from public to protected to prevent that any user tries to call it. More... over 19 years ago
(registerClass): Don't overwrite to pass the call to the wrapped container, as that should have already done it as we get the dictionary from it. More... over 19 years ago
(createFormElement): Added HtmlLinkElement support. More... over 19 years ago
Initial revision - HTML implementation of a link element. More... over 19 years ago
Initial revision - abstract base implementation of a link element. More... over 19 years ago
(getRemoveLink,setRemoveLink): New methods to toggle visibility. More... over 19 years ago
(writeInputEntryMethods,writeValueEntryMethods): Generate changedXXX methods. (writeCreateFormElements): Always generate the methods. More... over 19 years ago
Implement Iterable interface for new for-loop usage. More... over 19 years ago
Use generics. (populateForm, populateObject): New methods for quick data movement. More... over 19 years ago
Use generics. More... over 19 years ago
(populateForm, populateObject): New methods for quick data movement. (hasChanged): Added JavaDoc. More... over 19 years ago
(setValues): New method to allow changing the values. More... over 19 years ago
(addInvalidValidMessage, addMandatoryMessage): New methods to reduce code duplication. More... over 19 years ago
Implement Iterable interface so that we can use the new for-loop. More... over 19 years ago
(writeGlueFileForm): Make sure we import everything we might need also with a base form given. More... over 19 years ago
- Also write getter and setter methods for LinkEntry and TextEntry. - Write nested class as extension to the FormElement for ArrayEntry and RecordEntry to include getter and setter methods for the child entries. - Fixed some typos in the generated code. More... over 19 years ago
Initial revision - stub implementation. More... over 19 years ago
(name): Fixed package name for TYPE_NAME. More... over 19 years ago
(isMandatory): Pushed implementation up to AbstractRecordElement. More... over 19 years ago
Removed final from class to allow sub-classing with nice getter and setter methods for the sub-element. More... over 19 years ago
Use generics. (getKey): New variant that takes a `PObject'. More... over 19 years ago
Use some more generics. More... over 19 years ago
(CLASS_NAME,ADD_METHOD,CHANGED_METHOD): New name variant constants. (name): Added support for the new constants. More... over 19 years ago
Removed some whitespaces. (getLocalFields, getLocalJoins): Made final as override makes no sense. (getJoinByName): New method. More... over 19 years ago
(setRestriction): New methods to allow restricting the domain set. More... over 19 years ago
Initial revision. More... over 19 years ago
(layoutString): Added `FormEntry.LAYOUT_NO_HEADER_CELL'. (renderAsString): Renamed into `inputRenderAsString' to differentiate between the different value spaces of `renderAs' of `InputEntry' and `SpacerEntry'. (spacerRenderAsString): New method to handle the `SpacerEntry' `renderAs' values. More... over 19 years ago
(parseEntryLayout): Added `noHeaderCell'. (parseEntryRenderAs): Added parameter `defaultValue' as InputEntry's and SpacerEntry's have a different defaults. Added SpacerEntry constants. More... over 19 years ago
(*-dist): Add index to JAR to help VM finding the classes. (javadoc): No need to generate the test classes. More... over 19 years ago
(getClassDecl): @see can not be used inline. More... over 19 years ago