componentName: "AjaxAccordion" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxAccordion.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxAccordion.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxAccordionTab" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxAccordionTab.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxAccordionTab.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxAutoComplete" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxAutoComplete.java" comments: "{indicator={name=indicator, comment=Look at the scriptaculous documentation., order=011}, select={name=select, comment=Look at the scriptaculous documentation., order=014}, onfocus={name=onfocus, comment=onfocus attribute of the text field, order=028}, onmouseup={name=onmouseup, comment=onmouseup attribute of the text field, order=030}, partialChars={name=partialChars, comment=Look at the scriptaculous documentation (Local only), order=019}, updateElement={name=updateElement, comment=Look at the scriptaculous documentation., order=012}, afterUpdateElement={name=afterUpdateElement, comment=Look at the scriptaculous documentation. Also, a value of "observe" will generate javascript to submit change to server when item selected from list. Provided because {@link AjaxObserveField} doesn't work on {@link AjaxAutoComplete} fields., order=013}, activateOnFocus={name=activateOnFocus, comment=activate when text field gets focus, order=033}, isLocalSharedList={name=isLocalSharedList, comment=boolean indicating if the list needs to be shared., order=006}, frequency={name=frequency, comment=Look at the scriptaculous documentation., order=009}, minChars={name=minChars, comment=Look at the scriptaculous documentation., order=010}, localSharedVarName={name=localSharedVarName, comment=the name of the javascript variable to use to store the list in. The list is stored in the userInfo dictionary on the server side to allow for shared use by multiple auto complete components., order=007}, default={name=default, comment=hint for the text field, when used together with {@link AjaxTextHinter}., order=023}, accesskey={name=accesskey, comment=hot key that should activate the text field (optional), order=021}, displayString={name=displayString, comment=optional custom string representation of the current element., order=003}, ignoreCase={name=ignoreCase, comment=Look at the scriptaculous documentation (Local only), order=020}, containerId={name=containerId, comment=tag id for the container of the popup div (default is body), order=034}, value={name=value, comment=string that will hold the text entered in the field. It is continuously updated., order=001}, class={name=class, comment=class attribute of the text field, order=025}, fullSearch={name=fullSearch, comment=Look at the scriptaculous documentation., order=016}, onblur={name=onblur, comment=onblur attribute of the text field, order=027}, item={name=item, comment=pushed and pulled the current element of the list. This can be used to customized the string representation (in conjunction with the displayString binding) of the object., order=002}, onShow={name=onShow, comment=Look at the scriptaculous documentation., order=015}, tabindex={name=tabindex, comment=tab index of the text field (optional), order=022}, onclick={name=onclick, comment=onclick attribute of the text field, order=032}, onchange={name=onchange, comment=onchange attribute of the text field, order=029}, list={name=list, comment=bound to a method that should return the whole list of object to be displayed. When used in an Ajax context, the component will push first to the value binding, giving you the chance to narrow the list of elements displayed. When used in a local context, the list should contain all possible objects. The list will be filtered by the scriptaculous engine., order=000}, partialSearch={name=partialSearch, comment=Look at the scriptaculous documentation., order=017}, isLocal={name=isLocal, comment=boolean indicating if you want the list to be completely client-side. Binding a true value, would mean that the list will be filtered on the client., order=005}, token={name=token, comment=, order=008}, escapeHTML={name=escapeHTML, comment=pass false to prevent escaping of HTML in the displayString value, defaults to true. This is applied only when isLocal is false., order=004}, selection={name=selection, comment=if set, if the text field's string matches the displayString of one of the objects in the provided list, that object will be bound back as the selection. currently this only supports displayString renderers and not child templates, order=024}, style={name=style, comment=class attribute of the text field, order=026}, onmousedown={name=onmousedown, comment=onmousedown attribute of the text field, order=031}, choices={name=choices, comment=Look at the scriptaculous documentation (Local only), order=018}}" apiBindings: "null" classComment: "Autocompleting combo-box similar to Google suggest." classDocURL: "er/ajax/AjaxAutoComplete.html" condition: "null" warning: No package defined for class Binding: "token": binding tag in javadoc but no/empty comment componentName: "AjaxBehaviour" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxBehaviour.java" comments: "{includeScriptTag={name=includeScriptTag, comment=boolean also write out script tag, order=000}}" apiBindings: "null" classComment: "Adds a script tag with a Behaviour.register() with the content as the method argument." classDocURL: "er/ajax/AjaxBehaviour.html" condition: "null" warning: No package defined for class componentName: "AjaxBusyIndicator" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxBusyIndicator.java" comments: "{busyImageFramework={name=busyImageFramework, comment=(optional) the framework that contains the busy image, order=005}, onCreate={name=onCreate, comment=(optional) the function to execute when the request starts, order=002}, onComplete={name=onComplete, comment=(optional) the function to execute when the request ends, order=003}, busyImage={name=busyImage, comment=(optional) if set, a busy div will be automatically created with this image in it, order=004}, busyClass={name=busyClass, comment=(optional) the CSS class to apply to the updating element during the request, order=000}, style={name=style, comment=(optional) if bound, you can provide a custom style for the generated busy image div, order=009}, id={name=id, comment=(optional) if bound, you can provide a custom style for the generated busy image div, order=007}, watchContainerID={name=watchContainerID, comment=(optional) if set, the other bindings will only apply when this container ID is being updated, which provides for per-element busy controls, order=006}, class={name=class, comment=(optional) if bound, you can provide a custom style for the generated busy image div, order=008}, divID={name=divID, comment=(optional) the id of the div to show and hide during the request, order=001}}" apiBindings: "null" classComment: "AjaxBusyIndicator provides various ways of performing operations when an Ajax requst is in process." classDocURL: "er/ajax/AjaxBusyIndicator.html" condition: "null" warning: No package defined for class componentName: "AjaxBusySpinner" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxBusySpinner.java" comments: "{onCreate={name=onCreate, comment=(optional) the function to execute when the request starts, order=002}, spinOpts={name=spinOpts, comment=(optional) json style list of spinner options (explicit binding values take precedence), order=016}, color={name=color, comment=(optional) #rgb or #rrggbb, order=012}, shadow={name=shadow, comment=(optional) whether to render a shadow, order=015}, onComplete={name=onComplete, comment=(optional) the function to execute when the request ends, order=003}, length={name=length, comment=(optional) length of each line, order=009}, speed={name=speed, comment=(optional) rounds per second, order=013}, trail={name=trail, comment=(optional) afterglow percentage, order=014}, width={name=width, comment=(optional) line thickness, order=010}, busyClass={name=busyClass, comment=(optional) the CSS class to apply to the updating element during the request, order=000}, style={name=style, comment=(optional) if bound, you can provide a custom style for the generated busy image div, order=007}, id={name=id, comment=(optional) if bound, you can provide a custom style for the generated busy image div, order=005}, watchContainerID={name=watchContainerID, comment=(optional) if set, the other bindings will only apply when this container ID is being updated, which provides for per-element busy controls, order=004}, lines={name=lines, comment=(optional) number of lines to draw, order=008}, radius={name=radius, comment=(optional) radius of the inner circle, order=011}, class={name=class, comment=(optional) if bound, you can provide a custom style for the generated busy image div, order=006}, divID={name=divID, comment=(optional) the id of the div to show and hide during the request, order=001}}" apiBindings: "null" classComment: "AjaxBusySpinner provides various ways of performing operations when an Ajax request is in process." classDocURL: "er/ajax/AjaxBusySpinner.html" condition: "null" warning: No package defined for class componentName: "AjaxComponent" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxComponent.java" comments: "{}" apiBindings: "null" classComment: "This abstract (by design) superclass component isolate general utility methods." classDocURL: "er/ajax/AjaxComponent.html" condition: "null" warning: No package defined for class componentName: "AjaxDatePicker" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxDatePicker.java" comments: "{imagesDir={name=imagesDir, comment=directory to take images from, takes them from Ajax.framework by default, order=016}, manualInput={name=manualInput, comment=false if you want to prevent manual input from the user and force him/her to use the date picker, defaults to true, order=012}, maxlength={name=maxlength, comment=maxlength attribute passed to the input field, order=007}, fireEvent={name=fireEvent, comment=false if the onChange event for the input should NOT be fired when a date is selected in the calendar, defaults to true, order=011}, startDay={name=startDay, comment=specify the first day of week to use 0(Sunday)-6(Saturday). The default use the current localizer., order=013}, format={name=format, comment=the format to use in the input field (only one of format or formatter may be bound), order=001}, dayNames={name=dayNames, comment=list of day names (Sunday to Saturday) for localization, English is the default, order=014}, locale={name=locale, comment=FL: locale can be set if ERXLocalizer returns the wrong one. IE the English localizer returns a US Locale. If you want the UK one then set this binding., order=017}, formatter={name=formatter, comment=the formatter to use with the input field (only one of format or formatter may be bound), order=002}, size={name=size, comment=size attribute passed to the input field, order=006}, onDateSelect={name=onDateSelect, comment=JavaScript to execute when a date is selected from the calendar, order=010}, calendarCSSFramework={name=calendarCSSFramework, comment=name of framework (null for application) containing calendarCSS resource, defaults to "Ajax", order=020}, name={name=name, comment=name attribute passed to the input field, order=008}, style={name=style, comment=CSS style passed to the input field, order=005}, disabled={name=disabled, comment=passed to the input field, order=009}, id={name=id, comment=HTML ID passed to the input field, order=003}, showYearControls:={name=showYearControls:, comment=display the prev and next year controls. Default to true., order=018}, value={name=value, comment=the value that will be shown in the input field and set by the date picker (required), order=000}, class={name=class, comment=CSS class passed to the input field, order=004}, calendarCSS={name=calendarCSS, comment=name of CSS resource with classed for calendar, defaults to "calendar.css", order=019}, monthNames={name=monthNames, comment=list of month names for localization, English is the default, order=015}}" apiBindings: "null" classComment: "Shameless port and adoption of Rails Date Kit." classDocURL: "er/ajax/AjaxDatePicker.html" condition: "null" warning: No package defined for class componentName: "AjaxDefaultSubmitButton" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxDefaultSubmitButton.java" comments: "{onClick={name=onClick, comment=arbitrary Javascript to execute when the client clicks the button, order=005}, evalScripts={name=evalScripts, comment=evaluate scripts on the result, order=012}, onFailure={name=onFailure, comment=javascript to execute in response to the Ajax onFailure event, order=010}, insertionDuration={name=insertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=025}, afterEffectID={name=afterEffectID, comment=the ID of the container to apply the "after" effect to (blank = try nearest container, then try updateContainerID), order=022}, asynchronous={name=asynchronous, comment=boolean defining if the request is sent asynchronously or synchronously, defaults to true, order=015}, afterEffect={name=afterEffect, comment=the Scriptaculous effect to apply onSuccess ("highlight", "slideIn", "blindDown", etc);, order=021}, action={name=action, comment=the action to execute when this button is pressed, order=002}, beforeInsertionDuration={name=beforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=026}, id={name=id, comment=the HTML ID of this submit button, order=003}, beforeEffectDuration={name=beforeEffectDuration, comment=the duration of the effect to apply before // PROTOTYPE EFFECTS, order=020}, value={name=value, comment=the HTML value of this submit button (optional), order=001}, class={name=class, comment=the HTML class of this submit button, order=004}, formSerializer={name=formSerializer, comment=the name of the javascript function to call to serialize the form, order=014}, updateContainerID={name=updateContainerID, comment=the id of the AjaxUpdateContainer to update after performing this action, order=013}, beforeEffect={name=beforeEffect, comment=the Scriptaculous effect to apply onSuccess ("highlight", "slideIn", "blindDown", etc);, order=018}, onComplete={name=onComplete, comment=JavaScript function to evaluate when the request has finished., order=008}, onLoading={name=onLoading, comment=javascript to execute when loading, order=011}, afterEffectDuration={name=afterEffectDuration, comment=the duration of the effect to apply after, order=023}, onServerClick={name=onServerClick, comment=if the action defined in the action binding returns null, the value of this binding will be returned as javascript from the server, order=007}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=006}, afterInsertionDuration={name=afterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=027}, effect={name=effect, comment=synonym of afterEffect except it always applies to updateContainerID, order=016}, name={name=name, comment=the HTML name of this submit button (optional), order=000}, effectDuration={name=effectDuration, comment=synonym of afterEffectDuration except it always applies to updateContainerID // PROTOTYPE EFFECTS, order=017}, insertion={name=insertion, comment=JavaScript function to evaluate when the update takes place (or effect shortcuts like "Effect.blind", or "Effect.BlindUp"), order=024}, beforeEffectID={name=beforeEffectID, comment=the ID of the container to apply the "before" effect to (blank = try nearest container, then try updateContainerID), order=019}, onSuccess={name=onSuccess, comment=javascript to execute in response to the Ajax onSuccess event, order=009}}" apiBindings: "null" classComment: "Invisible form submit button that can be included as the first element in an Ajax submitted form so that hitting enter performs the action bound to this button." classDocURL: "er/ajax/AjaxDefaultSubmitButton.html" condition: "null" warning: No package defined for class componentName: "AjaxDraggable" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxDraggable.java" comments: "{starteffect={name=starteffect, comment=Effect, defaults to Effect.Opacity. Defines the effect to use when the draggable starts being dragged, order=007}, omitContainer={name=omitContainer, comment=if set to true, the container element will be omitted. The DOM id of the object to be made draggable must be specified with the id binding. Defaults to false., order=001}, ghosting={name=ghosting, comment=boolean, defaults to false. Clones the element and drags the clone, leaving the original in place until the clone is dropped, order=013}, change={name=change, comment=Called just as onDrag (which is the preferred callback). Gets the Draggable instance as its parameter., order=015}, scroll={name=scroll, comment=can be either a dom ID or a dom reference. In case of a dom reference the value must not be quoted. Set binding to "window" to scroll the window when the draggable reaches the window boundary. Set binding to "'someID'" to scroll the element with ID "someID", order=017}, revert={name=revert, comment=boolean or function reference, defaults to false. If set to true, the element returns to its original position when the drags ends. Revert can also be an arbitrary function reference, called when the drag ends. Specifying 'failure' will instruct the draggable not to revert if successfully dropped in a droppable., order=011}, handle={name=handle, comment=string or DOM reference, not set by default. Sets whether the element should only be draggable by an embedded handle. The value must be an element reference or element id. The value may also be a string referencing a CSS class value. The first child/grandchild/etc. element found within the element that has this CSS class value will be used as the handle., order=014}, keyPress={name=keyPress, comment=, order=016}, elementName={name=elementName, comment=the element to use for the container. defaults to "div"., order=002}, draggableObject={name=draggableObject, comment=a java object which is passed to the AjaxDroppable when this draggable is dropped onto it., order=005}, zindex={name=zindex, comment=integer value, defaults to 1000. The css z-index of the draggable item, order=010}, draggableID={name=draggableID, comment=, order=006}, style={name=style, comment=the css styles of the container, order=004}, reverteffect={name=reverteffect, comment=Effect, default to Effect.Move. Defines the effect to use when the draggable reverts back to its starting position, order=008}, endeffect={name=endeffect, comment=Effect, defaults to Effect.Opacity. Defines the effect to use when the draggable stops being dragged, order=009}, id={name=id, comment=the id of the element to drag. When omitContainer is false, this is the id of the container surrounding the component content. When unspecified, a unique id will be generated., order=000}, class={name=class, comment=the css class of the container, order=003}, snap={name=snap, comment=set to false no snapping occurs. Otherwise takes one of the following forms – Δi: one delta value for both horizontal and vertical snap, [Δx, Δy]: delta values for horizontal and vertical snap, function(x, y, draggable_object) { return [x, y]; }: a function that receives the proposed new top left coordinate pair and returns the coordinate pair to actually be used., order=012}}" apiBindings: "null" classComment: "AjaxDraggable makes HTML elements draggable." classDocURL: "er/ajax/AjaxDraggable.html" condition: "null" warning: No package defined for class Binding: "draggableID": binding tag in javadoc but no/empty comment Binding: "keyPress": binding tag in javadoc but no/empty comment componentName: "AjaxDroppable" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxDroppable.java" comments: "{confirmMessage={name=confirmMessage, comment=if set, a confirm dialog with the given message is shown on drop. Allows cancelling a drop., order=004}, updateContainerID={name=updateContainerID, comment=, order=018}, evalScripts={name=evalScripts, comment=, order=019}, submit={name=submit, comment=if true, drop will perform a form submit, order=002}, onComplete={name=onComplete, comment=, order=017}, hoverclass={name=hoverclass, comment=, order=013}, droppedObject={name=droppedObject, comment=, order=009}, onHover={name=onHover, comment=, order=016}, elementName={name=elementName, comment=, order=006}, accept={name=accept, comment=, order=011}, containment={name=containment, comment=, order=012}, onBeforeDrop={name=onBeforeDrop, comment=the function to execute before notifying the server of the drop, order=000}, overlap={name=overlap, comment=, order=014}, onDrop={name=onDrop, comment=the function to execute after notifying the server of the drop, order=001}, formName={name=formName, comment=the name of the form to submit (if submit is true), order=003}, action={name=action, comment=, order=008}, greedy={name=greedy, comment=, order=015}, style={name=style, comment=, order=010}, disabled={name=disabled, comment=, order=020}, id={name=id, comment=, order=005}, class={name=class, comment=, order=021}, droppedDraggableID={name=droppedDraggableID, comment=, order=007}}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxDroppable.html" condition: "null" warning: No package defined for class warning: No class comment defined for class Binding: "id": binding tag in javadoc but no/empty comment Binding: "elementName": binding tag in javadoc but no/empty comment Binding: "droppedDraggableID": binding tag in javadoc but no/empty comment Binding: "action": binding tag in javadoc but no/empty comment Binding: "droppedObject": binding tag in javadoc but no/empty comment Binding: "style": binding tag in javadoc but no/empty comment Binding: "accept": binding tag in javadoc but no/empty comment Binding: "containment": binding tag in javadoc but no/empty comment Binding: "hoverclass": binding tag in javadoc but no/empty comment Binding: "overlap": binding tag in javadoc but no/empty comment Binding: "greedy": binding tag in javadoc but no/empty comment Binding: "onHover": binding tag in javadoc but no/empty comment Binding: "onComplete": binding tag in javadoc but no/empty comment Binding: "updateContainerID": binding tag in javadoc but no/empty comment Binding: "evalScripts": binding tag in javadoc but no/empty comment Binding: "disabled": binding tag in javadoc but no/empty comment Binding: "class": binding tag in javadoc but no/empty comment componentName: "AjaxDynamicElement" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxDynamicElement.java" comments: "{}" apiBindings: "null" classComment: "AjaxDynamicElement provides a common base class for dynamic Ajax elements." classDocURL: "er/ajax/AjaxDynamicElement.html" condition: "null" warning: No package defined for class componentName: "AjaxExpansion" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxExpansion.java" comments: "{string={name=string, comment=the string displayed for the link. For something fancier than a plain string, see above., order=006}, onComplete={name=onComplete, comment=JavaScript function to evaluate when the update request has finished, order=013}, openedLabel={name=openedLabel, comment=the string to display when expanded. An alternative to the string binding., order=007}, onFailure={name=onFailure, comment=JavaScript function to evaluate when the update request has failed, order=015}, onException={name=onException, comment=JavaScript function to evaluate when the update request had errors, order=016}, onLoading={name=onLoading, comment=JavaScript function to evaluate when the update request begins, order=012}, insertionDuration={name=insertionDuration, comment=the insertion effect duration (see AjaxUpdateLink), order=010}, initiallyExpanded={name=initiallyExpanded, comment=optionally allows controlling the initial expansion state when the "expanded" binding is not used, order=005}, expanded={name=expanded, comment=optionally allows controlling the expansion state of the contents, order=004}, linkID={name=linkID, comment=the id of the toggle link (defaults to "[id]Link"), order=001}, accesskey={name=accesskey, comment=hot key that should toggle the expansion (optional), order=017}, action={name=action, comment=the action to fire when the hyperlink is clicked (that is, on expansion and contraction), order=011}, insertion={name=insertion, comment=the insertion effect (see AjaxUpdateLink), order=009}, id={name=id, comment=the id of the contents div, order=000}, class={name=class, comment=the class of the contents div, order=002}, linkClass={name=linkClass, comment=the class of the toggle link (always gets "expansion" added, and "expanded" when opened), order=003}, closedLabel={name=closedLabel, comment=the string to display when not expanded. An alternative to the string binding., order=008}, onSuccess={name=onSuccess, comment=JavaScript function to evaluate when the update request was successful, order=014}, onExpansionComplete={name=onExpansionComplete, comment=value for the AjaxUpdateContainer onRefreshComplete binding when the contents are expanded, order=018}}" apiBindings: "null" classComment: "

{@code AjaxExpansion} provides an easy way to make expansion areas that appear and disappear by clicking a link." classDocURL: "er/ajax/AjaxExpansion.html" condition: "null" warning: No package defined for class componentName: "AjaxFileUpload" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxFileUpload.java" comments: "{data={name=data, comment=the NSData that will be bound with the contents of the upload, order=012}, progressBarBeforeStart={name=progressBarBeforeStart, comment=if true, the progress bar is visible before the upload is started, order=019}, onFileSelected={name=onFileSelected, comment=optional JS code that is called when the file selection changes. To auto-start the upload when a file is selected, set uploadFunctionName to e.g. "startUpload" and onFileSelected to "startUpload()", order=030}, refreshTime={name=refreshTime, comment=the number of milliseconds to wait between refreshes, order=021}, uploadProgress={name=uploadProgress, comment=access to the underlying AjaxUploadProgress object, order=031}, mimeType={name=mimeType, comment=set from the content-type of the upload header if available, order=026}, canceledAction={name=canceledAction, comment=the action to fire when the upload is canceled, order=009}, succeededFunction={name=succeededFunction, comment=the javascript function to execute when the upload succeeds, order=005}, failedFunction={name=failedFunction, comment=the javascript function to execute when the upload fails, order=006}, cancelText={name=cancelText, comment=the text to display for the cancel link, order=000}, uploadLabel={name=uploadLabel, comment=the label to display on the Upload button ("Upload" by default), order=023}, finishedFunction={name=finishedFunction, comment=the javascript function to execute when the upload finishes (succeeded, failed, or canceled), order=007}, failedAction={name=failedAction, comment=the action to fire when the upload fails, order=011}, outputStream={name=outputStream, comment=the output stream to write the contents of the upload to, order=014}, id={name=id, comment=the id attribute of the file input, order=029}, class={name=class, comment=the class attribute of the file input, order=027}, finalFilePath={name=finalFilePath, comment=the final file path of the upload (when streamToFilePath is set or keepTempFile = true), order=016}, succeededAction={name=succeededAction, comment=the action to fire when the upload succeeded, order=010}, streamToFilePath={name=streamToFilePath, comment=the path to write the upload to, can be a directory, order=015}, canceledFunction={name=canceledFunction, comment=the javascript function to execute when the upload is canceled, order=004}, progressBarAfterDone={name=progressBarAfterDone, comment=if true, the progress bar is visible after the upload is done, order=020}, filePath={name=filePath, comment=the name of the uploaded file, order=017}, startedFunction={name=startedFunction, comment=the javascript function to execute when the progress is started, order=003}, cancelingText={name=cancelingText, comment=the text to display when the progress is being canceled, order=001}, inputStream={name=inputStream, comment=will be bound to an input stream on the contents of the upload, order=013}, allowCancel={name=allowCancel, comment=if true, the cancel link is visible, order=018}, finishedAction={name=finishedAction, comment=the action to fire when the upload finishes (cancel, failed, or succeeded), order=008}, uploadFunctionName={name=uploadFunctionName, comment=the upload button will instead be a function with the given name, order=024}, progressOfText={name=progressOfText, comment=the text to display for the word "of" in the "[size] of [totalsize]" string during upload, order=025}, startingText={name=startingText, comment=the text to display when the progress is starting, order=002}, style={name=style, comment=the style attribute of the file input, order=028}, keepTempFile={name=keepTempFile, comment=if true, don't delete the temp file that AjaxFileUpload creates, order=022}}" apiBindings: "null" classComment: "AjaxFileUpload provides an Ajax wrapper around the file upload process." classDocURL: "er/ajax/AjaxFileUpload.html" condition: "null" warning: No package defined for class componentName: "AjaxFlexibleFileUpload" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxFlexibleFileUpload.java" comments: "{data={name=data, comment=the NSData that will be bound with the contents of the upload, order=017}, clearedFunction={name=clearedFunction, comment=the javascript function to execute when the clear button is clicked, order=009}, refreshTime={name=refreshTime, comment=the number of milliseconds to wait between refreshes (defaults to 2000), order=024}, injectDefaultCSS={name=injectDefaultCSS, comment=inject the default stylesheet from the Ajax framework (defaults to true);, order=028}, mimeType={name=mimeType, comment=set from the content-type of the upload header if available, order=034}, canceledAction={name=canceledAction, comment=the action to fire when the upload is canceled, order=013}, succeededFunction={name=succeededFunction, comment=the javascript function to execute when the upload succeeds, order=008}, failedFunction={name=failedFunction, comment=the javascript function to execute when the upload fails, order=010}, autoSubmit={name=autoSubmit, comment=should the upload start immediately after a file is selected (defaults to true), order=027}, uploadButtonClass={name=uploadButtonClass, comment=class for the select file button (defaults to "Button ObjButton UploadFileObjButton"), order=030}, uploadLabel={name=uploadLabel, comment=the label for the Upload button (defaults to "Upload"), order=005}, finishedFunction={name=finishedFunction, comment=the javascript function to execute when the upload finishes (succeeded, failed, or canceled), order=011}, clearLabel={name=clearLabel, comment=the label for the button used to clear a selected file or uploaded file (defaults to "Clear"), order=004}, failedAction={name=failedAction, comment=the action to fire when the upload fails, order=016}, outputStream={name=outputStream, comment=the output stream to write the contents of the upload to, order=019}, finalFilePath={name=finalFilePath, comment=the final file path of the upload (when streamToFilePath is set or keepTempFile = true), order=021}, succeededAction={name=succeededAction, comment=the action to fire when the upload succeeded, order=014}, clearButtonClass={name=clearButtonClass, comment=class for the select file button (defaults to "Button ObjButton ClearUploadObjButton"), order=032}, streamToFilePath={name=streamToFilePath, comment=the path to write the upload to, can be a directory, order=020}, cancelLabel={name=cancelLabel, comment=the label for for the cancel button (defaults to "Cancel"), order=001}, canceledFunction={name=canceledFunction, comment=the javascript function to execute when the upload is canceled, order=007}, filePath={name=filePath, comment=the name of the uploaded file, order=022}, startedFunction={name=startedFunction, comment=the javascript function to execute when the progress is started, order=006}, inputStream={name=inputStream, comment=will be bound to an input stream on the contents of the upload, order=018}, allowCancel={name=allowCancel, comment=if true, the cancel link is visible, order=023}, finishedAction={name=finishedAction, comment=the action to fire when the upload finishes (cancel, failed, or succeeded), order=012}, cancelButtonClass={name=cancelButtonClass, comment=class for the select file button (defaults to "Button ObjButton CancelUploadObjButton"), order=031}, accept={name=accept, comment=the attribute specifies the types of files that the server accepts (that can be submitted through a file upload), order=000}, uploadFunctionName={name=uploadFunctionName, comment=the upload button will instead be a function with the given name, order=026}, selectFileLabel={name=selectFileLabel, comment=the label for the select file button (defaults to "Select File..."), order=003}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=035}, clearUploadProgressOnSuccess={name=clearUploadProgressOnSuccess, comment=if true, displays the select file button instead of the uploaded file name on completion of a successful upload, order=033}, startingText={name=startingText, comment=the text to display when the progress is starting (defaults "Upload Starting...");, order=002}, selectFileButtonClass={name=selectFileButtonClass, comment=class for the select file button (defaults to "Button ObjButton SelectFileObjButton");, order=029}, clearedAction={name=clearedAction, comment=the action to fire when the clear button is clicked, order=015}, keepTempFile={name=keepTempFile, comment=if true, don't delete the temp file that AjaxFileUpload creates, order=025}}" apiBindings: "null" classComment: "AjaxFlexibleFileUpload is an enhanced file upload component that uses a call to a hidden iFrame to handle a file upload." classDocURL: "er/ajax/AjaxFlexibleFileUpload.html" condition: "null" warning: No package defined for class componentName: "AjaxFlickrBatchNavigation" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxFlickrBatchNavigation.java" comments: "{small={name=small, comment=if true, a compressed page count style is used, order=007}, numberOfObjectsPerBatch={name=numberOfObjectsPerBatch, comment=(if you don't provide a displayGroup) the number of objects per batch (page), order=011}, onClick={name=onClick, comment=an optional JavaScript String to bind to the previous, next, and select page AjaxUpdateLinks., order=002}, updateContainerID={name=updateContainerID, comment=(optional) the id of the container to refresh (defaults to the nearest parent), order=003}, showPageRange={name=showPageRange, comment=if true, the page of items on the page is shown, for example "(1-7 of 200 items)", order=004}, parentActionName={name=parentActionName, comment=(if you don't provide a displayGroup) the action to be executed on the parent component to get the next batch of items., order=008}, displayName={name=displayName, comment=the name of the items that are being display ("photo", "bug", etc), order=001}, displayGroup={name=displayGroup, comment=the display group to paginate, order=000}, currentBatchIndex={name=currentBatchIndex, comment=(if you don't provide a displayGroup) used to get and set on the parent component the selected page index, order=009}, showBatchSizes={name=showBatchSizes, comment=if true, a menu to change the items per page is shown "Show: (10) 20 (100) (All) items per page", order=005}, maxNumberOfObjects={name=maxNumberOfObjects, comment=(if you don't provide a displayGroup) used to get the total number of objects that are being paginated., order=010}, batchSizes={name=batchSizes, comment=can be either a string or an NSArray of numbers that define the batch sizes to chose from. The number "0" provides an "All" items batch size. For example "10,20,30" or "10,50,100,0", order=006}}" apiBindings: "null" classComment: "

AjaxFlickrBatchNavigation is a batch navigation component that provides pagination that behaves like the paginator on Flickr.com, and is just like ERXFlickrBatchNavigation except that the links are AjaxUpdateLinks." classDocURL: "er/ajax/AjaxFlickrBatchNavigation.html" condition: "null" warning: No package defined for class componentName: "AjaxFunctionButton" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxFunctionButton.java" comments: "{updateContainerID={name=updateContainerID, comment=the id of the container to fire the event to (optional if inside of the container), order=003}, onclick={name=onclick, comment=the javascript to execute when the button is clicked., order=001}, action={name=action, comment=the type of event to fire ("update", "save", "edit", "cancel"), order=002}, disabled={name=disabled, comment=if true, the button is disabled, order=000}, value={name=value, comment=the text of the button, order=004}}" apiBindings: "null" classComment: "AjaxFunctionButton is a convenience for calling javascript functions in response to an onclick on a button." classDocURL: "er/ajax/AjaxFunctionButton.html" condition: "null" warning: No package defined for class componentName: "AjaxFunctionLink" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxFunctionLink.java" comments: "{onClick={name=onClick, comment=synonym of onclick, order=002}, updateContainerID={name=updateContainerID, comment=the id of the container to fire the event to (optional if inside of the container), order=004}, onclick={name=onclick, comment=the javascript to execute when the link is clicked., order=001}, action={name=action, comment=the type of event to fire ("update", "save", "edit", "cancel"), order=003}, disabled={name=disabled, comment=if true, disables the link, order=000}}" apiBindings: "null" classComment: "AjaxFunctionLink is a convenience for calling javascript functions in response to an onclick." classDocURL: "er/ajax/AjaxFunctionLink.html" condition: "null" warning: No package defined for class componentName: "AjaxGrid" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxGrid.java" comments: "{selectedObjects={name=selectedObjects, comment=optional, NSMutableArray list of rows that the user has selected from the grid, order=002}, willUpdate={name=willUpdate, comment=optional, Ajax action method called when the AjaxUpdateContainer is being updated, but before it renders its content, order=003}, updateContainerParameters={name=updateContainerParameters, comment=optional, passed as parameters binding to the AjaxUpdateContainer wrapping the grid, order=005}, configurationData={name=configurationData, comment=required, NSMutableDictionary used to configure grid, see documentation for details, order=001}, displayGroup={name=displayGroup, comment=required, WODisplayGroup acting as source and batching engine for the data to be displayed, order=000}, afterUpdate={name=afterUpdate, comment=optional, JavaScript to execute client-side after the grid has updated, order=004}}" apiBindings: "null" classComment: "Ajax powered grid based on HTML Table that provides drag and drop column re-ordering, complex sorting, and the ability to embed components in cells." classDocURL: "er/ajax/AjaxGrid.html" condition: "null" warning: No package defined for class componentName: "AjaxGridNavBar" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxGridNavBar.java" comments: "{configurationData={name=configurationData, comment=the same NSMutableDictionary passed to AjaxGrid, order=001}, displayGroup={name=displayGroup, comment=the same WODisplayGroup passed to AjaxGrid, order=000}, containerID={name=containerID, comment=unique ID for the AjaxUpdateContainer in this component., order=002}}" apiBindings: "null" classComment: "Abstract super class for a navigation bar that can be used with AjaxGrid." classDocURL: "er/ajax/AjaxGridNavBar.html" condition: "null" warning: No package defined for class componentName: "AjaxHighlight" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxHighlight.java" comments: "{onMouseOver={name=onMouseOver, comment=string with javascript to execute, order=008}, hidden={name=hidden, comment=if true, when the value is highlighted, the element will be display: none, order=011}, showDuration={name=showDuration, comment=the duration of the show effect (in seconds), order=016}, hideEffect={name=hideEffect, comment=if set, the highlighed elemented with have this effect applied after the highlight (i.e. "Fade"), order=017}, elementName={name=elementName, comment=the element name of the generated container (if specified, a container will be generated); defaults to div, order=002}, onMouseOut={name=onMouseOut, comment=string with javascript to execute, order=009}, duration={name=duration, comment=the duration of the highlight effect (in seconds), order=010}, showEffect={name=showEffect, comment=if set, the highlighed elemented with have this effect applied prior to the highlight (i.e. "Appear"), order=015}, hideDuration={name=hideDuration, comment=the duration of the hide effect (in seconds), order=018}, delay={name=delay, comment=if set, the delay that is applied before the effect is executed, order=014}, effect={name=effect, comment=the name of the scriptaculous effect to render (defaults to "Highlight", "none" = no effect), order=003}, style={name=style, comment=the CSS style of the generated container, order=007}, id={name=id, comment=the optional id to highlight (if blank, a container will be generated), order=001}, updateEffect={name=updateEffect, comment=the name of the scriptaculous effect to render (defaults to "Highlight", "none" = no effect) for updated objects, order=005}, value={name=value, comment=the value to check for highlighting, order=000}, class={name=class, comment=the CSS class of the generated container, order=006}, newHidden={name=newHidden, comment=if true, when the value is highlighted, the element will be display: none for new objects, order=012}, updateHidden={name=updateHidden, comment=if true, when the value is highlighted, the element will be display: none for updated objects, order=013}, newEffect={name=newEffect, comment=the name of the scriptaculous effect to render (defaults to "Highlight", "none" = no effect) for new objects, order=004}}" apiBindings: "null" classComment: "AjaxHighlight provides a convenient way to queue up an object as highlighted so that it gets a highlight effect when the next page renders." classDocURL: "er/ajax/AjaxHighlight.html" condition: "null" warning: No package defined for class componentName: "AjaxHoverable" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxHoverable.java" comments: "{additionalClassHoverArea={name=additionalClassHoverArea, comment=, order=001}, useJavascriptForHoverEffect={name=useJavascriptForHoverEffect, comment=, order=005}, hoverableWidth={name=hoverableWidth, comment=num of pixels for hoverable width (200 as default) (String), order=000}, toolTipDropBelow={name=toolTipDropBelow, comment=, order=012}, toolTipDropAbove={name=toolTipDropAbove, comment=, order=013}, toolTipWidth={name=toolTipWidth, comment=, order=008}, additionalClassToolTip={name=additionalClassToolTip, comment=, order=002}, additionalStyleHoverArea={name=additionalStyleHoverArea, comment=, order=004}, toolTipDropTopRight={name=toolTipDropTopRight, comment=, order=014}, advancedToolTipBottom={name=advancedToolTipBottom, comment=, order=021}, advancedToolTipTop={name=advancedToolTipTop, comment=, order=020}, useJavascriptOffsetY={name=useJavascriptOffsetY, comment=num of pixels without a 'px' on the end. Just the raw number., order=007}, additionalStyleToolTip={name=additionalStyleToolTip, comment=, order=009}, useJavascriptOffsetX={name=useJavascriptOffsetX, comment=num of pixels without a 'px' on the end. Just the raw number., order=006}, toolTipDropBottomRight={name=toolTipDropBottomRight, comment=, order=016}, toolTipDropBottomLeft={name=toolTipDropBottomLeft, comment=, order=017}, toolTipAutoScroll={name=toolTipAutoScroll, comment=, order=011}, toolTipHeight={name=toolTipHeight, comment=, order=010}, advancedToolTipRight={name=advancedToolTipRight, comment=, order=019}, showHoverable={name=showHoverable, comment=, order=003}, advancedToolTipLeft={name=advancedToolTipLeft, comment=, order=018}, toolTipDropTopLeft={name=toolTipDropTopLeft, comment=, order=015}}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxHoverable.html" condition: "null" warning: No package defined for class warning: No class comment defined for class Binding: "additionalClassHoverArea": binding tag in javadoc but no/empty comment Binding: "additionalClassToolTip": binding tag in javadoc but no/empty comment Binding: "showHoverable": binding tag in javadoc but no/empty comment Binding: "additionalStyleHoverArea": binding tag in javadoc but no/empty comment Binding: "useJavascriptForHoverEffect": binding tag in javadoc but no/empty comment Binding: "toolTipWidth": binding tag in javadoc but no/empty comment Binding: "additionalStyleToolTip": binding tag in javadoc but no/empty comment Binding: "toolTipHeight": binding tag in javadoc but no/empty comment Binding: "toolTipAutoScroll": binding tag in javadoc but no/empty comment Binding: "toolTipDropBelow": binding tag in javadoc but no/empty comment Binding: "toolTipDropAbove": binding tag in javadoc but no/empty comment Binding: "toolTipDropTopRight": binding tag in javadoc but no/empty comment Binding: "toolTipDropTopLeft": binding tag in javadoc but no/empty comment Binding: "toolTipDropBottomRight": binding tag in javadoc but no/empty comment Binding: "toolTipDropBottomLeft": binding tag in javadoc but no/empty comment Binding: "advancedToolTipLeft": binding tag in javadoc but no/empty comment Binding: "advancedToolTipRight": binding tag in javadoc but no/empty comment Binding: "advancedToolTipTop": binding tag in javadoc but no/empty comment Binding: "advancedToolTipBottom": binding tag in javadoc but no/empty comment componentName: "AjaxHyperlink" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxHyperlink.java" comments: "{evalScripts={name=evalScripts, comment=whether or not to eval scripts on the result, order=005}, onClick={name=onClick, comment=JS function, called after the click on the client, order=007}, string={name=string, comment=optional string for link text for when there is no element content, order=011}, functionName={name=functionName, comment=if set, the link becomes a javascript function, order=016}, onComplete={name=onComplete, comment=JS function, called on completion, order=003}, onFailure={name=onFailure, comment=JS function, called on a non-200 response on the client, order=002}, onLoading={name=onLoading, comment=the js function to call when loading, order=004}, title={name=title, comment=title of the link, order=010}, elementName={name=elementName, comment=the HTML element name, order=000}, onClickServer={name=onClickServer, comment=JS returned from the server after the update, order=008}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=006}, action={name=action, comment=method to call, order=009}, style={name=style, comment=style of the link, order=014}, disabled={name=disabled, comment=whether or not this link is disabled, order=015}, id={name=id, comment=id of the link, order=012}, class={name=class, comment=class of the link, order=013}, onSuccess={name=onSuccess, comment=JS function, called on a 2xx response on the client, order=001}}" apiBindings: "null" classComment: "Ajax enabled Hyperlink." classDocURL: "er/ajax/AjaxHyperlink.html" condition: "null" warning: No package defined for class componentName: "AjaxInPlace" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxInPlace.java" comments: "{saveUpdateContainerID={name=saveUpdateContainerID, comment=by default save updates the container specified in "id", but you can override that with this binding, order=004}, onSaveSuccess={name=onSaveSuccess, comment=the javascript function to execute after a successful save, order=008}, saveBeforeInsertionDuration={name=saveBeforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=015}, elementName={name=elementName, comment=the name of the container element (defaults to "div"), order=047}, saveClass={name=saveClass, comment=the class of the save button, order=005}, saveLabel={name=saveLabel, comment=the label to show on the save button, order=002}, editBeforeInsertionDuration={name=editBeforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=039}, onCancelling={name=onCancelling, comment=the javascript action to fire when cancelling // PROTOTYPE FUNCTIONS, order=024}, cancelInsertionDuration={name=cancelInsertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=026}, saveAfterInsertionDuration={name=saveAfterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=016}, id={name=id, comment=the id used on various parts of this component, order=001}, onSaveFailure={name=onSaveFailure, comment=the javascript function to execute after a failed save, order=009}, onCancelClick={name=onCancelClick, comment=the action to fire when cancel is clicked, order=021}, onEditClick={name=onEditClick, comment=the action to fire when edit mode is triggered, order=033}, formSerializer={name=formSerializer, comment=the name of the javascript function to call to serialize the form, order=048}, cancelLabel={name=cancelLabel, comment=the label to show on the cancel button, order=017}, onEditing={name=onEditing, comment=the javascript action to fire when editing mode is loading // PROTOTYPE FUNCTIONS, order=036}, saveInsertion={name=saveInsertion, comment=the insertion function to use on save, order=013}, onCancelSuccess={name=onCancelSuccess, comment=the javascript function to execute after a successful cancel, order=022}, canSave={name=canSave, comment=if true, the results are saved; if false, the user is not allowed to leave edit mode, order=006}, editOnly={name=editOnly, comment=if true, edit mode is locked on (and save controls don't show if it's in a parent form); if false, you can switch between edit and view mode, order=032}, cancelBeforeInsertionDuration={name=cancelBeforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=027}, manualViewControl={name=manualViewControl, comment=if true, it is up to you to provide click-to-edit controls, order=044}, saveAction={name=saveAction, comment=the action to invoke on save, order=003}, saveInsertionDuration={name=saveInsertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=014}, editClass={name=editClass, comment=the class of the div that you click on to trigger edit mode (yes this name sucks), order=029}, onCancelFailure={name=onCancelFailure, comment=the javascript function to execute after a failed cancel, order=023}, onEditSuccess={name=onEditSuccess, comment=the javascript function to execute after a successful edit, order=034}, style={name=style, comment=the style of the top level container, order=046}, cancelAction={name=cancelAction, comment=the action to invoke on cancel, order=018}, cancelAfterInsertionDuration={name=cancelAfterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=028}, formClass={name=formClass, comment=the class of the form around the edit view, order=030}, onEditFailure={name=onEditFailure, comment=the javascript function to execute after a failed edit, order=035}, editInsertionDuration={name=editInsertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=038}, canEdit={name=canEdit, comment=if true, edit mode is entered; if false, view mode remains active, order=031}, editAfterInsertionDuration={name=editAfterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=040}, onRefreshComplete={name=onRefreshComplete, comment=the javascript function to execute after refreshing the container, order=041}, button={name=button, comment=if true, the save action is a button; if false, it's a link, order=011}, cancelUpdateContainerID={name=cancelUpdateContainerID, comment=by default cancel updates the container specified in "id", but you can override that with this binding, order=019}, cancelClass={name=cancelClass, comment=the class of the cancel button, order=020}, disabled={name=disabled, comment=whether or not edit mode should be disabled, order=042}, onsubmit={name=onsubmit, comment=pass through onsubmit to form, order=049}, class={name=class, comment=the class used on the top container, order=000}, submitOnSave={name=submitOnSave, comment=if true, the save button is an AjaxSubmitButton; if false, it's an AjaxUpdateLink (which will not actually submit a form -- you would have to do some work here) // PROTOTYPE FUNCTIONS, order=012}, cancelInsertion={name=cancelInsertion, comment=the insertion function to use on cancel, order=025}, editInsertion={name=editInsertion, comment=the insertion function to use on edit, order=037}, onSaveClick={name=onSaveClick, comment=the action to fire when save is clicked, order=007}, onSaving={name=onSaving, comment=the javascript action to fire when saving, order=010}, manualControl={name=manualControl, comment=if true, it is up to you to provide click-to-edit, save, and cancel controls, order=043}, manualEditControl={name=manualEditControl, comment=if true, it is up to you to provide save and cancel controls, order=045}}" apiBindings: "null" classComment: "AjaxInPlace is a generalization of the AjaxInPlaceEditor." classDocURL: "er/ajax/AjaxInPlace.html" condition: "null" warning: No package defined for class componentName: "AjaxInPlaceEditTemplate" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxInPlaceEditTemplate.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxInPlaceEditTemplate.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxInPlaceEditor" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxInPlaceEditor.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxInPlaceEditor.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxInPlaceViewTemplate" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxInPlaceViewTemplate.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxInPlaceViewTemplate.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxIncludeScript" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxIncludeScript.java" comments: "{framework={name=framework, comment=The framework the javascript file resides in, defaults to "Ajax", order=001}, name={name=name, comment=The name of the javascript file to include ("prototype.js", "effects.js", etc), order=000}}" apiBindings: "null" classComment: "AjaxIncludeScript provides an easy way to add an Ajax script dependency." classDocURL: "er/ajax/AjaxIncludeScript.html" condition: "null" warning: No package defined for class componentName: "AjaxLongResponse" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxLongResponse.java" comments: "{stopped={name=stopped, comment=start out in stopped mode. You need to start it by yourself via JS if you use this., order=004}, isRunning={name=isRunning, comment=true if the task is running and the update should get triggered (required), order=001}, id={name=id, comment=ID of the AjaxUpdate (required), order=000}, elementName={name=elementName, comment=elementName of the AjaxUpdate, defaults to DIV, order=002}, frequency={name=frequency, comment=frequency of the AjaxUpdate, defaults to 1 (sec), order=003}}" apiBindings: "null" classComment: "Simple Ajax long response handler that stays on the same page." classDocURL: "er/ajax/AjaxLongResponse.html" condition: "null" warning: No package defined for class componentName: "AjaxModalContainer" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxModalContainer.java" comments: "{skin={name=skin, comment=the name of the skin to use (lightbox or darkbox right now), order=015}, label={name=label, comment=label for the link, order=000}, title={name=title, comment=title string for the link label and the window, order=007}, secure={name=secure, comment=(only applicable for directAtionName) if true, the generated url will be https, order=014}, ajax={name=ajax, comment=(optional) when true, the contents are only rendered during the Ajax request, using ajax=true is the preferred way to use this, order=011}, closeLabel={name=closeLabel, comment=string for the close link, order=006}, directActionName={name=directActionName, comment=the direct action to fetch, order=009}, action={name=action, comment=when it is bound, the content of the url will be fetched into a div, order=010}, style={name=style, comment=style for the link, order=002}, id={name=id, comment=id for the link, order=004}, href={name=href, comment=when it is bound, the content of the url will be fetched into an iframe., order=008}, containerID={name=containerID, comment=container ID for non-Ajax WOComponentContent, order=005}, locked={name=locked, comment=if true, the container will be "locked" and will not close unless you explicitly close it, order=013}, class={name=class, comment=class for the link, order=001}, value={name=value, comment=value for the link (??), order=003}, open={name=open, comment=if true, the container is rendered already opened (currently only workings, i think, with ajax=true), order=012}}" apiBindings: "null" classComment: "Shows a link and wraps an area that is later presented as a modal window." classDocURL: "er/ajax/AjaxModalContainer.html" condition: "null" warning: No package defined for class componentName: "AjaxModalDialog" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxModalDialog.java" comments: "{clickOnReturnId={name=clickOnReturnId, comment=optional, ID of clickable HTML element to click when the Return key is pressed. This is ignored if a clickable element has the focus, order=016}, closeUpdateContainerID={name=closeUpdateContainerID, comment=the update container to refresh when onClose is called, order=014}, beforeHide={name=beforeHide, comment=client side method, fires right before removing elements from the DOM. Might be useful to get form values before hiding modalbox., order=039}, afterHide={name=afterHide, comment=client side method, fires after hiding ModalBox from the screen., order=040}, resizeDuration={name=resizeDuration, comment=Modalbox resize duration in seconds, default is value of property er.ajax.modaldialog.resizeDuration=0.25, order=032}, slideDownDuration={name=slideDownDuration, comment=Modalbox appear slide down effect in seconds, default is value of property er.ajax.modaldialog.slideDownDuration=0.5, order=030}, title={name=title, comment=Title to be displayed in the ModalBox window header, also used as title attribute of link opening dialog, order=003}, clickOnEscId={name=clickOnEscId, comment=optional, ID of clickable HTML element to click when the Esc key is pressed. This is ignored if a clickable element has the focus but overrides the locked setting, order=017}, transitions={name=transitions, comment=true | false, Toggles transition effects. Transitions are enabled by default., order=035}, afterResize={name=afterResize, comment=client side method, fires after calling resize method., order=041}, pageName={name=pageName, comment=name of WOComponent for the contents of the dialog box, order=001}, enabled={name=enabled, comment=if false, nothing is rendered for this component. This can be used instead of wrapping this in a WOConditional. The default is true., order=010}, closeValue={name=closeValue, comment=Defines the string for close link in the header. Default is '×', order=027}, showOpener={name=showOpener, comment=if false, no HTML is generated for the link, button etc. to open this dialog, it can only be opened from custom JavaScript (see below). The default is true, order=009}, slideUpDuration={name=slideUpDuration, comment=Modalbox hiding slide up effect in seconds, default is value of property er.ajax.modaldialog.slideUpDuration=0.5, order=031}, onOpen={name=onOpen, comment=server side method that runs before the dialog is opened, the return value is discarded, order=012}, action={name=action, comment=action method returning the contents of the dialog box, order=000}, onCloseBeforeUpdate={name=onCloseBeforeUpdate, comment=if the given function returns true, the update container named in closeUpdateContainerID is updated. This is to allow conditional updating, e.g. not updating when the dialog is simply dismissed., order=015}, id={name=id, comment=HTML id for the link activating the modal dialog, order=018}, locked={name=locked, comment=if true, suppresses the close window link, prevents Esc key and overlay from closing dialog. Default is false, true implies overlayClose false. If clickOnEscId is bound, this allows Esc to do something regardless of the locked binding, order=022}, autoFocusing={name=autoFocusing, comment=true | false, Toggles auto-focusing for form elements. Disable it for long text pages. Add the class MB_notFocusable to any inputs you want excluded from focusing., order=036}, centerVertically={name=centerVertically, comment=optional, if true the dialog is centered vertically on the page instead of appearing at the top, order=007}, class={name=class, comment=CSS class for the link activating the modal dialog, order=019}, overlayOpacity={name=overlayOpacity, comment=Overlay opacity. Must be between 0-1. Default is .65., order=028}, afterLoad={name=afterLoad, comment=client side method, fires after loading content into the ModalBox (i.e. after showing or updating existing window)., order=038}, height={name=height, comment=integer Height in pixels, use -1 for auto-height. When set Modalbox will operate in 'fixed-height' mode., order=006}, beforeLoad={name=beforeLoad, comment=client side method, fires right before loading contents into the ModalBox. If the callback function returns false, content loading will skipped. This can be used for redirecting user to another MB-page for authorization purposes for example., order=037}, onShow={name=onShow, comment=client side method, fires on first appearing of ModalBox before the contents are being loaded., order=042}, method={name=method, comment=get | post. Method of passing variables to a server. Default is 'get'., order=023}, closeString={name=closeString, comment=Defines title attribute for close window link. Default is "Close window"., order=026}, inactiveFade={name=inactiveFade, comment=true | false, Toggles Modalbox window fade on inactive state., order=034}, label={name=label, comment=the text for the link that opens the dialog box, order=002}, params={name=params, comment={} Collection of parameters to pass on AJAX request. Should be URL-encoded. See PassingFormValues for details., order=024}, linkTitle={name=linkTitle, comment=Title to be used as title attribute of link opening dialog, title is used if this is not present, order=004}, onClose={name=onClose, comment=server side method that runs before the dialog is closed, the return value is discarded. This will be executed if the page is reloaded, but not if the user navigates elsewhere., order=013}, movable={name=movable, comment=Modalbox is movable, default is value of property er.ajax.modaldialog.movable=false, order=033}, overlayClose={name=overlayClose, comment=true | false Close modal box by clicking on overlay. Default is true., order=021}, overlayDuration={name=overlayDuration, comment=Overlay fade in/out duration in seconds., order=029}, ignoreNesting={name=ignoreNesting, comment=optional, if true and this dialog is nested inside another, no warning will be output, order=011}, width={name=width, comment=integer Width in pixels, use -1 for auto-width, order=005}, loadingString={name=loadingString, comment=string The message to show during loading. Default is "Please wait. Loading..."., order=025}, style={name=style, comment=CSS style for the link activating the modal dialog, order=020}, onUpdate={name=onUpdate, comment=client side method, fires on updating the content of ModalBox (on call of Modalbox.show method from active ModalBox instance)., order=043}, open={name=open, comment=if true, the container is rendered already opened, the default is false, order=008}}" apiBindings: "null" classComment: "

AjaxModalDialog is a modal dialog window based on ModalBox (see below for link)." classDocURL: "er/ajax/AjaxModalDialog.html" condition: "null" warning: No package defined for class componentName: "AjaxModalDialogOpener" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxModalDialogOpener.java" comments: "{linkTitle={name=linkTitle, comment=only relevant if elementName is a: used as title attribute of link opening dialog, order=003}, action,={name=action,, comment=optional action to call before opening the modal dialog., order=005}, onFailure={name=onFailure, comment=optional JavaScript (not a function()!) to run if the opener is clicked and enabled evaluates to false. This can remove the element, show an alert, etc. e.g. onFailure = "alert('This is no longer available');";, order=007}, style={name=style, comment=CSS style for the link, order=010}, label={name=label, comment=only relevant if elementName is a: the text for the link that opens the dialog box, if this used the child elements are ignored., order=002}, id={name=id, comment=HTML id for the link, order=008}, dialogId={name=dialogId, comment=required, ID of the AjaxModalDialog to open, order=000}, title={name=title, comment=the Title to be displayed in the ModalBox window header, can override what the dialog was created with, order=004}, class={name=class, comment=CSS class for the link, order=009}, enabled={name=enabled, comment=if false, nothing is rendered for this component. This can be used instead of wrapping this in a WOConditional. The default is true., order=006}, elementName={name=elementName, comment=the element that you want the open rendered as, order=001}}" apiBindings: "null" classComment: "

Generates an element to open a specific AjaxModalDialog." classDocURL: "er/ajax/AjaxModalDialogOpener.html" condition: "null" warning: No package defined for class componentName: "AjaxObserveField" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxObserveField.java" comments: "{onCreate={name=onCreate, comment=Takes a JavaScript function which is called after the form has been serialized, but before the Ajax request is sent to the server. Useful e.g. if you want to disable the form while the Ajax request is running., order=011}, updateContainerID={name=updateContainerID, comment=the ID of the container to update. Specify "_parent" to use the nearest one., order=003}, observeFieldFrequency={name=observeFieldFrequency, comment=the polling observe frequency (in seconds), order=006}, action={name=action, comment=the action to call when the observer fires, order=004}, observeFieldID={name=observeFieldID, comment=the ID of the field to observe, order=002}, observeDelay={name=observeDelay, comment=the minimum time between submits (in seconds), order=007}, style={name=style, comment=CSS style to use on the container. (Only used if you leave off observeFieldID), order=010}, id={name=id, comment=the ID of the observe field container (only useful if you leave off observeFieldID)., order=000}, onBeforeSubmit={name=onBeforeSubmit, comment=called prior to submitting the observed content; return false to deny the submit, order=005}, fullSubmit={name=fullSubmit, comment=When false, only the value of the field that changed is sent to the server (partial submit), when true, the whole form is sent. Defaults to false. Caution: Partial submit doesn't work correctly if you manually set the name on your inputs., order=008}, class={name=class, comment=CSS class to use on the container. (Only used if you leave off observeFieldID), order=009}, elementName={name=elementName, comment=element to use for the observe field container. Defaults to div. (Only used if you leave off observeFieldID), order=001}}" apiBindings: "null" classComment: "

AjaxObserveField allows you to perform an Ajax submit (and optional update) based on the state of a form field changing." classDocURL: "er/ajax/AjaxObserveField.html" condition: "null" warning: No package defined for class componentName: "AjaxOptions" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxOptions.java" comments: "{}" apiBindings: "null" classComment: "AjaxOptions provides a mechanism to produce a JSON formatted dictionary from binding names and / or a dictionary." classDocURL: "er/ajax/AjaxOptions.html" condition: "null" warning: No package defined for class componentName: "AjaxPing" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxPing.java" comments: "{targetContainerID={name=targetContainerID, comment=the ID of the update container to refresh when a change is detected, order=001}, cacheKey={name=cacheKey, comment=some hash value that represents the state of the target container, order=002}, stop={name=stop, comment=(optional) if true, the ping will stop. If false, the ping will run. It's up to you to refresh the ping's container to get it running again after the binding changes from false to true., order=005}, onBeforeUpdate={name=onBeforeUpdate, comment=(optional) the javascript function to call before updating (should return true if the update should happen, false if not), order=003}, id={name=id, comment=(optional) the id of the ping update container (set this if you want to attach an AjaxBusyIndicator), order=004}, frequency={name=frequency, comment=the frequency of refresh (in millis), defaults to 3000, order=000}}" apiBindings: "null" classComment: "

AjaxPing provides support for refreshing a large content area based on a series of periodic refreshes of a very small area." classDocURL: "er/ajax/AjaxPing.html" condition: "null" warning: No package defined for class componentName: "AjaxPingUpdate" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxPingUpdate.java" comments: "{targetContainerID={name=targetContainerID, comment=the ID of the update container to refresh when a change is detected, order=000}, cacheKey={name=cacheKey, comment=some hash value that represents the state of the target container, order=001}, onBeforeUpdate={name=onBeforeUpdate, comment=(optional) the javascript function to call before updating (should return true if the update should happen, false if not), order=002}}" apiBindings: "null" classComment: "

AjaxPingUpdate is primarily for use inside of an AjaxPing tag to support ping-updating multiple containers from a single AjaxPing request." classDocURL: "er/ajax/AjaxPingUpdate.html" condition: "null" warning: No package defined for class componentName: "AjaxProgressBar" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxProgressBar.java" comments: "{visibleBeforeStart={name=visibleBeforeStart, comment=if true, the progress bar is visible before the activity is started, order=018}, succeededAction={name=succeededAction, comment=the action to fire when the progress succeeded, order=014}, progressID={name=progressID, comment=the id of the AjaxProgress, order=001}, canceledFunction={name=canceledFunction, comment=the javascript function to execute when the progress is canceled, order=004}, refreshTime={name=refreshTime, comment=the number of milliseconds to wait between refreshes, order=020}, startedFunction={name=startedFunction, comment=the javascript function to execute when the progress is started, order=003}, cancelingText={name=cancelingText, comment=the text to display when the progress is being canceled, order=009}, started={name=started, comment=boolean of whether or not the progress has started (i.e. begin polling), order=016}, allowCancel={name=allowCancel, comment=if true, the cancel link is visible, order=017}, finishedAction={name=finishedAction, comment=the action to fire when the progress finishes (cancel, failed, or succeeded), order=012}, canceledAction={name=canceledAction, comment=the action to fire when the progress is canceled, order=013}, succeededFunction={name=succeededFunction, comment=the javascript function to execute when the progress succeeds, order=005}, failedFunction={name=failedFunction, comment=the javascript function to execute when the progress fails, order=006}, cancelText={name=cancelText, comment=the text to display for the cancel link, order=008}, finishedFunction={name=finishedFunction, comment=the javascript function to execute when the progress finishes (succeeded, failed, or canceled), order=007}, progressOfText={name=progressOfText, comment=the text to display for the word "of" in the "[size] of [totalsize]" string during upload, order=011}, startingText={name=startingText, comment=the text to display when the progress is starting, order=010}, visibleAfterDone={name=visibleAfterDone, comment=if true, the progress bar is visible after the activity is done, order=019}, progress={name=progress, comment=the progress object for this progress bar (can bind a new progress back out if one is in the registry), order=002}, id={name=id, comment=the id of the update container, order=000}, failedAction={name=failedAction, comment=the action to fire when the progress fails, order=015}}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxProgressBar.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxProxy" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxProxy.java" comments: "{proxy={name=proxy, comment=Server side object (Java) that will be visible for rpc communication (Javascript). If no object is bound, the parent() object is assigned by default. You should ALWYAS provide an object., order=000}, proxyName={name=proxyName, comment=Client side name (Javascript) used to identify the proxy (Java) from the bridge object., order=001}, lazy={name=lazy, comment=(default false) if true, the proxy is only initialized on-demand, rather than on-load. The initialization requests the available methods from the proxy object., order=004}, name={name=name, comment=Client side name (Javascript) of the bridge object., order=002}, AjaxBridge={name=AjaxBridge, comment=Server side object (Java) used to handle the request. If no value is bound, a new object is created for every ajax request. If a binding is there but has a null value, a new object will be created and pushed to the binding so that this new object can be shared for multiple proxies., order=003}}" apiBindings: "null" classComment: "A RPC mechanism to call methods on the Java server side from a JavaScript client." classDocURL: "er/ajax/AjaxProxy.html" condition: "null" warning: No package defined for class componentName: "AjaxRemoteLogging" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxRemoteLogging.java" comments: "{filter={name=filter, comment=a javascript function that returns true on a single argument msg when the logging should go to the server, order=003}, throttle={name=throttle, comment=the number of milliseconds to collect statements before actually sending (default: 100), order=002}, level={name=level, comment=the log4j logging level to use (default: "info"), order=001}, logger={name=logger, comment=the log4j logger to append to (default: "AjaxRemoteLogging"), order=000}}" apiBindings: "null" classComment: "Allows you to log window.console JS messages from the browser to a logger on the server." classDocURL: "er/ajax/AjaxRemoteLogging.html" condition: "null" warning: No package defined for class componentName: "AjaxResetButton" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxResetButton.java" comments: "{formId={name=formId, comment=String, the id of the form to be reset, order=000}, id,={name=id,, comment=String, optional HTML ID for the button element, order=003}, style,={name=style,, comment=String, optional CSS style definition for the button element, order=005}, clear={name=clear, comment=boolean, true if the form values should be cleared, false should be reset to original values, order=001}, class,={name=class,, comment=String, optional CSS class name for the button element, order=004}, value={name=value, comment=String, optional label for the button, the default is Reset, order=002}}" apiBindings: "null" classComment: "Simple submit button wrapper around Prototypes Form.reset('formID');." classDocURL: "er/ajax/AjaxResetButton.html" condition: "null" warning: No package defined for class componentName: "AjaxRoundEffect" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxRoundEffect.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxRoundEffect.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "AjaxSelectionList" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSelectionList.java" comments: "{item={name=item, comment=(required) bound for each item of the list, order=003}, onchange={name=onchange, comment=(optional) the javascript to execute when the selection changes, order=010}, focus={name=focus, comment=(optional) if true, the selection list will be focused, order=013}, containerElementName={name=containerElementName, comment=the container element for this component, which is "a", order=014}, list={name=list, comment=(required) the list to render, order=002}, mandatory={name=mandatory, comment=(optional) if false, a null value will be prepended to the list. It is up to your component content to handle the null value to show a "No Selection" value. mandatory defaults to true. Mandatory does not imply any validation, it is the semantic equivalent of noSelectionString when compared to WOPopUpButton., order=005}, elementName={name=elementName, comment=(optional) the type of element for the wrapper (default to "a" to support tabbing, but presents some styling complexities in IE), order=001}, selection={name=selection, comment=(optional) the current selection, order=004}, onselect={name=onselect, comment=(optional) the javascript to execute when the user presses enter or double-clicks, order=011}, name={name=name, comment=(optional) the form field name, order=009}, style={name=style, comment=(optional) the css style of the list, order=008}, id={name=id, comment=(optional) the id of the list, order=006}, ondelete={name=ondelete, comment=(optional) the javascript to execute when backspace or delete is pressed, order=012}, class={name=class, comment=(optional) the css class of the list, order=007}}" apiBindings: "null" classComment: "AjaxSelectionList provides a list component that supports keyboard navigation and component renderers." classDocURL: "er/ajax/AjaxSelectionList.html" condition: "null" warning: No package defined for class componentName: "AjaxSessionPing" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSessionPing.java" comments: "{evalScripts={name=evalScripts, comment=true if the ping results may contain JavaScript that should be evaluated (optional, default false), order=005}, method={name=method, comment=the HTTP request method to use for the ping (optional, default "get"), order=006}, asynchronous={name=asynchronous, comment=true if the ping should be made asynchronously (optional, default true), order=004}, keepSessionAlive={name=keepSessionAlive, comment=true if session should be checked out to reset timeout when the application is pinged (optional, default false), order=001}, onFailure={name=onFailure, comment=function to execute if the session has expired or other HTTP error code returned from ping (optional, default "function(response) { window.close();}"), order=003}, parameters={name=parameters, comment=optional URL parameter string appended when application is pinged (optional, no default), order=002}, frequency={name=frequency, comment=the period between pings of the application (optional, default 60 seconds), order=000}}" apiBindings: "null" classComment: "Simple component to ping the session in the background." classDocURL: "er/ajax/AjaxSessionPing.html" condition: "null" warning: No package defined for class componentName: "AjaxSlider" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSlider.java" comments: "{maximum={name=maximum, comment=the maximum value of this slider, order=001}, minimum={name=minimum, comment=the minimum value of this slider, order=000}, snap={name=snap, comment=if true, and min/max is set, this will set "values" to be the list of integer values, order=002}}" apiBindings: "null" classComment: "Simple Ajax slider." classDocURL: "er/ajax/AjaxSlider.html" condition: "null" warning: No package defined for class componentName: "AjaxSocialNetworkLink" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSocialNetworkLink.java" comments: "{name={name=name, comment=the name of the social network (@see er.ajax.AjaxSocialNetwork.socialNetworkNamed), order=000}, alt={name=alt, comment=the alt tag (defaults to the name of the network), order=003}, title={name=title, comment=the title to submit, order=002}, url={name=url, comment=the URL to submit, order=001}, target={name=target, comment=the target of the link, order=004}}" apiBindings: "null" classComment: "AjaxSocialNetworkLink creates a link to the submission URL for a social network around the social network's icon." classDocURL: "er/ajax/AjaxSocialNetworkLink.html" condition: "null" warning: No package defined for class componentName: "AjaxSortOrder" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSortOrder.java" comments: "{displayKey={name=displayKey, comment=, order=003}, updateContainerID={name=updateContainerID, comment=the container to refresh after sorting, order=000}, sortedAscendingImageSrc={name=sortedAscendingImageSrc, comment=, order=006}, unsortedImageName={name=unsortedImageName, comment=, order=008}, sortedAscendingImageName={name=sortedAscendingImageName, comment=, order=009}, displayGroup={name=displayGroup, comment=, order=002}, sortedDescendingImageName={name=sortedDescendingImageName, comment=, order=010}, sortedDescendingImageSrc={name=sortedDescendingImageSrc, comment=, order=007}, unsortedImageSrc={name=unsortedImageSrc, comment=, order=005}, imageFramework={name=imageFramework, comment=, order=011}, key={name=key, comment=, order=004}, d2wContext={name=d2wContext, comment=, order=001}}" apiBindings: "null" classComment: "An Ajax version of ERXSortOrder." classDocURL: "er/ajax/AjaxSortOrder.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "displayKey": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment Binding: "unsortedImageSrc": binding tag in javadoc but no/empty comment Binding: "sortedAscendingImageSrc": binding tag in javadoc but no/empty comment Binding: "sortedDescendingImageSrc": binding tag in javadoc but no/empty comment Binding: "unsortedImageName": binding tag in javadoc but no/empty comment Binding: "sortedAscendingImageName": binding tag in javadoc but no/empty comment Binding: "sortedDescendingImageName": binding tag in javadoc but no/empty comment Binding: "imageFramework": binding tag in javadoc but no/empty comment componentName: "AjaxSortableList" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSortableList.java" comments: "{listItemIDKeyPath={name=listItemIDKeyPath, comment=the key path of the id of each item (required), order=002}, listClass={name=listClass, comment=the CSS class of the list, order=006}, starteffect={name=starteffect, comment=Effect, defaults to Effect.Opacity. Defines the effect to use when the draggable starts being dragged, order=021}, listItemElementName={name=listItemElementName, comment=the HTML element name of the list item (defaults to 'li'), order=005}, dropOnEmpty={name=dropOnEmpty, comment=, order=024}, listItemClass={name=listItemClass, comment=the CSS class of the current list item, order=008}, containment={name=containment, comment=, order=016}, listStyle={name=listStyle, comment=the CSS style attribute of the list, order=007}, startIndex={name=startIndex, comment=the start index of the list, order=010}, only={name=only, comment=, order=013}, action={name=action, comment=the action to fire when the list is reordered, order=011}, reverteffect={name=reverteffect, comment=Effect, default to Effect.Move. Defines the effect to use when the draggable reverts back to its starting position, order=022}, id={name=id, comment=the id of the list (required), order=003}, tag={name=tag, comment=, order=012}, listElementName={name=listElementName, comment=the HTML element name of the list (defaults to 'ul'), order=004}, item={name=item, comment=the repetition item (required), order=001}, onChange={name=onChange, comment=client side method, fires on updating the sort order during drag, order=026}, ghosting={name=ghosting, comment=shows ghosting copy during drag, defaults to false, order=019}, scroll={name=scroll, comment=, order=025}, index={name=index, comment=the repetition index, order=028}, handle={name=handle, comment=if an element should only be draggable by an embedded handle, takes a class name, order=017}, list={name=list, comment=the list to allow reordering on (required), order=000}, hoverclass={name=hoverclass, comment=, order=018}, listItemStyle={name=listItemStyle, comment=the CSS style attribute of the current list item, order=009}, overlap={name=overlap, comment=, order=014}, movingClass={name=movingClass, comment=a CSS class assigned to the element when it is moving., order=020}, constraint={name=constraint, comment=how to constraint moving elements, can take a value of vertical, horizontal or false with vertical as default, order=015}, endeffect={name=endeffect, comment=Effect, defaults to Effect.Opacity. Defines the effect to use when the draggable stops being dragged, order=023}, onUpdate={name=onUpdate, comment=client side method, fires on updating the sort order after dropping the element and order really changed, order=027}}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/AjaxSortableList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class Binding: "tag": binding tag in javadoc but no/empty comment Binding: "only": binding tag in javadoc but no/empty comment Binding: "overlap": binding tag in javadoc but no/empty comment Binding: "containment": binding tag in javadoc but no/empty comment Binding: "hoverclass": binding tag in javadoc but no/empty comment Binding: "dropOnEmpty": binding tag in javadoc but no/empty comment Binding: "scroll": binding tag in javadoc but no/empty comment componentName: "AjaxSubmitButton" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxSubmitButton.java" comments: "{onClick={name=onClick, comment=arbitrary Javascript to execute when the client clicks the button, order=008}, evalScripts={name=evalScripts, comment=evaluate scripts on the result, order=015}, useButtonTag={name=useButtonTag, comment=generate button tag even if the property er.extensions.foundation.ERXPatcher.DynamicElementsPatches.SubmitButton.useButtonTag is false (defaults to "false"), order=017}, onFailure={name=onFailure, comment=javascript to execute in response to the Ajax onFailure event, order=013}, title={name=title, comment=the HTML title of this submit button, order=007}, insertionDuration={name=insertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=037}, onClickServer={name=onClickServer, comment=if the action defined in the action binding returns null, the value of this binding will be returned as javascript from the server, order=010}, elementName={name=elementName, comment=the element name to use (defaults to "a"), order=024}, button={name=button, comment=if false, it will display a link, order=016}, afterEffectID={name=afterEffectID, comment=the ID of the container to apply the "after" effect to (blank = try nearest container, then try updateContainerID), order=034}, accesskey={name=accesskey, comment=hot key that should trigger the button (optional), order=026}, replaceID={name=replaceID, comment=the ID of the div (or other html element) whose contents will be replaced with the results of this action, order=021}, asynchronous={name=asynchronous, comment=boolean defining if the request is sent asynchronously or synchronously, defaults to true, order=025}, formName={name=formName, comment=if button is false, you must specify the name of the form to submit, order=018}, afterEffect={name=afterEffect, comment=the Scriptaculous effect to apply onSuccess ("highlight", "slideIn", "blindDown", etc);, order=033}, action={name=action, comment=the action to execute when this button is pressed, order=002}, beforeInsertionDuration={name=beforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=038}, disabled={name=disabled, comment=if true, the button will be disabled (defaults to false), order=027}, id={name=id, comment=the HTML ID of this submit button, order=003}, beforeEffectDuration={name=beforeEffectDuration, comment=the duration of the effect to apply before // PROTOTYPE EFFECTS, order=032}, value={name=value, comment=the HTML value of this submit button (optional), order=001}, class={name=class, comment=the HTML class of this submit button, order=004}, formSerializer={name=formSerializer, comment=the name of the javascript function to call to serialize the form, order=023}, updateContainerID={name=updateContainerID, comment=the id of the AjaxUpdateContainer to update after performing this action, order=020}, beforeEffect={name=beforeEffect, comment=the Scriptaculous effect to apply onSuccess ("highlight", "slideIn", "blindDown", etc);, order=030}, functionName={name=functionName, comment=if set, the link becomes a javascript function instead, order=019}, tabindex={name=tabindex, comment=tab index of this submit button, order=006}, onComplete={name=onComplete, comment=JavaScript function to evaluate when the request has finished., order=011}, onLoading={name=onLoading, comment=javascript to execute when loading, order=014}, afterEffectDuration={name=afterEffectDuration, comment=the duration of the effect to apply after, order=035}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=009}, afterInsertionDuration={name=afterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=039}, effect={name=effect, comment=synonym of afterEffect except it always applies to updateContainerID, order=028}, name={name=name, comment=the HTML name of this submit button (optional), order=000}, style={name=style, comment=the HTML style of this submit button, order=005}, showUI={name=showUI, comment=if functionName is set, the UI defaults to hidden; showUI re-enables it, order=022}, effectDuration={name=effectDuration, comment=synonym of afterEffectDuration except it always applies to updateContainerID // PROTOTYPE EFFECTS, order=029}, insertion={name=insertion, comment=JavaScript function to evaluate when the update takes place (or effect shortcuts like "Effect.blind", or "Effect.BlindUp"), order=036}, beforeEffectID={name=beforeEffectID, comment=the ID of the container to apply the "before" effect to (blank = try nearest container, then try updateContainerID), order=031}, onSuccess={name=onSuccess, comment=javascript to execute in response to the Ajax onSuccess event, order=012}}" apiBindings: "null" classComment: "AjaxSubmitButton behaves just like a WOSubmitButton except that it submits in the background with an Ajax.Request." classDocURL: "er/ajax/AjaxSubmitButton.html" condition: "null" warning: No package defined for class componentName: "AjaxTabbedPanel" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxTabbedPanel.java" comments: "{onLoad={name=onLoad, comment=optional, String JavaScript to execute after the whole tabbed panel loads, order=002}, id={name=id, comment=required, String the id of the UL that wraps the tabs, order=000}, busyDiv={name=busyDiv, comment=optional, String the id of a div that should be shown when a tab is loading, order=001}, onSelect={name=onSelect, comment=optional, String JavaScript to execute after a different tab is selected. This will not get called when this is first rendered. Use onLoad if you need that., order=003}}" apiBindings: "null" classComment: "This implements the tabs and the main control of a tabbed panel display as an unordered list (UL and LI elements)." classDocURL: "er/ajax/AjaxTabbedPanel.html" condition: "null" warning: No package defined for class componentName: "AjaxTabbedPanelTab" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxTabbedPanelTab.java" comments: "{accesskey={name=accesskey, comment=optional, The accesskey for this tab, order=006}, name={name=name, comment=required, String the text shown in the tab that is clicked on to select the tab, order=000}, isSelected={name=isSelected, comment=optional, boolean true if this tab is initially selected when the page is first rendered, defaults to false. If present and can be set, is set to true when this tab is selected and to false when it is no longer the selected tab, order=001}, onLoad={name=onLoad, comment=optional, String JavaScript to execute after the tab loads, order=004}, id={name=id, comment=optional, String the id attribute of the A element selecting this panel, [id]_panel is the id of LI element implementing this tab, order=002}, isVisible={name=isVisible, comment=optional, default is true, indicates if tab and panel should be displayed, order=005}, refreshOnSelect={name=refreshOnSelect, comment=optional, if true the tab content will reload each time the tab is selected. Defaults to false, order=003}}" apiBindings: "null" classComment: "This implements the tab contents of a tabbed panel display as an unordered list (UL and LI elements)." classDocURL: "er/ajax/AjaxTabbedPanelTab.html" condition: "null" warning: No package defined for class componentName: "AjaxTextHinter" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxTextHinter.java" comments: "{form={name=form, comment=ID of the form to apply the hints to, order=000}}" apiBindings: "null" classComment: "Hints input and textarea fields with ghosted text that serves as an explanation for the user what to enter." classDocURL: "er/ajax/AjaxTextHinter.html" condition: "null" warning: No package defined for class componentName: "AjaxToggleLink" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxToggleLink.java" comments: "{duration={name=duration, comment=the duration of the effect, order=002}, toggleID={name=toggleID, comment=the id of the container to toggle, order=003}, effect={name=effect, comment=the name of the effect to use (defaults to "blind"), order=001}, disabled={name=disabled, comment=if true, disables the link, order=000}}" apiBindings: "null" classComment: "AjaxToggleLink provides a wrapper for calling Effect.toggle when clicking a link." classDocURL: "er/ajax/AjaxToggleLink.html" condition: "null" warning: No package defined for class componentName: "AjaxTree" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxTree.java" comments: "{item={name=item, comment=the current tree node (equivalent to "item" on WORepetition), order=001}, cache={name=cache, comment=whether to cache the nodes or determine them every time from the model (default: true), order=020}, treeModel={name=treeModel, comment=the treeModel to use (one will be created by default), order=011}, parentKeyPath={name=parentKeyPath, comment=the keypath to call on a node to get its parent node (ignored if delegate is set), order=006}, leafImage={name=leafImage, comment=the icon to use for a leaf node, order=016}, expandedImage={name=expandedImage, comment=the icon to use for an expanded node, order=014}, childrenKeyPath={name=childrenKeyPath, comment=the keypath to call on a node to get its children NSArray (ignored if delegate is set), order=007}, expandedImageFramework={name=expandedImageFramework, comment=the framework to load the expanded icon from, order=015}, delegate={name=delegate, comment=the delegate to use instead of keypaths (see AjaxTreeModel.Delegate), order=018}, itemID={name=itemID, comment=the id of the current item, order=003}, allExpanded={name=allExpanded, comment=if true, the tree defaults to have all its nodes expanded, order=005}, showRoot={name=showRoot, comment=if false, the root node will be skipped and the tree will begin with its children, order=019}, root={name=root, comment=the root node of the tree, order=000}, itemClass={name=itemClass, comment=the class of the current item, order=002}, isLeafKeyPath={name=isLeafKeyPath, comment=the keypath to call on a node to determine if it is a leaf node (ignored if delegate, and defaults to return childrenKeyPath.count() == 0 if not set), order=008}, leafImageFramework={name=leafImageFramework, comment=the framework to load the leaf icon from, order=017}, collapsedImageFramework={name=collapsedImageFramework, comment=the framework to load the collapsed icon from, order=013}, id={name=id, comment=the html id of the tree, order=009}, collapsedImage={name=collapsedImage, comment=the icon to use for a collapsed node, order=012}, class={name=class, comment=the html class of the tree, order=010}, rootExpanded={name=rootExpanded, comment=if true, the tree will require the root node to be open; ignored if showRoot = false, order=004}}" apiBindings: "null" classComment: "AjaxTree provides an Ajax-refreshing tree view." classDocURL: "er/ajax/AjaxTree.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdateContainer" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxUpdateContainer.java" comments: "{stopped={name=stopped, comment=determines whether a periodic update container loads as stopped., order=011}, afterInsertionDuration={name=afterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=005}, asynchronous={name=asynchronous, comment=set to false to force a synchronous refresh of the container. Defaults to true., order=006}, onRefreshComplete={name=onRefreshComplete, comment=the script to execute at the end of refreshing the container, order=000}, action={name=action, comment=the action to call when this updateContainer refreshes, order=001}, beforeInsertionDuration={name=beforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=004}, insertion={name=insertion, comment=JavaScript function to evaluate when the update takes place (or effect shortcuts like "Effect.blind", or "Effect.BlindUp"), order=002}, optional={name=optional, comment=set to true if you want the container tags to be skipped if this is already in an update container (similar to ERXOptionalForm). If optional is true and there is a container, it's as if this AUC doesn't exist, and only its children will render to the page., order=007}, decay={name=decay, comment=a multiplier (default is one) applied to the frequency if the response of the update is unchanged, order=009}, insertionDuration={name=insertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=003}, observeDescendentFields={name=observeDescendentFields, comment=observe descendent fields, order=010}, frequency={name=frequency, comment=the frequency (in seconds) of a periodic update, order=008}}" apiBindings: "null" classComment: "observeFieldID requires ERExtensions, specifically ERXWOForm" classDocURL: "er/ajax/AjaxUpdateContainer.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdateLink" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxUpdateLink.java" comments: "{evalScripts={name=evalScripts, comment=boolean defining if the container update is expected to be a script., order=007}, onClick={name=onClick, comment=JS function, called after the click on the client, order=010}, string={name=string, comment=string to get preprended to the contained elements, order=019}, onFailure={name=onFailure, comment=JavaScript function to evaluate when the request has failed., order=005}, onException={name=onException, comment=JavaScript function to evaluate when the request had errors., order=006}, title={name=title, comment=title of the link, order=014}, insertionDuration={name=insertionDuration, comment=the duration of the before and after insertion animation (if using insertion), order=035}, onClickServer={name=onClickServer, comment=JS returned from the server after the update, order=011}, elementName={name=elementName, comment=the element name to use (defaults to "a"), order=021}, button={name=button, comment=if true, this is rendered as a javascript button, order=023}, afterEffectID={name=afterEffectID, comment=the ID of the container to apply the "after" effect to (blank = try nearest container, then try updateContainerID), order=032}, accesskey={name=accesskey, comment=hot key that should trigger the link (optional), order=025}, replaceID={name=replaceID, comment=the ID of the div (or other html element) whose contents will be replaced with the results of this action, order=013}, asynchronous={name=asynchronous, comment=boolean defining if the update request is sent asynchronously or synchronously, defaults to true, order=024}, function={name=function, comment=a custom function to call that takes a single parameter that is the action url, order=020}, directActionName={name=directActionName, comment=the direct action to call when link executes, order=001}, afterEffect={name=afterEffect, comment=the Scriptaculous effect to apply onSuccess ("highlight", "slideIn", "blindDown", etc);, order=031}, action={name=action, comment=the action to call when the link executes, order=000}, beforeInsertionDuration={name=beforeInsertionDuration, comment=the duration of the before insertion animation (if using insertion), order=036}, disabled={name=disabled, comment=boolean defining if the link renders the tag, order=018}, id={name=id, comment=id of the link, order=017}, beforeEffectDuration={name=beforeEffectDuration, comment=the duration of the effect to apply before // PROTOTYPE EFFECTS, order=030}, class={name=class, comment=css class of the link, order=016}, updateContainerID={name=updateContainerID, comment=the id of the AjaxUpdateContainer to update after performing this action, order=012}, beforeEffect={name=beforeEffect, comment=the Scriptaculous effect to apply onSuccess ("highlight", "slideIn", "blindDown", etc);, order=028}, functionName={name=functionName, comment=if set, the link becomes a javascript function, order=022}, onComplete={name=onComplete, comment=JavaScript function to evaluate when the request has finished., order=003}, ignoreActionResponse={name=ignoreActionResponse, comment=boolean defining if the action's response should be thrown away (useful when the same action has both Ajax and plain links), order=008}, onLoading={name=onLoading, comment=JavaScript function to evaluate when the request begins, order=002}, afterEffectDuration={name=afterEffectDuration, comment=the duration of the effect to apply before, order=033}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=009}, afterInsertionDuration={name=afterInsertionDuration, comment=the duration of the after insertion animation (if using insertion), order=037}, effect={name=effect, comment=synonym of afterEffect except it always applies to updateContainerID, order=026}, style={name=style, comment=css style of the link, order=015}, effectDuration={name=effectDuration, comment=the duration of the effect to apply before // PROTOTYPE EFFECTS, order=027}, insertion={name=insertion, comment=JavaScript function to evaluate when the update takes place (or effect shortcuts like "Effect.blind", or "Effect.BlindUp"), order=034}, beforeEffectID={name=beforeEffectID, comment=the ID of the container to apply the "before" effect to (blank = try nearest container, then try updateContainerID), order=029}, onSuccess={name=onSuccess, comment=JavaScript function to evaluate when the request was successful., order=004}}" apiBindings: "null" classComment: "Updates a region on the screen by creating a request to an action, then returning a script that in turn creates an Ajax.Updater for the area." classDocURL: "er/ajax/AjaxUpdateLink.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdateTrigger" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxUpdateTrigger.java" comments: "{resetAfterUpdate={name=resetAfterUpdate, comment=if true, the array of IDs will be cleared after appendToResponse, order=001}, updateContainerIDs={name=updateContainerIDs, comment=an array of update container IDs to update, order=000}}" apiBindings: "null" classComment: "AjaxUpdateTrigger is useful if you have multiple containers on a page that are controlled by a central parent component." classDocURL: "er/ajax/AjaxUpdateTrigger.html" condition: "null" warning: No package defined for class componentName: "FocusText" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/FocusText.java" comments: "{onEnter={name=onEnter, comment=javascript to execute when the enter key is pressed, order=003}, selectAll={name=selectAll, comment=if true, the text will default to be selected, order=001}, focus={name=focus, comment=if false, focus will not be grabbed, order=002}, id={name=id, comment=the id the textfield, order=000}}" apiBindings: "null" classComment: "Focus text is a convenience version of ERXWOText that provides support for grabbing default focus via javascript." classDocURL: "er/ajax/FocusText.html" condition: "null" warning: No package defined for class componentName: "FocusTextField" package: "er.ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/FocusTextField.java" comments: "{onEnter={name=onEnter, comment=javascript to execute when the enter key is pressed, order=003}, selectAll={name=selectAll, comment=if true, the text will default to be selected, order=001}, focus={name=focus, comment=if false, focus will not be grabbed, order=002}, id={name=id, comment=the id the textfield, order=000}}" apiBindings: "null" classComment: "Focus text field is a convenience version of ERXWOTextField that provides support for grabbing default focus via javascript." classDocURL: "er/ajax/FocusTextField.html" condition: "null" warning: No package defined for class componentName: "AjaxJSONClient" package: "er.ajax.json.client" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/json/client/AjaxJSONClient.java" comments: "{instance={name=instance, comment=if global is false, you can set a specific instance identifier (leave out for a generated value), order=003}, callback={name=callback, comment=the initialization callback, order=000}, global={name=global, comment=if true, a single component instance will be shared for the session (defaults false), order=002}, componentName={name=componentName, comment=the JSON component to use, order=001}}" apiBindings: "null" classComment: "AjaxJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if there is one)." classDocURL: "er/ajax/json/client/AjaxJSONClient.html" condition: "null" warning: No package defined for class componentName: "AjaxStatelessJSONClient" package: "er.ajax.json.client" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/Ajax/Sources/er/ajax/json/client/AjaxStatelessJSONClient.java" comments: "{callback={name=callback, comment=the initialization callback, order=000}}" apiBindings: "null" classComment: "StatelessJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if there is one)." classDocURL: "er/ajax/json/client/AjaxStatelessJSONClient.html" condition: "null" warning: No package defined for class componentName: "MTAccordionComponent" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAccordionComponent.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAccordionComponent.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAccordionContainer" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAccordionContainer.java" comments: "{resetHeight={name=resetHeight, comment=- (boolean; defaults to true) If set to false, the height of an opened accordion section will be set to an absolute pixel size., order=010}, onActive={name=onActive, comment=- (function: signature = function(toggler, element) {}) a method that is called on the container that is opened., order=011}, fixedWidth={name=fixedWidth, comment=- (boolean: defaults to false) If set to true, displayed elements will have a fixed width., order=007}, display={name=display, comment=- (integer: defaults to 0) The index of the element to show at start (with a transition). To force all elements to be closed by default, pass in -1., order=000}, show={name=show, comment=- (integer: defaults to 0) The index of the element to be shown initially., order=001}, trigger={name=trigger, comment=- (string: defaults to 'click') The event that triggers a change in element display., order=002}, fixedHeight={name=fixedHeight, comment=- (boolean: defaults to false) If set to true, displayed elements will have a fixed height., order=006}, initialDisplayFx={name=initialDisplayFx, comment=- (boolean; defaults to true) If set to false, the initial item displayed will not display with an effect but will just be shown immediately., order=009}, width={name=width, comment=- (boolean: defaults to false) If set to true, it will add a width transition to the accordion when switching between displayed elements. Warning: CSS mastery is required to make this work!, order=004}, onBackground={name=onBackground, comment=- (function: signature = function(toggler, element) {}) a method that is called on the container that is closed., order=012}, opacity={name=opacity, comment=- (boolean: defaults to true) If set to true, an opacity transition effect will take place when switching between displayed elements., order=005}, alwaysHide={name=alwaysHide, comment=- (boolean: defaults to false) If set to true, it will be possible to close all displayable elements. Otherwise, one will remain open at all time., order=008}, height={name=height, comment=- (boolean: defaults to true) If set to true, a height transition effect will take place when switching between displayed elements., order=003}}" apiBindings: "null" classComment: "A DHTML accordion based on the Accordion Component found in MooTools: http://mootools.net/docs/more/Fx/Fx.Accordion The class name of the container that contains the label is always "toggler" and the class name of the container that holds the content is "elements"." classDocURL: "er/ajax/mootools/MTAccordionContainer.html" condition: "null" warning: No package defined for class componentName: "MTAjaxAutoComplete" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxAutoComplete.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxAutoComplete.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxDraggable" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxDraggable.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxDraggable.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxExpansion" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxExpansion.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxExpansion.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxFileUpload" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxFileUpload.java" comments: "{data={name=data, comment=the NSData that will be bound with the contents of the upload, order=012}, progressBarBeforeStart={name=progressBarBeforeStart, comment=if true, the progress bar is visible before the upload is started, order=019}, onFileSelected={name=onFileSelected, comment=optional JS code that is called when the file selection changes. To auto-start the upload when a file is selected, set uploadFunctionName to e.g. "startUpload" and onFileSelected to "startUpload()", order=030}, refreshTime={name=refreshTime, comment=the number of milliseconds to wait between refreshes, order=021}, uploadProgress={name=uploadProgress, comment=access to the underlying AjaxUploadProgress object, order=031}, mimeType={name=mimeType, comment=set from the content-type of the upload header if available, order=026}, canceledAction={name=canceledAction, comment=the action to fire when the upload is canceled, order=009}, succeededFunction={name=succeededFunction, comment=the javascript function to execute when the upload succeeds, order=005}, failedFunction={name=failedFunction, comment=the javascript function to execute when the upload fails, order=006}, cancelText={name=cancelText, comment=the text to display for the cancel link, order=000}, uploadLabel={name=uploadLabel, comment=the label to display on the Upload button ("Upload" by default), order=023}, finishedFunction={name=finishedFunction, comment=the javascript function to execute when the upload finishes (succeeded, failed, or canceled), order=007}, failedAction={name=failedAction, comment=the action to fire when the upload fails, order=011}, outputStream={name=outputStream, comment=the output stream to write the contents of the upload to, order=014}, id={name=id, comment=the id attribute of the file input, order=029}, class={name=class, comment=the class attribute of the file input, order=027}, finalFilePath={name=finalFilePath, comment=the final file path of the upload (when streamToFilePath is set or keepTempFile = true), order=016}, succeededAction={name=succeededAction, comment=the action to fire when the upload succeeded, order=010}, streamToFilePath={name=streamToFilePath, comment=the path to write the upload to, can be a directory, order=015}, canceledFunction={name=canceledFunction, comment=the javascript function to execute when the upload is canceled, order=004}, progressBarAfterDone={name=progressBarAfterDone, comment=if true, the progress bar is visible after the upload is done, order=020}, filePath={name=filePath, comment=the name of the uploaded file, order=017}, startedFunction={name=startedFunction, comment=the javascript function to execute when the progress is started, order=003}, cancelingText={name=cancelingText, comment=the text to display when the progress is being canceled, order=001}, inputStream={name=inputStream, comment=will be bound to an input stream on the contents of the upload, order=013}, allowCancel={name=allowCancel, comment=if true, the cancel link is visible, order=018}, finishedAction={name=finishedAction, comment=the action to fire when the upload finishes (cancel, failed, or succeeded), order=008}, uploadFunctionName={name=uploadFunctionName, comment=the upload button will instead be a function with the given name, order=024}, progressOfText={name=progressOfText, comment=the text to display for the word "of" in the "[size] of [totalsize]" string during upload, order=025}, startingText={name=startingText, comment=the text to display when the progress is starting, order=002}, style={name=style, comment=the style attribute of the file input, order=028}, keepTempFile={name=keepTempFile, comment=if true, don't delete the temp file that AjaxFileUpload creates, order=022}}" apiBindings: "null" classComment: "AjaxFileUpload provides an Ajax wrapper around the file upload process." classDocURL: "er/ajax/mootools/MTAjaxFileUpload.html" condition: "null" warning: No package defined for class componentName: "MTAjaxInPlace" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxInPlace.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxInPlace.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxModalContainer" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxModalContainer.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxModalContainer.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxObserveField" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxObserveField.java" comments: "{onCreate={name=onCreate, comment=Takes a JavaScript function which is called after the form has been serialized, but befor the Ajax request is sent to the server. Useful e.g. if you want to disable the form while the ajax request is running., order=011}, updateContainerID={name=updateContainerID, comment=the ID of the container to update. Specify "_parent" to use the nearest one., order=003}, observeFieldFrequency={name=observeFieldFrequency, comment=the polling observe frequency (in seconds), order=006}, action={name=action, comment=the action to call when the observer fires, order=004}, observeFieldID={name=observeFieldID, comment=the ID of the field to observe, order=002}, observeDelay={name=observeDelay, comment=the minimum time between submits (in seconds), order=007}, style={name=style, comment=CSS style to use on the container. (Only used if you leave off observeFieldID), order=010}, id={name=id, comment=the ID of the observe field container (only useful if you leave off observeFieldID)., order=000}, onBeforeSubmit={name=onBeforeSubmit, comment=called prior to submitting the observed content; return false to deny the submit, order=005}, fullSubmit={name=fullSubmit, comment=When false, only the value of the field that changed is sent to the server (partial submit), when true, the whole form is sent. Defaults to false. Caution: Partial submit doesn't work correctly if you manually set the name on your inputs., order=008}, class={name=class, comment=CSS class to use on the container. (Only used if you leave off observeFieldID), order=009}, elementName={name=elementName, comment=element to use for the observe field container. Defaults to div. (Only used if you leave off observeFieldID), order=001}}" apiBindings: "null" classComment: "AjaxObserveField allows you to perform an Ajax submit (and optional update) based on the state of a form field changing." classDocURL: "er/ajax/mootools/MTAjaxObserveField.html" condition: "null" warning: No package defined for class componentName: "MTAjaxPing" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxPing.java" comments: "{targetContainerID={name=targetContainerID, comment=the ID of the update container to refresh when a change is detected, order=001}, cacheKey={name=cacheKey, comment=some hash value that represents the state of the target container, order=002}, stop={name=stop, comment=(optional) if true, the ping will stop. If false, the ping will run. It's up to you to refresh the ping's container to get it running again after the binding changes from false to true., order=005}, onBeforeUpdate={name=onBeforeUpdate, comment=(optional) the javascript function to call before updating (should return true if the update should happen, false if not), order=003}, id={name=id, comment=(optional) the id of the ping update container (set this if you want to attach an AjaxBusyIndicator), order=004}, frequency={name=frequency, comment=the frequency of refresh (in millis), defaults to 3000, order=000}}" apiBindings: "null" classComment: "

AjaxPing provides support for refreshing a large content area based on a series of periodic refreshes of a very small area." classDocURL: "er/ajax/mootools/MTAjaxPing.html" condition: "null" warning: No package defined for class componentName: "MTAjaxPingUpdate" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxPingUpdate.java" comments: "{targetContainerID={name=targetContainerID, comment=the ID of the update container to refresh when a change is detected, order=000}, cacheKey={name=cacheKey, comment=some hash value that represents the state of the target container, order=001}, onBeforeUpdate={name=onBeforeUpdate, comment=(optional) the javascript function to call before updating (should return true if the update should happen, false if not), order=002}}" apiBindings: "null" classComment: "

AjaxPingUpdate is primarily for use inside of an AjaxPing tag to support ping-updating multiple containers from a single AjaxPing request." classDocURL: "er/ajax/mootools/MTAjaxPingUpdate.html" condition: "null" warning: No package defined for class componentName: "MTAjaxProgressBar" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxProgressBar.java" comments: "{visibleBeforeStart={name=visibleBeforeStart, comment=if true, the progress bar is visible before the activity is started, order=018}, succeededAction={name=succeededAction, comment=the action to fire when the progress succeeded, order=014}, progressID={name=progressID, comment=the id of the AjaxProgress, order=001}, canceledFunction={name=canceledFunction, comment=the javascript function to execute when the progress is canceled, order=004}, refreshTime={name=refreshTime, comment=the number of milliseconds to wait between refreshes, order=020}, startedFunction={name=startedFunction, comment=the javascript function to execute when the progress is started, order=003}, cancelingText={name=cancelingText, comment=the text to display when the progress is being canceled, order=009}, started={name=started, comment=boolean of whether or not the progress has started (i.e. begin polling), order=016}, allowCancel={name=allowCancel, comment=if true, the cancel link is visible, order=017}, finishedAction={name=finishedAction, comment=the action to fire when the progress finishes (cancel, failed, or succeeded), order=012}, canceledAction={name=canceledAction, comment=the action to fire when the progress is canceled, order=013}, succeededFunction={name=succeededFunction, comment=the javascript function to execute when the progress succeeds, order=005}, failedFunction={name=failedFunction, comment=the javascript function to execute when the progress fails, order=006}, cancelText={name=cancelText, comment=the text to display for the cancel link, order=008}, finishedFunction={name=finishedFunction, comment=the javascript function to execute when the progress finishes (succeeded, failed, or canceled), order=007}, progressOfText={name=progressOfText, comment=the text to display for the word "of" in the "[size] of [totalsize]" string during upload, order=011}, startingText={name=startingText, comment=the text to display when the progress is starting, order=010}, visibleAfterDone={name=visibleAfterDone, comment=if true, the progress bar is visible after the activity is done, order=019}, progress={name=progress, comment=the progress object for this progress bar (can bind a new progress back out if one is in the registry), order=002}, id={name=id, comment=the id of the update container, order=000}, failedAction={name=failedAction, comment=the action to fire when the progress fails, order=015}}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxProgressBar.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxSortableList" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxSortableList.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxSortableList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxSubmitButton" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxSubmitButton.java" comments: "{onClick={name=onClick, comment=JS function, called after the click on the client, order=014}, evalScripts={name=evalScripts, comment=evaluate scripts on the result, order=020}, onRequest={name=onRequest, comment=Fired when the Request is sent., order=018}, onFailure={name=onFailure, comment=Fired when the request failed (error status code)., order=017}, onException={name=onException, comment=Fired when setting a request header fails., order=016}, title={name=title, comment=the HTML title of this submit button, order=006}, onClickServer={name=onClickServer, comment=if the action defined in the action binding returns null, the value of this binding will be returned as javascript from the server, order=009}, elementName={name=elementName, comment=the element name to use (defaults to "a"), order=027}, button={name=button, comment=if false, it will display a link, order=021}, accesskey={name=accesskey, comment=hot key that should trigger the button (optional), order=029}, onCancel={name=onCancel, comment=Fired when a request has been cancelled., order=012}, formName={name=formName, comment=if button is false, you must specify the name of the form to submit, order=022}, action={name=action, comment=the action to execute when this button is pressed, order=002}, disabled={name=disabled, comment=if true, the button will be disabled (defaults to false), order=030}, id={name=id, comment=the HTML ID of this submit button, order=003}, value={name=value, comment=the HTML value of this submit button (optional), order=001}, class={name=class, comment=the HTML class of this submit button, order=004}, formSerializer={name=formSerializer, comment=the name of the javascript function to call to serialize the form, order=026}, updateContainerID={name=updateContainerID, comment=the id of the AjaxUpdateContainer to update after performing this action, order=024}, onSuccess(responseTree,={name=onSuccess(responseTree,, comment=responseElements, responseHTML, responseJavaScript) Fired when the Request is completed successfully., order=019}, functionName={name=functionName, comment=if set, the link becomes a javascript function instead, order=023}, onComplete={name=onComplete, comment=Fired when the Request is completed., order=015}, async={name=async, comment=boolean defining if the request is sent asynchronously or synchronously, defaults to true, order=028}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=013}, name={name=name, comment=the HTML name of this submit button (optional), order=000}, style={name=style, comment=the HTML style of this submit button, order=005}, showUI={name=showUI, comment=if functionName is set, the UI defaults to hidden; showUI re-enables it, order=025}}" apiBindings: "null" classComment: "AjaxSubmitButton behaves just like a WOSubmitButton except that it submits in the background with an Ajax.Request." classDocURL: "er/ajax/mootools/MTAjaxSubmitButton.html" condition: "null" warning: No package defined for class componentName: "MTAjaxTabbedPanel" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxTabbedPanel.java" comments: "{onLoad={name=onLoad, comment=optional, String JavaScript to execute after the whole tabbed panel loads, order=002}, id={name=id, comment=required, String the id of the UL that wraps the tabs, order=000}, class={name=class, comment=css classes to add to the ul., order=004}, busyDiv={name=busyDiv, comment=optional, String the id of a div that should be shown when a tab is loading, order=001}, onSelect={name=onSelect, comment=optional, String JavaScript to execute after a different tab is selected. This will not get called when this is first rendered. Use onLoad if you need that., order=003}}" apiBindings: "null" classComment: "This implements the tabs and the main control of a tabbed panel display as an unordered list (UL and LI elements)." classDocURL: "er/ajax/mootools/MTAjaxTabbedPanel.html" condition: "null" warning: No package defined for class componentName: "MTAjaxTabbedPanelTab" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxTabbedPanelTab.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxTabbedPanelTab.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxTree" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxTree.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTAjaxTree.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTAjaxUpdateContainer" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxUpdateContainer.java" comments: "{evalScripts={name=evalScripts, comment=- (boolean: defaults to true) If set to true, script tags inside the response will be evaluated., order=007}, onRequest={name=onRequest, comment=Fired when the Request is sent., order=017}, onFailure={name=onFailure, comment=Fired when the request failed (error status code)., order=023}, onException={name=onException, comment=Fired when setting a request header fails., order=015}, initialDelay={name=initialDelay, comment=- (number; defaults to 5000) The initial delay to wait for the request after a call to the start method, order=020}, elementName={name=elementName, comment=the container's element defaults to DIV., order=000}, frequency={name=frequency, comment=the frequency (in seconds) of a periodic update, order=019}, spinnerTarget={name=spinnerTarget, comment=- (mixed) a string of the id for an Element or an Element reference to use instead of the one specifed in the update option. This is useful if you want to overlay a different area (or, say, the parent of the one being updated)., order=027}, onCancel={name=onCancel, comment=Fired when a request has been cancelled., order=013}, limit={name=limit, comment=- (number; defaults to 60000) The maximum time the interval uses to request the server responseTree - (element) The node list of the remote response. responseElements - (array) An array containing all elements of the remote response. responseHTML - (string) The content of the remote response. responseJavaScript - (string) The portion of JavaScript from the remote response., order=022}, action={name=action, comment=the action to call when this updateContainer refreshes, order=001}, isSuccess={name=isSuccess, comment=- (function) Overrides the built-in isSuccess function., order=006}, headers={name=headers, comment=- (object) An object to use in order to set the request headers., order=005}, method={name=method, comment=- (string: defaults to 'post') The HTTP method for the request, can be either 'post' or 'get'., order=002}, onSuccess(responseTree,={name=onSuccess(responseTree,, comment=responseElements, responseHTML, responseJavaScript) Fired when the Request is completed successfully., order=018}, emulation={name=emulation, comment=- (boolean: defaults to true) If set to true, other methods than 'post' or 'get' are appended as post-data named '_method' (as used in rails), order=004}, onComplete={name=onComplete, comment=Fired when the Request is completed., order=014}, optional={name=optional, comment=set to true if you want the container tags to be skipped if this is already in an update container (similar to ERXOptionalForm). If optional is true and there is a container, it's as if this AUC doesn't exist, and only its children will render to the page., order=012}, encoding={name=encoding, comment=- (string: defaults to 'utf-8') The encoding to be set in the request header., order=003}, urlEncoded={name=urlEncoded, comment=- (boolean: defaults to true) If set to true, the content-type header is set to www-form-urlencoded + encoding, order=009}, spinnerOptions={name=spinnerOptions, comment=- (object) the options object for the Spinner class, order=026}, async={name=async, comment=- (boolean: defaults to true) If set to false, the requests will be synchronous and freeze the browser during request., order=011}, delay={name=delay, comment=- (number; defaults to 5000) The delay between requests and the number of ms to add if no valid data has been returned, order=021}, noCache={name=noCache, comment=- (boolean; defaults to false) If true, appends a unique noCache value to the request to prevent caching. (IE has a bad habit of caching ajax request values. Including this script and setting the noCache value to true will prevent it from caching. The server should ignore the noCache value.), order=010}, useSpinner={name=useSpinner, comment=(boolean) use the Spinner class with this request, order=024}, defaultSpinnerClass={name=defaultSpinnerClass, comment=inclue the default spinner css class in the headers - if false provide your own., order=025}, evalResponse={name=evalResponse, comment=- (boolean: defaults to false) If set to true, the entire response will be evaluated. Responses with javascript content-type will be evaluated automatically., order=008}}" apiBindings: "null" classComment: "observeFieldID requires ERExtensions, specifically ERXWOForm" classDocURL: "er/ajax/mootools/MTAjaxUpdateContainer.html" condition: "null" warning: No package defined for class componentName: "MTAjaxUpdateLink" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTAjaxUpdateLink.java" comments: "{onClick={name=onClick, comment=JS function, called after the click on the client, order=017}, string={name=string, comment=string to get preprended to the contained elements, order=008}, onRequest={name=onRequest, comment=Fired when the Request is sent., order=021}, onFailure={name=onFailure, comment=Fired when the request failed (error status code)., order=020}, onException={name=onException, comment=Fired when setting a request header fails., order=019}, title={name=title, comment=title of the link, order=003}, elementName={name=elementName, comment=the element name to use (defaults to "a"), order=010}, button={name=button, comment=if true, this is rendered as a javascript button, order=012}, spinnerTarget={name=spinnerTarget, comment=- (mixed) a string of the id for an Element or an Element reference to use instead of the one specifed in the update option. This is useful if you want to overlay a different area (or, say, the parent of the one being updated)., order=026}, accesskey={name=accesskey, comment=hot key that should trigger the link (optional), order=014}, onCancel={name=onCancel, comment=Fired when a request has been cancelled., order=015}, function={name=function, comment=a custom function to call that takes a single parameter that is the action url, order=009}, directActionName={name=directActionName, comment=the direct action to call when link executes, order=001}, action={name=action, comment=the action to call when the link executes, order=000}, disabled={name=disabled, comment=boolean defining if the link renders the tag, order=007}, id={name=id, comment=of the link, order=006}, class={name=class, comment=css class of the link, order=005}, updateContainerID={name=updateContainerID, comment=the id of the AjaxUpdateContainer to update after performing this action, order=002}, onSuccess(responseTree,={name=onSuccess(responseTree,, comment=responseElements, responseHTML, responseJavaScript) Fired when the Request is completed successfully., order=022}, functionName={name=functionName, comment=if set, the link becomes a javascript function, order=011}, onComplete={name=onComplete, comment=Fired when the Request is completed., order=018}, spinnerOptions={name=spinnerOptions, comment=- (object) the options object for the Spinner class, order=025}, async={name=async, comment=boolean defining if the update request is sent asynchronously or synchronously, defaults to true, order=013}, onClickBefore={name=onClickBefore, comment=if the given function returns true, the onClick is executed. This is to support confirm(..) dialogs., order=016}, useSpinner={name=useSpinner, comment=(boolean) use the Spinner class with this request, order=023}, defaultSpinnerClass={name=defaultSpinnerClass, comment=inclue the default spinner css class in the headers - if false provide your own., order=024}, style={name=style, comment=css style of the link, order=004}}" apiBindings: "null" classComment: "Updates a region on the screen by creating a request to an action, then returning a script that in turn creates an Ajax.Updater for the area." classDocURL: "er/ajax/mootools/MTAjaxUpdateLink.html" condition: "null" warning: No package defined for class componentName: "MTERAttachmentFlexibleUpload" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTERAttachmentFlexibleUpload.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTERAttachmentFlexibleUpload.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTJSDatePicker" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTJSDatePicker.java" comments: "{months={name=months, comment=- default (['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']) Labels for the months, allows for localization., order=004}, yearPicker={name=yearPicker, comment=(true) - Enable/disable yearpicker functionality. Makes it much easier to change years., order=009}, debug={name=debug, comment=default (false) - When enabled, will not hide the original input element. Additionally, any formatting errors will be alerted to the user., order=017}, onShow={name=onShow, comment=default null - function to fire onShow, order=018}, dateFormat={name=dateFormat, comment=- the dateformat to use. Same as normal., order=011}, startDay={name=startDay, comment=default (1) - First day of a week. Can be 0 (Sunday) through 6 (Saturday) - be aware that this may affect your layout, since days in the last column will likely have a style with right-margin: 0px;which would need to be applied to a different day. Default value 1 is Monday., order=006}, pickerClass={name=pickerClass, comment=- default (datepicker) CSS class for the main datepicker container element., order=000}, toggleElements={name=toggleElements, comment=- default (null) Toggle your datepicker by clicking another element. Specify as a MooTools selector. The resulting elements are mapped to the selected datepickers by index (the 1st toggle works for the 1st input, the 2nd toggle works for the 2nd input, etc.), order=001}, yearsPerPage={name=yearsPerPage, comment=(20) - Amount of years to show in the year-picking view. Be aware that this may affect your layout., order=010}, useFadeInOut={name=useFadeInOut, comment=default (true (false on Internet Explorer)) Whether to fade-in/out the datepicker popup., order=013}, positionOffset={name=positionOffset, comment=default ({ x: 0, y: 0 }) Allows you to tweak the position at which the datepicker appears, relative to the input element. Formatted as an object with x and y properties. Values can be negative., order=016}, onSelect={name=onSelect, comment=default null function to fire onSelect, order=020}, animationDuration={name=animationDuration, comment=default (400) - Duration of the slide/fade animations in milliseconds., order=012}, startView={name=startView, comment=default (month) - Initial view of the datepicker. Allowed values are: time(only when timePicker option is true), month,year, decades, order=014}, allowEmpty={name=allowEmpty, comment=default (false) - When set to true the datepicker intializes empty when no value was set (instead of starting at today). In addition the backspace- and delete-key will remove a value from the input. Check out the Allow empty example below., order=015}, timePicker={name=timePicker, comment=default (false) - Enable/disable timepicker functionality. See timepicker example below. Hours/Minutes values can be changed using the scrollwheel., order=007}, timePickerOnly={name=timePickerOnly, comment=(false) - set to true to use datepicker for time-selection only; recommended formatis H:i; will automatically force timePicker and startView options into timepicker mode, order=008}, onCancel={name=onCancel, comment=default null function to fire onCancel, order=019}, days={name=days, comment=- default (['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']) - Labels for the days, allows for localization., order=002}, daysShort={name=daysShort, comment=- default (2) - Length of day-abbreviations used in the datepicker., order=003}, monthShort={name=monthShort, comment=default (3) - Length of month-abbreviations used in the datepicker., order=005}}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTJSDatePicker.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTJSSlider" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTJSSlider.java" comments: "{mode={name=mode, comment=- (string: defaults to horizontal) The type of Slider can be either 'horizontal' or 'vertical' in movement., order=011}, the={name=the, comment=event to observer on defaults to "change", order=014}, initialStep={name=initialStep, comment=- (number: defaults to 0) The step the slider will start at., order=012}, knob={name=knob, comment=- (element) The handle element for the slider. OPTIONS, order=005}, offset={name=offset, comment=- (number: defaults to 0) Relative offset for knob position at start., order=007}, wheel={name=wheel, comment=- (boolean: defaults to false) True if you want the ability to move the knob by mousewheeling., order=009}, range={name=range, comment=- (mixed: defaults to false) Array of numbers or false. The minimum and maximum limits values the slider will use., order=008}, id={name=id, comment=- the identifer for the slider's JS var., order=000}, elementClass={name=elementClass, comment=the CSS class to be used on the slider's container., order=003}, steps={name=steps, comment=- (number: defaults to 100) The number of steps the Slider should move/tick., order=010}, element={name=element, comment=- (element) The container element for the slider., order=004}, snap={name=snap, comment=- (boolean: defaults to false) True if you want the knob to snap to the nearest value., order=006}}" apiBindings: "null" classComment: "Creates a JavaScript slider see the MooTools documentation here: http://mootools.net/docs/more/Drag/Slider The HTML for the slider will be written like this: <div id="_1Element" class="element"> <div id="_2Knob" class="knob"></div> </div>" classDocURL: "er/ajax/mootools/MTJSSlider.html" condition: "null" warning: No package defined for class componentName: "MTMediaBox" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTMediaBox.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ajax/mootools/MTMediaBox.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "MTStyledPopUpButton" package: "er.ajax.mootools" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTStyledPopUpButton.java" comments: "{animateFade:={name=animateFade:, comment=If TRUE (default) animate the dropdown menu appearance., order=007}, displayString:={name=displayString:, comment=Value to display in the selection list; for example, aCollege.name for each college object in the list., order=015}, useDefaultCss={name=useDefaultCss, comment=- If TRUE (default) it will load the default stylesheet., order=001}, showText={name=showText, comment=- If TRUE (default) keeps text in the dropdown menu., order=002}, fx:={name=fx:, comment=An object for additional Fx options (default {'duration': 'short'})., order=008}, onHide:={name=onHide:, comment=The dropdown menu disappears., order=010}, value:={name=value:, comment=For each OPTION tag within the selection, this is the "value" attribute (that is, {@code

ERAttachmentFlexibleUpload provides a very simple wrapper around an AjaxFlexibleUpload unlike {@link ERAttachmentUpload}, this component always uses ajax behaviour." classDocURL: "er/attachment/components/ERAttachmentFlexibleUpload.html" condition: "null" warning: No package defined for class Binding: "cancelLabel": binding tag in javadoc but no/empty comment Binding: "canceledAction": binding tag in javadoc but no/empty comment Binding: "canceledFunction": binding tag in javadoc but no/empty comment Binding: "cancelingText": binding tag in javadoc but no/empty comment Binding: "failedAction": binding tag in javadoc but no/empty comment Binding: "failedFunction": binding tag in javadoc but no/empty comment Binding: "finishedAction": binding tag in javadoc but no/empty comment Binding: "finishedFunction": binding tag in javadoc but no/empty comment Binding: "refreshTime": binding tag in javadoc but no/empty comment Binding: "startedFunction": binding tag in javadoc but no/empty comment Binding: "succeededFunction": binding tag in javadoc but no/empty comment Binding: "autoSubmit": binding tag in javadoc but no/empty comment Binding: "injectDefaultCSS": binding tag in javadoc but no/empty comment Binding: "selectFileButtonClass": binding tag in javadoc but no/empty comment Binding: "selectFileLabel": binding tag in javadoc but no/empty comment Binding: "succeededAction": binding tag in javadoc but no/empty comment Binding: "cancelButtonClass": binding tag in javadoc but no/empty comment Binding: "clearButtonClass": binding tag in javadoc but no/empty comment Binding: "clearUploadProgressOnSuccess": binding tag in javadoc but no/empty comment componentName: "ERAttachmentIcon" package: "er.attachment.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentIcon.java" comments: "{size={name=size, comment=the icon size - 16, 32, or 64, order=000}, attachment={name=attachment, comment=the attachment to display, order=001}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=002}, target={name=target, comment=(optional) specifies where to open the linked attachment, order=003}}" apiBindings: "null" classComment: "ERAttachmentIcon displays a linked icon image that represents the file type of the attachment." classDocURL: "er/attachment/components/ERAttachmentIcon.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentLink" package: "er.attachment.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentLink.java" comments: "{download={name=download, comment=if true, the attachment will be downloaded instead of inlined, order=005}, attachment={name=attachment, comment=the ERAttachment to link to, order=000}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=001}, style={name=style, comment=(optional) the css inline style, order=004}, id={name=id, comment=(optional) the html element id, order=003}, class={name=class, comment=(optional) the css class, order=002}, target={name=target, comment=(optional) specifies where to open the linked attachment, order=006}}" apiBindings: "null" classComment: "ERAttachmentLink is like a WOHyperlink that points to an attachment's contents." classDocURL: "er/attachment/components/ERAttachmentLink.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentUpload" package: "er.attachment.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentUpload.java" comments: "{configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=005}, editingContext={name=editingContext, comment=the editing context to create the attachment in, order=001}, mimeType={name=mimeType, comment=(optional) the mime type of the upload (will be guessed by extension if not set), order=003}, ownerID={name=ownerID, comment=(optional) a string ID of the "owner" of this attachment (Person.primaryKey for instance), order=006}, ajax={name=ajax, comment=(optional) if true, AjaxFileUpload is used, if false WOFileUpload is used, order=004}, attachment={name=attachment, comment=the binding to store the newly created attachment in, order=000}, cleanup={name=cleanup, comment=(optional) if true, the old attachment binding value will be deleted, order=010}, width={name=width, comment=(optional) the desired width of the attachment, order=007}, storageType={name=storageType, comment=the type of attachment to create, i.e. "s3", "db", or "file" -- defaults to "db" (or the value of er.attachment.storageType), order=002}, style={name=style, comment=(optional) the style attribute of the file input, order=012}, class={name=class, comment=(optional) the class attribute of the file input, order=011}, others={name=others, comment=all AjaxFileUpload bindings are proxied, order=009}, height={name=height, comment=(optional) the desired height of the attachment, order=008}}" apiBindings: "null" classComment: "

ERAttachmentUpload provides a very simple wrapper around either a WOFileUpload or an AjaxFileUpload component (depending on the value of the "ajax" binding)." classDocURL: "er/attachment/components/ERAttachmentUpload.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentViewer" package: "er.attachment.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentViewer.java" comments: "{attachment={name=attachment, comment=the attachment to display, order=000}, width={name=width, comment=(optional) if displaying an image, sets the image width, order=005}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=001}, style={name=style, comment=(optional) the embedded css style, order=004}, id={name=id, comment=(optional) the html element id, order=003}, class={name=class, comment=(optional) the css class, order=002}, height={name=height, comment=(optional) if displaying an image, sets the image height, order=006}, target={name=target, comment=(optional) specifies where to open the linked attachment, order=007}}" apiBindings: "null" classComment: "

ERAttachmentViewer provides a way to drop in an embedded viewer for attachments." classDocURL: "er/attachment/components/ERAttachmentViewer.html" condition: "null" warning: No package defined for class componentName: "ERCFFileUpload" package: "er.attachment.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERCFFileUpload.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/attachment/components/ERCFFileUpload.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDragAndDropUpload" package: "er.attachment.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERDragAndDropUpload.java" comments: "{errorFunction={name=errorFunction, comment=a javascript function to execute when a file upload error occurs. This function accepts two args. The first is the event. The second is the file., order=009}, includeFileSelector={name=includeFileSelector, comment=a file selector appears at the top of the drag-area., order=013}, overFunction={name=overFunction, comment=a javascript function to execute when dragged files are over the drop target, order=011}, exitFunction={name=exitFunction, comment=a javascript function to execute when dragged files exit the drop target, order=010}, fileSelectorID={name=fileSelectorID, comment=include an id to a file selector outside of the component. Can be used if more custom file selector behavior is needed., order=014}, completeAllFunction={name=completeAllFunction, comment=a javascript function to execute when all dropped files are processed, order=003}, configurationName={name=configurationName, comment=the configuration name. See the package javadocs for more info., order=005}, editingContext={name=editingContext, comment=the editing context where the ERAttachments will be created, order=007}, accept={name=accept, comment=an array of accepted mimetypes. If no mimetypes are specified, all are accepted. ex. (image/png, image/jpg, text/*), order=000}, attachment={name=attachment, comment=the uploaded attachment, order=002}, enterFunction={name=enterFunction, comment=a javascript function to execute when dragged files enter the drop target, order=008}, action={name=action, comment=the action to fire when an attachment is uploaded, order=001}, storageType={name=storageType, comment=the ERAttachment storage type (db, file, s3, cf, ...), order=012}, disabled={name=disabled, comment=if true, the upload component is disabled and only displays component content, order=006}, completeFunction={name=completeFunction, comment=a javascript function to execute after each uploaded file is processed. This function accepts two args. The first is the event. The second is the file., order=004}}" apiBindings: "null" classComment: "A component designed to allow drag and drop uploads of ERAttachments." classDocURL: "er/attachment/components/ERDragAndDropUpload.html" condition: "null" warning: No package defined for class componentName: "AbstractERAttachmentViewer" package: "er.attachment.components.viewers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/viewers/AbstractERAttachmentViewer.java" comments: "{attachment={name=attachment, comment=the attachment to display, order=000}, width={name=width, comment=(optional) if displaying an image, sets the image width, order=005}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=001}, style={name=style, comment=(optional) the embedded css style, order=004}, id={name=id, comment=(optional) the html element id, order=003}, class={name=class, comment=(optional) the css class, order=002}, height={name=height, comment=(optional) if displaying an image, sets the image height, order=006}}" apiBindings: "null" classComment: "AbstractERAttachmentViewer is the superclass of all viewer plugins." classDocURL: "er/attachment/components/viewers/AbstractERAttachmentViewer.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentDefaultViewer" package: "er.attachment.components.viewers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/viewers/ERAttachmentDefaultViewer.java" comments: "{attachment={name=attachment, comment=the attachment to display, order=000}, width={name=width, comment=(optional) if displaying an image, sets the image width, order=005}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=001}, style={name=style, comment=(optional) the embedded css style, order=004}, id={name=id, comment=(optional) the html element id, order=003}, class={name=class, comment=(optional) the css class, order=002}, height={name=height, comment=(optional) if displaying an image, sets the image height, order=006}, target={name=target, comment=(optional) specifies where to open the linked attachment, order=007}}" apiBindings: "null" classComment: "ERAttachmentDefaultViewer is the "there is no viewer" viewer." classDocURL: "er/attachment/components/viewers/ERAttachmentDefaultViewer.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentImageViewer" package: "er.attachment.components.viewers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/viewers/ERAttachmentImageViewer.java" comments: "{attachment={name=attachment, comment=the attachment to display, order=000}, width={name=width, comment=(optional) if displaying an image, sets the image width, order=005}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=001}, style={name=style, comment=(optional) the embedded css style, order=004}, id={name=id, comment=(optional) the html element id, order=003}, class={name=class, comment=(optional) the css class, order=002}, height={name=height, comment=(optional) if displaying an image, sets the image height, order=006}}" apiBindings: "null" classComment: "ERAttachmentImageViewer is the viewer for images." classDocURL: "er/attachment/components/viewers/ERAttachmentImageViewer.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentQuickTimeViewer" package: "er.attachment.components.viewers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/viewers/ERAttachmentQuickTimeViewer.java" comments: "{parameterDictionary={name=parameterDictionary, comment=(optional) the NSDictionary containing QuickTime <object> parameters, order=006}, attachment={name=attachment, comment=the attachment to display, order=000}, standby={name=standby, comment=(optional) the text to display for the html <object> while it is loading, order=008}, width={name=width, comment=(optional) the width for the html <object>, order=009}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=002}, emptyAttachmentComponentName={name=emptyAttachmentComponentName, comment=(optional) the name of an alternate component to display if the attachment relationship is empty, order=003}, id={name=id, comment=(optional) the id for the html <object>, order=005}, title={name=title, comment=(optional) the title for the html <object>, order=007}, class={name=class, comment=(optional) the class for the html <object>, order=001}, height={name=height, comment=(optional) the height for the html <object>, order=004}}" apiBindings: "null" classComment: "ERAttachmentQuickTimeViewer is the viewer for QuickTime files." classDocURL: "er/attachment/components/viewers/ERAttachmentQuickTimeViewer.html" condition: "null" warning: No package defined for class componentName: "ERAttachmentUnavailableViewer" package: "er.attachment.components.viewers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/viewers/ERAttachmentUnavailableViewer.java" comments: "{attachment={name=attachment, comment=the attachment to display, order=000}, width={name=width, comment=(optional) if displaying an image, sets the image width, order=005}, configurationName={name=configurationName, comment=(optional) the configuration name for this attachment (see top level documentation), order=001}, style={name=style, comment=(optional) the embedded css style, order=004}, id={name=id, comment=(optional) the html element id, order=003}, class={name=class, comment=(optional) the css class, order=002}, height={name=height, comment=(optional) if displaying an image, sets the image height, order=006}}" apiBindings: "null" classComment: "ERAttachmentUnavailableViewer is viewer used when the attachment is unavailable." classDocURL: "er/attachment/components/viewers/ERAttachmentUnavailableViewer.html" condition: "null" warning: No package defined for class componentName: "ERPublishCalendarPage" package: "er.calendar" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERCalendar/Sources/er/calendar/ERPublishCalendarPage.java" comments: "{}" apiBindings: "null" classComment: "ERPublishCalendarPage is a WebObjects component for dynamically generated iCalendar documents." classDocURL: "er/calendar/ERPublishCalendarPage.html" condition: "null" warning: No package defined for class componentName: "ERAkismet" package: "er.captcha" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERCaptcha/Sources/er/captcha/ERAkismet.java" comments: "{referrer={name=referrer, comment=(optional) the referrer of this request (defaults to request.headerForKey("referer")), order=002}, authorEmail={name=authorEmail, comment=(optional) the email address of the author, order=006}, author={name=author, comment=(optional) the name of the author, order=005}, authorURL={name=authorURL, comment=(optional) the URL of the author, order=007}, commentType={name=commentType, comment=(optional) the type of comment, order=004}, userAgent={name=userAgent, comment=(optional) the user-agent of the remote user (defaults to request.headerForKey("user-agent")), order=001}, permalink={name=permalink, comment=(optional) the permalink of the page being commented on, order=003}, remoteAddress={name=remoteAddress, comment=(optional) the address of the remote user (defaults to request._remoteAddress()), order=000}, content={name=content, comment=the comment content, order=008}}" apiBindings: "null" classComment: "ERAkismet is a component that behaves like ERXSimpleSpamCheck but uses the blog comment spam identification service provided by http://akismet.com." classDocURL: "er/captcha/ERAkismet.html" condition: "null" warning: No package defined for class componentName: "ERCaptcha" package: "er.captcha" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERCaptcha/Sources/er/captcha/ERCaptcha.java" comments: "{validated={name=validated, comment=- ユーザがイメージを有効で認識できたかどうかを戻します。, order=002}, resetText={name=resetText, comment=- セットされている場合には、イメージをリセットする為のサブミット・ボタンが表示されます。, order=003}}" apiBindings: "null" classComment: " ERCaptcha presents a captcha image to the use along with a text field for the user to identify the image." classDocURL: "er/captcha/ERCaptcha.html" condition: "null" warning: No package defined for class componentName: "ERReCaptcha" package: "er.captcha" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERCaptcha/Sources/er/captcha/ERReCaptcha.java" comments: "{valid={name=valid, comment=will be set to true or false depending on whether the check passed, order=002}, errorMessage={name=errorMessage, comment=the error message to display for an incorrect-captcha-sol error, order=003}, theme={name=theme, comment=the recaptcha theme to use, order=001}, secure={name=secure, comment=sets whether or not the recaptcha URL should be secure (defaults to using the request's protocol), order=000}}" apiBindings: "null" classComment: "

ERReCaptcha uses the ReCaptcha system for identifying humans vs spambots." classDocURL: "er/captcha/ERReCaptcha.html" condition: "null" warning: No package defined for class componentName: "CCAjaxLongResponsePage" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCAjaxLongResponsePage.java" comments: "{}" apiBindings: "null" classComment: "A generic long response page that controls the execution of and provides user feedback on a long running task." classDocURL: "er/coolcomponents/CCAjaxLongResponsePage.html" condition: "null" warning: No package defined for class componentName: "CCAjaxSortOrder" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCAjaxSortOrder.java" comments: "{updateContainerID={name=updateContainerID, comment=the container to refresh after sorting, order=000}, displayGroup={name=displayGroup, comment=, order=002}, key={name=key, comment=, order=003}, d2wContext={name=d2wContext, comment=, order=001}}" apiBindings: "null" classComment: "Modern AjaxSortOrder derivative, designed to be styled via CSS" classDocURL: "er/coolcomponents/CCAjaxSortOrder.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "CCAjaxTabPanel" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCAjaxTabPanel.java" comments: "{tabClass={name=tabClass, comment=CSS class to use for the selected tab, order=003}, nonSelectedTabClass={name=nonSelectedTabClass, comment=CSS class to use for the unselected tabs, order=004}, submitActionName={name=submitActionName, comment=if this binding is non null, tabs will contain a submit button instead of a regular hyperlink and the action, order=005}, tabs={name=tabs, comment=a list of objects representing the tabs, order=000}, useFormSubmit={name=useFormSubmit, comment=true, if the form should be submitted before switching, allows denial of switches, order=006}, id={name=id, comment=CSS id for the wrapper div, order=007}, tabNameKey={name=tabNameKey, comment=a string containing a key to apply to tabs to get the title of the tab, order=001}, selectedTab={name=selectedTab, comment=contains the selected tab, order=002}}" apiBindings: "null" classComment: "Tab panel that uses ajax update when switching tabs." classDocURL: "er/coolcomponents/CCAjaxTabPanel.html" condition: "null" warning: No package defined for class componentName: "CCDatePicker" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCDatePicker.java" comments: "{hideInput={name=hideInput, comment=boolean - hide the input field (don't use if hideControl is specified), order=019}, dateIn={name=dateIn, comment=an NSTimestamp supplying the value for the field (required), order=000}, enabledDates={name=enabledDates, comment=string - date range of enabled dates (format: YYYYMMDD:YYYYMMDD or YYYYMMDD if single date), order=010}, cssFile={name=cssFile, comment=name of the css file (defaults to datepicker.css), order=001}, hightlightDays={name=hightlightDays, comment=string - identifies days to highlight on the calendar (format: [0,0,0,0,0,1,1]), order=005}, rangeLow={name=rangeLow, comment=string - date in format YYYYMMDD defining the lowest selectable date, order=006}, injectStylesheet={name=injectStylesheet, comment=choose whether to dynamically inject the datepicker.css at component load. if used in a ajax loaded component, it may be safer to load this manually., order=004}, dragDisabled={name=dragDisabled, comment=boolean - disable dragging of calendar, order=016}, constrainSelection={name=constrainSelection, comment=boolean - if fillGrid is yes, constrain selection to current month (defaults to true), order=018}, fillGrid={name=fillGrid, comment=boolean - fill all dates, not just those in current month, order=017}, noTodayButton={name=noTodayButton, comment=boolean - hide the "Today" button, order=014}, hideControl={name=hideControl, comment=boolean - hide the calendar button (don't use if hideInput is specified), order=020}, rangeHigh={name=rangeHigh, comment=string - date in format YYYYMMDD defining the highest selectable date, order=007}, finalOpacity={name=finalOpacity, comment=number - sets final opacity (20 - 100), order=012}, cursorDate={name=cursorDate, comment=string - date in format YYYYMMDD that sets the default cursor date, order=015}, cssFramework={name=cssFramework, comment=name of the framework containing the css file (defaults to ERModernDirectToWeb), order=002}, noFadeEffect={name=noFadeEffect, comment=boolean - disables fade in/out effect, order=011}, showWeeks={name=showWeeks, comment=boolean - show week numbers, order=013}, disabledDates={name=disabledDates, comment=string - date range of disabled dates (format: YYYYMMDD:YYYYMMDD or YYYYMMDD if single date), order=009}, dateformat={name=dateformat, comment=string containing the date format for the field, order=003}, disabledDays={name=disabledDays, comment=string - identifies days on calendar that are disabled (format: [1,0,1,0,1,0,1]), order=008}}" apiBindings: "null" classComment: "Wrapper around http://www.frequency-decoder.com/2009/09/09/unobtrusive-date-picker-widget-v5/ Because many options take a date with the format of YYYYMMDD there is a utility method: ERMDatePicker.optionsStringForTimestamp(NSTimestamp ts) that will return a correctly formatted string for a given NSTimestamp." classDocURL: "er/coolcomponents/CCDatePicker.html" condition: "null" warning: No package defined for class componentName: "CCErrorDictionaryPanel" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCErrorDictionaryPanel.java" comments: "{errorMessages={name=errorMessages, comment=, order=000}, extraErrorMessage={name=extraErrorMessage, comment=, order=001}, errorKeyOrder={name=errorKeyOrder, comment=, order=002}}" apiBindings: "null" classComment: "Modernized ErrorDictionaryPanel" classDocURL: "er/coolcomponents/CCErrorDictionaryPanel.html" condition: "null" warning: No package defined for class Binding: "errorMessages": binding tag in javadoc but no/empty comment Binding: "extraErrorMessage": binding tag in javadoc but no/empty comment Binding: "errorKeyOrder": binding tag in javadoc but no/empty comment componentName: "CCGoogleAnalytics" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCGoogleAnalytics.java" comments: "{uaid={name=uaid, comment=you goocle analytics id: UA-XXXXXX, order=000}}" apiBindings: "null" classComment: "

CCGoogle analytics is a very simple compoment (dynamic element) that insert the google analytics code

" classDocURL: "er/coolcomponents/CCGoogleAnalytics.html" condition: "null" warning: No package defined for class componentName: "CCGoogleMap" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCGoogleMap.java" comments: "{the={name=the, comment=address of the marked, formatted for google, like: 1 Infinite Loop, Cupertino CA, United States, order=004}, lng={name=lng, comment=the longitude of the map center. if lat and lng are specified they will override the address lookup, order=006}, type,={name=type,, comment=can be ROADMAP, SATELLITE, HYBRID or TERRAIN, default to ROADMAP. all uppercase string, order=007}, style={name=style, comment=the style of the div element, order=002}, zoom={name=zoom, comment=the desidered map startup zoom level, order=003}, id={name=id, comment=the id of the div element that CCGoogleMap will generate, order=000}, class={name=class, comment=the class of the div element, order=001}, lat={name=lat, comment=the latidude of the map center. if lat and lng are specified they will override the address lookup, order=005}}" apiBindings: "null" classComment: "WebObjects wrapper for INGoogleMap.js." classDocURL: "er/coolcomponents/CCGoogleMap.html" condition: "null" warning: No package defined for class componentName: "CCGoogleMapMarker" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCGoogleMapMarker.java" comments: "{the={name=the, comment=address of the marked, formatted for google, like: 1 Infinite Loop, Cupertino CA, United States, order=004}, lng={name=lng, comment=the longitude of the marker. if lat and lng are specified they will override the address lookup, order=006}, googleMapId={name=googleMapId, comment=REQUIRED the id of the google map where you want the marker to be placed, order=003}, style={name=style, comment=the style of the address element, order=002}, id={name=id, comment=the id of the address element that CCGoogleMapMarker will generate, order=000}, class={name=class, comment=the class of the address element, order=001}, lat={name=lat, comment=the latidude of the marker. if lat and lng are specified they will override the address lookup, order=005}}" apiBindings: "null" classComment: "WebObjects wrapper for INGoogleMap.js." classDocURL: "er/coolcomponents/CCGoogleMapMarker.html" condition: "null" warning: No package defined for class componentName: "CCRating" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCRating.java" comments: "{max={name=max, comment=optional, the value sent to the server when the highest rating is selected, indirectly controls the number of rating points displayed, order=004}, multiple={name=multiple, comment=optional, true if the user can change a previous rating, order=005}, capture={name=capture, comment=optional, stops the click event on each rating from propagating, order=007}, updateOptions={name=updateOptions, comment=highly optional, Ajax Options for the request, order=013}, classNames={name=classNames, comment=optional, dictionary of state names and CSS class names with state names of: off, half, on, selected, order=010}, reverse={name=reverse, comment=optional, true if the links should be shown in reverse order, order=012}, elementName={name=elementName, comment=optional, defaults to div, the name of the HTML element to use to hold the rating UI, order=015}, rated={name=rated, comment=optional, true if this has already been rated, order=011}, min={name=min, comment=optional, the value sent to the server when the lowest rating is selected, indirectly controls the number of rating points displayed, order=003}, action={name=action, comment=optional, action method to fire when rating changed. Ignored if actAsInput is true or unbound, order=002}, style={name=style, comment=optional CSS style for container element, order=008}, actAsInput={name=actAsInput, comment=optional, default is true, if false updates the value binding when clicked and optionally calls action method, order=001}, id={name=id, comment=optional, HTML ID for the div and Control.Rating widget, order=006}, formValueName={name=formValueName, comment=optional, the name of the form value that will contain the value, order=014}, value={name=value, comment=the value to show in the ratings widget and the value set when the user selects a different rating, order=000}, class={name=class, comment=optional CSS class for container element in addition to the standard rating_container class, order=009}, afterChange,={name=afterChange,, comment=optional, script to run client side after a change e.g. afterChange = "alert(v)";. Receives one parameter, v, the new value selected, order=016}}" apiBindings: "null" classComment: "WebObjects wrapper for LivePipe Rating component, MIT license." classDocURL: "er/coolcomponents/CCRating.html" condition: "null" warning: No package defined for class componentName: "CCResourceInjector" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCResourceInjector.java" comments: "{}" apiBindings: "null" classComment: "Stupid little component to allow you to inject a resource at any point on a page." classDocURL: "er/coolcomponents/CCResourceInjector.html" condition: "null" warning: No package defined for class componentName: "CCSegmentedSlider" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCSegmentedSlider.java" comments: "{item={name=item, comment=the repetition item for options, order=002}, selection={name=selection, comment=the currently selected object, order=003}, displayString={name=displayString, comment=the string to show on the segment (defaults to the item toString), order=004}, initialSelection={name=initialSelection, comment=if false, there will be no default selection on the control, order=005}, enableDragSupport={name=enableDragSupport, comment=if true, the selector is draggable, order=007}, id={name=id, comment=the id of the segmented slider (or one will be generated), order=000}, list={name=list, comment=the list of options, order=001}, value={name=value, comment=the value of the current selection (optional), order=008}, toggleSelection={name=toggleSelection, comment=if true, selections can be toggled on and off, order=006}}" apiBindings: "null" classComment: "CCSegmentedSlider provides a picker for an enumerated type inspired by the iPhone on/off slider." classDocURL: "er/coolcomponents/CCSegmentedSlider.html" condition: "null" warning: No package defined for class componentName: "CCSmartAjaxButton" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCSmartAjaxButton.java" comments: "{updateContainerID={name=updateContainerID, comment=, order=006}, useAjax={name=useAjax, comment=, order=000}, dontSubmitForm={name=dontSubmitForm, comment=, order=003}, alt={name=alt, comment=, order=005}, action={name=action, comment=, order=001}, class={name=class, comment=, order=002}, value={name=value, comment=, order=004}}" apiBindings: "null" classComment: "Button that can act as an AjaxSubmitButton or a regular CCSubmitLinkButton by enabling the useAjax binding." classDocURL: "er/coolcomponents/CCSmartAjaxButton.html" condition: "null" warning: No package defined for class Binding: "useAjax": binding tag in javadoc but no/empty comment Binding: "action": binding tag in javadoc but no/empty comment Binding: "class": binding tag in javadoc but no/empty comment Binding: "dontSubmitForm": binding tag in javadoc but no/empty comment Binding: "value": binding tag in javadoc but no/empty comment Binding: "alt": binding tag in javadoc but no/empty comment Binding: "updateContainerID": binding tag in javadoc but no/empty comment componentName: "CCSubmitLink" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCSubmitLink.java" comments: "{}" apiBindings: "null" classComment: "This component is a hyperlink that can submit a form and perform an action other than the form's default action." classDocURL: "er/coolcomponents/CCSubmitLink.html" condition: "null" warning: No package defined for class componentName: "CCSubmitLinkButton" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCSubmitLinkButton.java" comments: "{}" apiBindings: "null" classComment: "Wrapper around CCSubmitLink to more closely resemble a submit button" classDocURL: "er/coolcomponents/CCSubmitLinkButton.html" condition: "null" warning: No package defined for class componentName: "CCTabPanel" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCTabPanel.java" comments: "{tabClass={name=tabClass, comment=CSS class to use for the selected tab, order=003}, nonSelectedTabClass={name=nonSelectedTabClass, comment=CSS class to use for the unselected tabs, order=004}, submitActionName={name=submitActionName, comment=if this binding is non null, tabs will contain a submit button instead of a regular hyperlink and the action, order=005}, tabs={name=tabs, comment=a list of objects representing the tabs, order=000}, useFormSubmit={name=useFormSubmit, comment=true, if the form should be submitted before switching, allows denial of switches, order=006}, id={name=id, comment=CSS id for the wrapper div, order=007}, tabNameKey={name=tabNameKey, comment=a string containing a key to apply to tabs to get the title of the tab, order=001}, selectedTab={name=selectedTab, comment=contains the selected tab, order=002}}" apiBindings: "null" classComment: "Tab panel that uses CCSubmitLinkButtons." classDocURL: "er/coolcomponents/CCTabPanel.html" condition: "null" warning: No package defined for class componentName: "CCTagEditor" package: "er.coolcomponents" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERCoolComponents/Sources/er/coolcomponents/CCTagEditor.java" comments: "{readTag={name=readTag, comment=optional, a method that retrieves the tag from the DOM element, order=004}, deletion={name=deletion, comment=optional, default is true, whether each tag should carry an icon for easy deletion, order=001}, delimiter={name=delimiter, comment=optional, default is space, the separator between tags, order=002}, convertOnFocus={name=convertOnFocus, comment=optional, default is true, whether the tags are being converted when the focus event fires on elements other than the tag input, order=007}, parse={name=parse, comment=optional, a method that transforms user input into a tag, order=005}, render={name=render, comment=optional, a method that's called whenever a tag should be rendered, order=003}, value,={name=value,, comment=the string representing the list of tags, order=000}, validate={name=validate, comment=optional, a method that validates the parsed tag value, order=006}}" apiBindings: "null" classComment: "WebObjects wrapper for Insignia tag editor component and Horsey auto-completion, MIT license." classDocURL: "er/coolcomponents/CCTagEditor.html" condition: "null" warning: No package defined for class componentName: "ERCDisplayHelpText" package: "er.corebusinesslogic" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERCoreBusinessLogic/Sources/er/corebusinesslogic/ERCDisplayHelpText.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/corebusinesslogic/ERCDisplayHelpText.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERCListHelpText" package: "er.corebusinesslogic" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERCoreBusinessLogic/Sources/er/corebusinesslogic/ERCListHelpText.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/corebusinesslogic/ERCListHelpText.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERCMailableExceptionPage" package: "er.corebusinesslogic" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Mail/ERCMail/Sources/er/ercmail/ERCMailableExceptionPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/corebusinesslogic/ERCMailableExceptionPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WCheatSheet" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WCheatSheet.java" comments: "{}" apiBindings: "null" classComment: "Given a configured D2WContext ((entity+task or pageconfig) and propertyKey) and - depending on task - d2wContext.object or displayGroup displays all the available components together with their configuration info." classDocURL: "er/directtoweb/components/ERD2WCheatSheet.html" condition: "null" warning: No package defined for class componentName: "ERD2WCustomComponentWithArgs" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WCustomComponentWithArgs.java" comments: "{}" apiBindings: "null" classComment: "Allows custom components to resolve valueForBinding requests in the rules." classDocURL: "er/directtoweb/components/ERD2WCustomComponentWithArgs.html" condition: "null" warning: No package defined for class componentName: "ERD2WCustomQueryComponentWithArgs" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WCustomQueryComponentWithArgs.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/ERD2WCustomQueryComponentWithArgs.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WDebugComponentName" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WDebugComponentName.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/ERD2WDebugComponentName.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WDebugFlags" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WDebugFlags.java" comments: "{}" apiBindings: "null" classComment: "This component can be used in the wrapper of a D2W app to provide convenient development time (as flagged by WOCachingEnabled) access to the log4j configuration ERD2WDebuggingEnabled /" classDocURL: "er/directtoweb/components/ERD2WDebugFlags.html" condition: "null" warning: No package defined for class componentName: "ERD2WDebugPropertyName" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WDebugPropertyName.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/ERD2WDebugPropertyName.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WEditOrDefault" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WEditOrDefault.java" comments: "{}" apiBindings: "null" classComment: "Generic edit or default value component, uses other components like editNumber or editString." classDocURL: "er/directtoweb/components/ERD2WEditOrDefault.html" condition: "null" warning: No package defined for class componentName: "ERD2WExtraDisplayPropertyKeysComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WExtraDisplayPropertyKeysComponent.java" comments: "{extraPropertiesKey={name=extraPropertiesKey, comment=- the property key property key to use when asking the D2W context which extra property keys to display, order=000}}" apiBindings: "null" classComment: "A component to encapsulate the repetition over "extra" display property keys." classDocURL: "er/directtoweb/components/ERD2WExtraDisplayPropertyKeysComponent.html" condition: "null" warning: No package defined for class componentName: "ERD2WFlyOverCustomComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WFlyOverCustomComponent.java" comments: "{}" apiBindings: "null" classComment: "Displays a fly-over that shows a table with hidden property keys." classDocURL: "er/directtoweb/components/ERD2WFlyOverCustomComponent.html" condition: "null" warning: No package defined for class componentName: "ERD2WHead" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WHead.java" comments: "{}" apiBindings: "null" classComment: "Better D2WHead component which provides the title as a human readable name and allows for component content." classDocURL: "er/directtoweb/components/ERD2WHead.html" condition: "null" warning: No package defined for class componentName: "ERD2WKeyMapper" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WKeyMapper.java" comments: "{}" apiBindings: "null" classComment: "Useful for remapping keys if say you want to compare two different objects in a compare list." classDocURL: "er/directtoweb/components/ERD2WKeyMapper.html" condition: "null" warning: No package defined for class componentName: "ERD2WMultiItemCustomComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WMultiItemCustomComponent.java" comments: "{}" apiBindings: "null" classComment: "Displays multiple items in one line." classDocURL: "er/directtoweb/components/ERD2WMultiItemCustomComponent.html" condition: "null" warning: No package defined for class componentName: "ERD2WPropertyName" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WPropertyName.java" comments: "{localContext={name=localContext, comment=, order=000}}" apiBindings: "null" classComment: "Used for displaying the propertyName in a template." classDocURL: "er/directtoweb/components/ERD2WPropertyName.html" condition: "null" warning: No package defined for class Binding: "localContext": binding tag in javadoc but no/empty comment componentName: "ERD2WStatelessComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WStatelessComponent.java" comments: "{}" apiBindings: "null" classComment: "D2W ステートレス基本コンポーネント /" classDocURL: "er/directtoweb/components/ERD2WStatelessComponent.html" condition: "null" warning: No package defined for class componentName: "ERD2WStatelessCustomComponentWithArgs" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WStatelessCustomComponentWithArgs.java" comments: "{}" apiBindings: "null" classComment: "Stateless version of D2WCustomComponentWithArgs." classDocURL: "er/directtoweb/components/ERD2WStatelessCustomComponentWithArgs.html" condition: "null" warning: No package defined for class componentName: "ERD2WSwitchComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERD2WSwitchComponent.java" comments: "{}" apiBindings: "null" classComment: "Rewrite of D2WSwitchComponent to not cache the D2WContext." classDocURL: "er/directtoweb/components/ERD2WSwitchComponent.html" condition: "null" warning: No package defined for class componentName: "ERDActionBar" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDActionBar.java" comments: "{d2wContext={name=d2wContext, comment=the context for this component, order=000}}" apiBindings: "null" classComment: "Displays a set of buttons and calls the enclosing page's branch delegate with it." classDocURL: "er/directtoweb/components/ERDActionBar.html" condition: "null" warning: No package defined for class componentName: "ERDBannerComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDBannerComponent.java" comments: "{framework={name=framework, comment=framework from where the image comes from, order=002}, showBanner={name=showBanner, comment=should we show the banner, order=000}, bannerFileName={name=bannerFileName, comment=which image to show, order=001}}" apiBindings: "null" classComment: "Shows an image header matching the page." classDocURL: "er/directtoweb/components/ERDBannerComponent.html" condition: "null" warning: No package defined for class componentName: "ERDCustomComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDCustomComponent.java" comments: "{}" apiBindings: "null" classComment: "

Base class of many custom components." classDocURL: "er/directtoweb/components/ERDCustomComponent.html" condition: "null" warning: No package defined for class componentName: "ERDCustomEditComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDCustomEditComponent.java" comments: "{}" apiBindings: "null" classComment: "Superclass for most of the custom edit components." classDocURL: "er/directtoweb/components/ERDCustomEditComponent.html" condition: "null" warning: No package defined for class componentName: "ERDCustomQueryComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDCustomQueryComponent.java" comments: "{}" apiBindings: "null" classComment: " Superclass for most custom query components." classDocURL: "er/directtoweb/components/ERDCustomQueryComponent.html" condition: "null" warning: No package defined for class componentName: "ERDCustomQueryComponentWithArgs" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDCustomQueryComponentWithArgs.java" comments: "{}" apiBindings: "null" classComment: "Correctly handles validation exceptions, plus a bunch of other stuff." classDocURL: "er/directtoweb/components/ERDCustomQueryComponentWithArgs.html" condition: "null" warning: No package defined for class componentName: "ERDDebuggingHelp" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDDebuggingHelp.java" comments: "{condition={name=condition, comment=default=Boolean, order=001}, d2wContext={name=d2wContext, comment=, order=000}}" apiBindings: "null" classComment: "Little help component useful for debugging." classDocURL: "er/directtoweb/components/ERDDebuggingHelp.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment componentName: "ERDDefaultCustomComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDDefaultCustomComponent.java" comments: "{}" apiBindings: "null" classComment: "Default custom component used when componentName = "D2WCustomComponentWithArgs" and custom component was not specified." classDocURL: "er/directtoweb/components/ERDDefaultCustomComponent.html" condition: "null" warning: No package defined for class componentName: "ERDDefaultSectionComponent" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDDefaultSectionComponent.java" comments: "{}" apiBindings: "null" classComment: "Displays section name as a string." classDocURL: "er/directtoweb/components/ERDDefaultSectionComponent.html" condition: "null" warning: No package defined for class componentName: "ERDDisplayHint" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDDisplayHint.java" comments: "{}" apiBindings: "null" classComment: " このコンポーネントは項目のヒントを表示します。 ルール又はユーザ・ディクショナリーで hint を指定します。 String ローカライズ・ファイルのキーワードは 'Hint.' で始まります。 そうすると項目の右側にメッセージが表示されます。 ただし、"inspect" と "edit" タスク時のみで表示される" classDocURL: "er/directtoweb/components/ERDDisplayHint.html" condition: "null" warning: No package defined for class componentName: "ERDEmptyPageWrapper" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDEmptyPageWrapper.java" comments: "{}" apiBindings: "null" classComment: "Empty page wrapper component." classDocURL: "er/directtoweb/components/ERDEmptyPageWrapper.html" condition: "null" warning: No package defined for class componentName: "ERDFacetFilter" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDFacetFilter.java" comments: "{groupingKeys={name=groupingKeys, comment=keys to group on, order=001}, displayGroup={name=displayGroup, comment=displayGroup to filter, order=000}}" apiBindings: "null" classComment: "Provides simple filtered grouping capability for display groups, like ebay or Solr." classDocURL: "er/directtoweb/components/ERDFacetFilter.html" condition: "null" warning: No package defined for class componentName: "ERDQuickSearch" package: "er.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/ERDQuickSearch.java" comments: "{}" apiBindings: "null" classComment: "Simple search for that can be dropped on a page wrapper and pops up a list page." classDocURL: "er/directtoweb/components/ERDQuickSearch.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayAttachment" package: "er.directtoweb.components.attachments" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WDisplayAttachment.java" comments: "{}" apiBindings: "null" classComment: "D2W component to display ERAttachments The configurationName is computed: 'Entity.propertyKey' The properties for this configuration name must be set:" classDocURL: "er/directtoweb/components/attachments/ERD2WDisplayAttachment.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditAttachment" package: "er.directtoweb.components.attachments" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/attachments/ERD2WEditAttachment.java" comments: "{propertyKey={name=propertyKey, comment=, order=001}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "D2W component for editing ERAttachments The configurationName is computed: 'Entity.propertyKey' The properties for this configuration name must be set:" classDocURL: "er/directtoweb/components/attachments/ERD2WEditAttachment.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "propertyKey": binding tag in javadoc but no/empty comment componentName: "ERD2WCustomDisplayBoolean" package: "er.directtoweb.components.bool" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/bool/ERD2WCustomDisplayBoolean.java" comments: "{}" apiBindings: "null" classComment: "Allows the display of strings instead of Yes/No/Unset or checkboxes for boolean values." classDocURL: "er/directtoweb/components/bool/ERD2WCustomDisplayBoolean.html" condition: "null" warning: No package defined for class componentName: "ERD2WCustomEditBoolean" package: "er.directtoweb.components.bool" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/bool/ERD2WCustomEditBoolean.java" comments: "{}" apiBindings: "null" classComment: "Allows editing boolean values based on radio buttons and localizable strings." classDocURL: "er/directtoweb/components/bool/ERD2WCustomEditBoolean.html" condition: "null" warning: No package defined for class componentName: "ERD2WCustomQueryBoolean" package: "er.directtoweb.components.bool" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/bool/ERD2WCustomQueryBoolean.java" comments: "{}" apiBindings: "null" classComment: " Better D2WQueryBoolean, which allows you to sprecify the choices names via a context key, containing the labels in a format like ("Don't care", "Yes", "No") or ("Yes", "No")." classDocURL: "er/directtoweb/components/bool/ERD2WCustomQueryBoolean.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryBooleanRadioList" package: "er.directtoweb.components.bool" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/bool/ERD2WQueryBooleanRadioList.java" comments: "{}" apiBindings: "null" classComment: "
Similar to ERD2WCustomQueryBoolean but displays elements in a
    instead of table/matrix
    ERD2WCustomQueryBoolean と全く同じです。交換性の為に残しています。
    " classDocURL: "er/directtoweb/components/bool/ERD2WQueryBooleanRadioList.html" condition: "null" warning: No package defined for class componentName: "ERDActionButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDActionButton.java" comments: "{}" apiBindings: "null" classComment: "Abstract superclass for all actions inside of Wonder D2W." classDocURL: "er/directtoweb/components/buttons/ERDActionButton.html" condition: "null" warning: No package defined for class componentName: "ERDControllerButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDControllerButton.java" comments: "{}" apiBindings: "null" classComment: "Action button that looks for the inner-most page with a pageController (which must be a ERDBranchDelegateInterface), collects all the actions from there and displays them as a menu with an activation button." classDocURL: "er/directtoweb/components/buttons/ERDControllerButton.html" condition: "null" warning: No package defined for class componentName: "ERDDeleteButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDDeleteButton.java" comments: "{trashcanExplanation={name=trashcanExplanation, comment=, order=003}, noTrashcanExplanation={name=noTrashcanExplanation, comment=, order=004}, dataSource={name=dataSource, comment=, order=001}, object={name=object, comment=, order=000}, d2wContext={name=d2wContext, comment=, order=002}}" apiBindings: "null" classComment: "Delete button for repetitions." classDocURL: "er/directtoweb/components/buttons/ERDDeleteButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "trashcanExplanation": binding tag in javadoc but no/empty comment Binding: "noTrashcanExplanation": binding tag in javadoc but no/empty comment componentName: "ERDEditButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDEditButton.java" comments: "{}" apiBindings: "null" classComment: "Nice edit button for editing a toMany relationship in another page." classDocURL: "er/directtoweb/components/buttons/ERDEditButton.html" condition: "null" warning: No package defined for class componentName: "ERDEditListButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDEditListButton.java" comments: "{extraBindings={name=extraBindings, comment=, order=004}, numberOfColumns={name=numberOfColumns, comment=, order=006}, choicePageName={name=choicePageName, comment=, order=001}, choices={name=choices, comment=, order=002}, editButtonName={name=editButtonName, comment=, order=003}, choiceDisplayKey={name=choiceDisplayKey, comment=, order=000}, key={name=key, comment=, order=005}, object={name=object, comment=, order=007}}" apiBindings: "null" classComment: "Nice component used for editing a toMany relationship by taking the user to another page to pick which objects belong in the relationship." classDocURL: "er/directtoweb/components/buttons/ERDEditListButton.html" condition: "null" warning: No package defined for class Binding: "choiceDisplayKey": binding tag in javadoc but no/empty comment Binding: "choicePageName": binding tag in javadoc but no/empty comment Binding: "choices": binding tag in javadoc but no/empty comment Binding: "editButtonName": binding tag in javadoc but no/empty comment Binding: "extraBindings": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment Binding: "numberOfColumns": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment componentName: "ERDFilterDisplayGroupButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDFilterDisplayGroupButton.java" comments: "{displayGroup={name=displayGroup, comment=, order=001}, d2wContext={name=d2wContext, comment=, order=000}}" apiBindings: "null" classComment: "Cool component that can be used in D2W list pages to filter the list, throwing to a D2W query page to restrict." classDocURL: "er/directtoweb/components/buttons/ERDFilterDisplayGroupButton.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment componentName: "ERDInspectButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDInspectButton.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/buttons/ERDInspectButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDMassModifyButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDMassModifyButton.java" comments: "{list={name=list, comment=, order=001}, d2wContext={name=d2wContext, comment=, order=000}}" apiBindings: "null" classComment: "Button used to apply one modification to a bunch of objects." classDocURL: "er/directtoweb/components/buttons/ERDMassModifyButton.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment componentName: "ERDPickIntermediateButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDPickIntermediateButton.java" comments: "{pickRelationshipName={name=pickRelationshipName, comment=name of the relationship keypath (eg: items.article), order=000}, pickConfigurationName={name=pickConfigurationName, comment=name of the page configuration to use (optional), order=001}, pickButtonLabel={name=pickButtonLabel, comment=label for the button (optional), order=002}}" apiBindings: "null" classComment: "Action button that lets you pick the setup of a non-flattened to-many relationship and creates the intermediate objects, like when you have an invoice with line items and a relationship to articles." classDocURL: "er/directtoweb/components/buttons/ERDPickIntermediateButton.html" condition: "null" warning: No package defined for class componentName: "ERDPrinterButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDPrinterButton.java" comments: "{task={name=task, comment=, order=003}, displayGroup={name=displayGroup, comment=, order=002}, doNotUseForm"={name=doNotUseForm", comment=defaults="Boolean, order=005}, dataSource={name=dataSource, comment=, order=001}, d2wContext={name=d2wContext, comment=, order=000}, useSubmitButton"={name=useSubmitButton", comment=defaults="Boolean, order=004}}" apiBindings: "null" classComment: "Handles the switching of the current task to print, which uses the print templates." classDocURL: "er/directtoweb/components/buttons/ERDPrinterButton.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "task": binding tag in javadoc but no/empty comment componentName: "ERDSelectAllButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDSelectAllButton.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERDSelectAllButton." classDocURL: "er/directtoweb/components/buttons/ERDSelectAllButton.html" condition: "null" warning: No package defined for class componentName: "ERDSelectButton" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDSelectButton.java" comments: "{d2wContext={name=d2wContext, comment=the d2wContext, order=000}}" apiBindings: "null" classComment: "Select button to display in lists." classDocURL: "er/directtoweb/components/buttons/ERDSelectButton.html" condition: "null" warning: No package defined for class componentName: "ERDSelectionComponent" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDSelectionComponent.java" comments: "{}" apiBindings: "null" classComment: "For editing a selection in a list repetition." classDocURL: "er/directtoweb/components/buttons/ERDSelectionComponent.html" condition: "null" warning: No package defined for class componentName: "ERDTrashcan" package: "er.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/buttons/ERDTrashcan.java" comments: "{trashcanExplanation={name=trashcanExplanation, comment=, order=003}, noTrashcanExplanation={name=noTrashcanExplanation, comment=, order=004}, dataSource={name=dataSource, comment=, order=001}, object={name=object, comment=, order=000}, d2wContext={name=d2wContext, comment=, order=002}}" apiBindings: "null" classComment: "A better trashcan." classDocURL: "er/directtoweb/components/buttons/ERDTrashcan.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "trashcanExplanation": binding tag in javadoc but no/empty comment Binding: "noTrashcanExplanation": binding tag in javadoc but no/empty comment componentName: "ERD2WDisplayDateOrNull" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERD2WDisplayDateOrNull.java" comments: "{}" apiBindings: "null" classComment: "Displays a date or a null string." classDocURL: "er/directtoweb/components/dates/ERD2WDisplayDateOrNull.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryDateRange" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERD2WQueryDateRange.java" comments: "{}" apiBindings: "null" classComment: "このプロパティ・レベル・コンポーネントは date のクエリを 開始日と終了日のパラメータでビルドします。 /" classDocURL: "er/directtoweb/components/dates/ERD2WQueryDateRange.html" condition: "null" warning: No package defined for class componentName: "ERDDisplayYearsMonths" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDDisplayYearsMonths.java" comments: "{}" apiBindings: "null" classComment: "Displays a number as say 5 years 2 months." classDocURL: "er/directtoweb/components/dates/ERDDisplayYearsMonths.html" condition: "null" warning: No package defined for class componentName: "ERDEditDateJavascript" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDEditDateJavascript.java" comments: "{}" apiBindings: "null" classComment: "Crazy cool little date picker that uses javascript to pick the date from a little calendar." classDocURL: "er/directtoweb/components/dates/ERDEditDateJavascript.html" condition: "null" warning: No package defined for class componentName: "ERDEditDatePopup" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDEditDatePopup.java" comments: "{extraBindings={name=extraBindings, comment=, order=002}, yearRangeTop={name=yearRangeTop, comment=, order=001}, key={name=key, comment=, order=004}, yearRangeBottom={name=yearRangeBottom, comment=, order=000}, object={name=object, comment=, order=003}}" apiBindings: "null" classComment: "Edits dates with popup lists." classDocURL: "er/directtoweb/components/dates/ERDEditDatePopup.html" condition: "null" warning: No package defined for class Binding: "yearRangeBottom": binding tag in javadoc but no/empty comment Binding: "yearRangeTop": binding tag in javadoc but no/empty comment Binding: "extraBindings": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERDEditDatePopupCommon" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDEditDatePopupCommon.java" comments: "{}" apiBindings: "null" classComment: "Common superclass for date editing components." classDocURL: "er/directtoweb/components/dates/ERDEditDatePopupCommon.html" condition: "null" warning: No package defined for class componentName: "ERDEditDatePopupOrNull" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDEditDatePopupOrNull.java" comments: "{}" apiBindings: "null" classComment: "Allows the choice to not specify a date." classDocURL: "er/directtoweb/components/dates/ERDEditDatePopupOrNull.html" condition: "null" warning: No package defined for class componentName: "ERDEditYearsMonths" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDEditYearsMonths.java" comments: "{}" apiBindings: "null" classComment: "Used to edit a number as if it where a number of years and a number of months." classDocURL: "er/directtoweb/components/dates/ERDEditYearsMonths.html" condition: "null" warning: No package defined for class componentName: "ERDQueryDateRangeJavascript" package: "er.directtoweb.components.dates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/dates/ERDQueryDateRangeJavascript.java" comments: "{}" apiBindings: "null" classComment: "Used for building date queries with javascript." classDocURL: "er/directtoweb/components/dates/ERDQueryDateRangeJavascript.html" condition: "null" warning: No package defined for class componentName: "ERD2WContextInspector" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WContextInspector.java" comments: "{}" apiBindings: "null" classComment: "Simple D2WContext inspector component, showing the bound context's local values to help debugging." classDocURL: "er/directtoweb/components/misc/ERD2WContextInspector.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayAddress" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WDisplayAddress.java" comments: "{}" apiBindings: "null" classComment: "Displays an address." classDocURL: "er/directtoweb/components/misc/ERD2WDisplayAddress.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayConstant" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WDisplayConstant.java" comments: "{}" apiBindings: "null" classComment: "For a given key it asks the context for the value." classDocURL: "er/directtoweb/components/misc/ERD2WDisplayConstant.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayImage" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WDisplayImage.java" comments: "{}" apiBindings: "null" classComment: "Displays an image via the src or data binding, with imageHeight and imageWidth from the d2wContext" classDocURL: "er/directtoweb/components/misc/ERD2WDisplayImage.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayImageWithUrl" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WDisplayImageWithUrl.java" comments: "{}" apiBindings: "null" classComment: "Displays a url, where the object-key pair refer to a url." classDocURL: "er/directtoweb/components/misc/ERD2WDisplayImageWithUrl.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayURL" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WDisplayURL.java" comments: "{}" apiBindings: "null" classComment: "Displays the URL in a hyperlink with target set to "_blank"." classDocURL: "er/directtoweb/components/misc/ERD2WDisplayURL.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditTags" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WEditTags.java" comments: "{}" apiBindings: "null" classComment: "A thin D2W wrapper around ERAjaxTagField." classDocURL: "er/directtoweb/components/misc/ERD2WEditTags.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditURL" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WEditURL.java" comments: "{}" apiBindings: "null" classComment: "Used for editing urls." classDocURL: "er/directtoweb/components/misc/ERD2WEditURL.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryAnyField" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WQueryAnyField.java" comments: "{}" apiBindings: "null" classComment: "Localized QueryAnyField for the query all pages." classDocURL: "er/directtoweb/components/misc/ERD2WQueryAnyField.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryNonNull" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WQueryNonNull.java" comments: "{}" apiBindings: "null" classComment: "Query component for null or non-null." classDocURL: "er/directtoweb/components/misc/ERD2WQueryNonNull.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryOperator" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WQueryOperator.java" comments: "{}" apiBindings: "null" classComment: "Localized replacement for D2WQueryOperator." classDocURL: "er/directtoweb/components/misc/ERD2WQueryOperator.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryUnavailable" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERD2WQueryUnavailable.java" comments: "{}" apiBindings: "null" classComment: " このプロパティ・レベル・コンポーネントは検索が「不可能」を表示します。 検索機能が不可に設定されているか、NSData などでの検索が無意味の場合など /" classDocURL: "er/directtoweb/components/misc/ERD2WQueryUnavailable.html" condition: "null" warning: No package defined for class componentName: "ERDAnyField" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDAnyField.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/misc/ERDAnyField.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDConfirmMessage" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDConfirmMessage.java" comments: "{}" apiBindings: "null" classComment: "Confirming an action template." classDocURL: "er/directtoweb/components/misc/ERDConfirmMessage.html" condition: "null" warning: No package defined for class componentName: "ERDDisplayImageIfExists" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDDisplayImageIfExists.java" comments: "{}" apiBindings: "null" classComment: "Displays an image if it exists." classDocURL: "er/directtoweb/components/misc/ERDDisplayImageIfExists.html" condition: "null" warning: No package defined for class componentName: "ERDDisplayMailTo" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDDisplayMailTo.java" comments: "{showBrackets={name=showBrackets, comment=, order=003}, email={name=email, comment=, order=000}, key={name=key, comment=, order=002}, object={name=object, comment=, order=001}}" apiBindings: "null" classComment: "A display mailto component with a number of bindings." classDocURL: "er/directtoweb/components/misc/ERDDisplayMailTo.html" condition: "null" warning: No package defined for class Binding: "email": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment Binding: "showBrackets": binding tag in javadoc but no/empty comment componentName: "ERDEditFile" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDEditFile.java" comments: "{}" apiBindings: "null" classComment: "Allows you to handle a file name on the server as a property." classDocURL: "er/directtoweb/components/misc/ERDEditFile.html" condition: "null" warning: No package defined for class componentName: "ERDEditList" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDEditList.java" comments: "{}" apiBindings: "null" classComment: "Description forthcoming." classDocURL: "er/directtoweb/components/misc/ERDEditList.html" condition: "null" warning: No package defined for class componentName: "ERDEmptyListMessage" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDEmptyListMessage.java" comments: "{}" apiBindings: "null" classComment: "Default component shown when a D2W list is empty." classDocURL: "er/directtoweb/components/misc/ERDEmptyListMessage.html" condition: "null" warning: No package defined for class componentName: "ERDHasChangesMarker" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDHasChangesMarker.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/misc/ERDHasChangesMarker.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDListOrganizer" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDListOrganizer.java" comments: "{}" apiBindings: "null" classComment: "Crazy cool component that allows one to select strings (using arrow buttons), and organize them." classDocURL: "er/directtoweb/components/misc/ERDListOrganizer.html" condition: "null" warning: No package defined for class componentName: "ERDListPicker" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDListPicker.java" comments: "{pickComponentName={name=pickComponentName, comment=, order=002}, listComponentName={name=listComponentName, comment=, order=001}, list={name=list, comment=, order=000}, key={name=key, comment=, order=004}, object={name=object, comment=, order=003}}" apiBindings: "null" classComment: "Used to pick a string from a list." classDocURL: "er/directtoweb/components/misc/ERDListPicker.html" condition: "null" warning: No package defined for class Binding: "list": binding tag in javadoc but no/empty comment Binding: "listComponentName": binding tag in javadoc but no/empty comment Binding: "pickComponentName": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERDQueryAnyKey" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDQueryAnyKey.java" comments: "{queryAttributes={name=queryAttributes, comment=NSArray of attributes to query, order=000}, displayGroup={name=displayGroup, comment=display group (must be a subclass of ERXDisplayGroup), order=001}}" apiBindings: "null" classComment: "Allows you to query a set of keys - supplied by queryAttributes - with a regular expression query." classDocURL: "er/directtoweb/components/misc/ERDQueryAnyKey.html" condition: "null" warning: No package defined for class componentName: "ERDSavedQueriesComponent" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDSavedQueriesComponent.java" comments: "{}" apiBindings: "null" classComment: "This Component will store the forms values in the displayGroup of a Query Page into user preferences under a saved name." classDocURL: "er/directtoweb/components/misc/ERDSavedQueriesComponent.html" condition: "null" warning: No package defined for class componentName: "ERDSearchDisplayGroup" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDSearchDisplayGroup.java" comments: "{}" apiBindings: "null" classComment: "QuickSerch or 'filter' feature For nesting inside list page nav bar" classDocURL: "er/directtoweb/components/misc/ERDSearchDisplayGroup.html" condition: "null" warning: No package defined for class componentName: "ERDSectionImage" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDSectionImage.java" comments: "{}" apiBindings: "null" classComment: "Used to display sections as images instead of text." classDocURL: "er/directtoweb/components/misc/ERDSectionImage.html" condition: "null" warning: No package defined for class componentName: "ERDSectionText" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDSectionText.java" comments: "{displayNameForSectionKey={name=displayNameForSectionKey, comment=, order=000}}" apiBindings: "null" classComment: "Used to display sections as text." classDocURL: "er/directtoweb/components/misc/ERDSectionText.html" condition: "null" warning: No package defined for class Binding: "displayNameForSectionKey": binding tag in javadoc but no/empty comment componentName: "ERDSpacer" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDSpacer.java" comments: "{}" apiBindings: "null" classComment: "A silly simple component to show a horizontal rule /" classDocURL: "er/directtoweb/components/misc/ERDSpacer.html" condition: "null" warning: No package defined for class componentName: "ERDTabImage" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDTabImage.java" comments: "{}" apiBindings: "null" classComment: "Used to display a tab as text instead of images." classDocURL: "er/directtoweb/components/misc/ERDTabImage.html" condition: "null" warning: No package defined for class componentName: "ERDTabText" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDTabText.java" comments: "{}" apiBindings: "null" classComment: "Used to display a tab as text." classDocURL: "er/directtoweb/components/misc/ERDTabText.html" condition: "null" warning: No package defined for class componentName: "ERDZoomableImage" package: "er.directtoweb.components.misc" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/misc/ERDZoomableImage.java" comments: "{width-={name=width-, comment=width of the image to be displayed in the page., order=002}, thumbnailSrc={name=thumbnailSrc, comment=- source url for the thumbnail. if null, src binding with height and width is used., order=005}, src={name=src, comment=- source url for the image to be displaed. mandatory for this component to work properly., order=000}, zoomHeight={name=zoomHeight, comment=- height of the zoomed image. defaults to 200., order=004}, enableZoomForImage={name=enableZoomForImage, comment=- true/false. if true, clicking on thumbnail will popup the full size image. If false, clicking is not allowed., order=007}, title={name=title, comment=- title for the image. used as tooltip in thumbnail mode [optional], order=006}, zoomWidth={name=zoomWidth, comment=- width of the zoomed image. defaults to 200., order=003}, height={name=height, comment=- height of the image to be displayed in the page., order=001}}" apiBindings: "null" classComment: "This stateless component:
    • displays an image with a given src, width and height
    • allows to zoom to a given height and width
    " classDocURL: "er/directtoweb/components/misc/ERDZoomableImage.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayNumberWithUnit" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERD2WDisplayNumberWithUnit.java" comments: "{key={name=key, comment=, order=000}, object={name=object, comment=, order=001}}" apiBindings: "null" classComment: "Same as ERDDisplayNumberWithUnit only subclass is different." classDocURL: "er/directtoweb/components/numbers/ERD2WDisplayNumberWithUnit.html" condition: "null" warning: No package defined for class Binding: "key": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment componentName: "ERD2WEditNumber" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERD2WEditNumber.java" comments: "{}" apiBindings: "null" classComment: "Common superclass of all ER's edit number components." classDocURL: "er/directtoweb/components/numbers/ERD2WEditNumber.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditNumberWithUnit" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERD2WEditNumberWithUnit.java" comments: "{}" apiBindings: "null" classComment: "Edits a number displaying the unit off of the EOAttributes userInfo." classDocURL: "er/directtoweb/components/numbers/ERD2WEditNumberWithUnit.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditPercentage" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERD2WEditPercentage.java" comments: "{}" apiBindings: "null" classComment: "Edits a percentage number with radio buttons." classDocURL: "er/directtoweb/components/numbers/ERD2WEditPercentage.html" condition: "null" warning: No package defined for class componentName: "ERD2WPopUp" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERD2WPopUp.java" comments: "{}" apiBindings: "null" classComment: "Popup used for picking a number or some other value by using the key restrictedChoiceKey." classDocURL: "er/directtoweb/components/numbers/ERD2WPopUp.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryNumberRange" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERD2WQueryNumberRange.java" comments: "{}" apiBindings: "null" classComment: " このプロパティ・レベル・コンポーネントは number のクエリを二つの数値の間でビルドします。 /" classDocURL: "er/directtoweb/components/numbers/ERD2WQueryNumberRange.html" condition: "null" warning: No package defined for class componentName: "ERDDisplayNumberWithUnit" package: "er.directtoweb.components.numbers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/numbers/ERDDisplayNumberWithUnit.java" comments: "{}" apiBindings: "null" classComment: "Cool class." classDocURL: "er/directtoweb/components/numbers/ERDDisplayNumberWithUnit.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayList.java" comments: "{}" apiBindings: "null" classComment: "Used to display a an NSArray of the form "A, B and C", useful for toMany relationships or propertyKeys that return arrays." classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayList.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayRelationshipFlag" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayRelationshipFlag.java" comments: "{}" apiBindings: "null" classComment: "Allows for a flag if an object has a given related object." classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayRelationshipFlag.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayToManyCustom" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayToManyCustom.java" comments: "{}" apiBindings: "null" classComment: "Allows custom components to be used to display the eos from a toMany." classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayToManyCustom.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayToManyList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayToManyList.java" comments: "{}" apiBindings: "null" classComment: "Improved toMany display compononent, uses ERListDisplay." classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayToManyList.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayToManyTable" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayToManyTable.java" comments: "{}" apiBindings: "null" classComment: "Cleaned up some of the formatting on the original toMany table." classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayToManyTable.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayToManyUnorderedList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayToManyUnorderedList.java" comments: "{}" apiBindings: "null" classComment: "Display toMany relationship in
      " classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayToManyUnorderedList.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayToOne" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WDisplayToOne.java" comments: "{}" apiBindings: "null" classComment: "Same as original except allows display of noSelectionString if relationship is null." classDocURL: "er/directtoweb/components/relationships/ERD2WDisplayToOne.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditSortedToManyFault" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WEditSortedToManyFault.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/relationships/ERD2WEditSortedToManyFault.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WEditToManyFault" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WEditToManyFault.java" comments: "{}" apiBindings: "null" classComment: "Enhanced to-many component, which provides the means to specify which edit-relationship page gets chosen." classDocURL: "er/directtoweb/components/relationships/ERD2WEditToManyFault.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditToManyFaultList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WEditToManyFaultList.java" comments: "{}" apiBindings: "null" classComment: "An alternative/simplified edit to many fault component for D2W displaying the the toMany relationship in a
        with add/remove functionality" classDocURL: "er/directtoweb/components/relationships/ERD2WEditToManyFaultList.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditToManyRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WEditToManyRelationship.java" comments: "{}" apiBindings: "null" classComment: "Improves superclass by adding restrictions on the choices and uses ERXToManyRelationship, thus can handle localization and has better layout options." classDocURL: "er/directtoweb/components/relationships/ERD2WEditToManyRelationship.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditToOneFault" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WEditToOneFault.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/relationships/ERD2WEditToOneFault.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WEditToOneRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WEditToOneRelationship.java" comments: "{}" apiBindings: "null" classComment: "Improves superclass by adding restrictions on the choices and uses ERXToOneRelationship, thus can handle localization and has better layout options." classDocURL: "er/directtoweb/components/relationships/ERD2WEditToOneRelationship.html" condition: "null" warning: No package defined for class componentName: "ERD2WInspect" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WInspect.java" comments: "{}" apiBindings: "null" classComment: "!!Don't use, use ERDInspect instead!! Embedded component that can be used for nesting page configurations, ie ERD2WInspect can be a customComponentName." classDocURL: "er/directtoweb/components/relationships/ERD2WInspect.html" condition: "null" warning: No package defined for class componentName: "ERD2WList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WList.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/relationships/ERD2WList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WPick" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WPick.java" comments: "{selectedObjects={name=selectedObjects, comment=, order=002}, entityName={name=entityName, comment=, order=005}, pageConfiguration={name=pageConfiguration, comment=, order=006}, action={name=action, comment=, order=003}, list={name=list, comment=, order=001}, displayKeys={name=displayKeys, comment=, order=004}, dataSource={name=dataSource, comment=, order=000}, branchDelegate={name=branchDelegate, comment=, order=007}}" apiBindings: "null" classComment: "Used to select multiple items from a list." classDocURL: "er/directtoweb/components/relationships/ERD2WPick.html" condition: "null" warning: No package defined for class Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment Binding: "selectedObjects": binding tag in javadoc but no/empty comment Binding: "action": binding tag in javadoc but no/empty comment Binding: "displayKeys": binding tag in javadoc but no/empty comment Binding: "entityName": binding tag in javadoc but no/empty comment Binding: "pageConfiguration": binding tag in javadoc but no/empty comment Binding: "branchDelegate": binding tag in javadoc but no/empty comment componentName: "ERD2WPickFromEntities" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WPickFromEntities.java" comments: "{}" apiBindings: "null" classComment: "Custom query component that let's the user select from a set of shared eos." classDocURL: "er/directtoweb/components/relationships/ERD2WPickFromEntities.html" condition: "null" warning: No package defined for class componentName: "ERD2WPickFromList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WPickFromList.java" comments: "{}" apiBindings: "null" classComment: "Custom query component that let's the user select from an arbitrary list." classDocURL: "er/directtoweb/components/relationships/ERD2WPickFromList.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryToManyField" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WQueryToManyField.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/relationships/ERD2WQueryToManyField.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WQueryToManyRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WQueryToManyRelationship.java" comments: "{}" apiBindings: "null" classComment: "Enhanced relationship query component to to-many relationships." classDocURL: "er/directtoweb/components/relationships/ERD2WQueryToManyRelationship.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryToOneField" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WQueryToOneField.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/relationships/ERD2WQueryToOneField.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WQueryToOneRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WQueryToOneRelationship.java" comments: "{}" apiBindings: "null" classComment: "Enhanced relationship query component to to-one relationships." classDocURL: "er/directtoweb/components/relationships/ERD2WQueryToOneRelationship.html" condition: "null" warning: No package defined for class componentName: "ERD2WTwoLevelEditToOneRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERD2WTwoLevelEditToOneRelationship.java" comments: "{}" apiBindings: "null" classComment: "Uses JSTwoLevelEditToOneRelationship to edit the relationship." classDocURL: "er/directtoweb/components/relationships/ERD2WTwoLevelEditToOneRelationship.html" condition: "null" warning: No package defined for class componentName: "ERDEditOwnedRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDEditOwnedRelationship.java" comments: "{entityNamesForNewInstances={name=entityNamesForNewInstances, comment=, order=004}, permissionToEdit={name=permissionToEdit, comment=defaults=Boolean, order=011}, postRelationshipKeys={name=postRelationshipKeys, comment=, order=012}, explanationComponentName={name=explanationComponentName, comment=, order=005}, destinationSortKey={name=destinationSortKey, comment=, order=007}, uiStyle={name=uiStyle, comment=, order=006}, preRelationshipKeys={name=preRelationshipKeys, comment=, order=010}, showAddButton={name=showAddButton, comment=defaults=Boolean, order=000}, useForms={name=useForms, comment=defaults=Boolean, order=013}, listConfigurationName={name=listConfigurationName, comment=, order=003}, destinationDisplayKey={name=destinationDisplayKey, comment=, order=008}, key={name=key, comment=, order=001}, selectionListKey={name=selectionListKey, comment=, order=009}, object={name=object, comment=, order=002}}" apiBindings: "null" classComment: "Crazy component." classDocURL: "er/directtoweb/components/relationships/ERDEditOwnedRelationship.html" condition: "null" warning: No package defined for class Binding: "key": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment Binding: "listConfigurationName": binding tag in javadoc but no/empty comment Binding: "entityNamesForNewInstances": binding tag in javadoc but no/empty comment Binding: "explanationComponentName": binding tag in javadoc but no/empty comment Binding: "uiStyle": binding tag in javadoc but no/empty comment Binding: "destinationSortKey": binding tag in javadoc but no/empty comment Binding: "destinationDisplayKey": binding tag in javadoc but no/empty comment Binding: "selectionListKey": binding tag in javadoc but no/empty comment Binding: "preRelationshipKeys": binding tag in javadoc but no/empty comment Binding: "postRelationshipKeys": binding tag in javadoc but no/empty comment componentName: "ERDEditRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDEditRelationship.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/relationships/ERDEditRelationship.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDEditToManyRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDEditToManyRelationship.java" comments: "{destinationEntityName={name=destinationEntityName, comment=entity name for the destination of the relationship, order=002}, task={name=task, comment=should be "edit", order=005}, hasRemove={name=hasRemove, comment=true if the objects can also be removed (as opposed to just being deleted), order=003}, inspectConfigurationName={name=inspectConfigurationName, comment=page configuration to use for the edit component, order=004}, key={name=key, comment=keypath to the relationship, order=001}, object={name=object, comment=eo to edit, order=000}}" apiBindings: "null" classComment: "Convenient way to add, edit, remove or delete objects from a to-many relationship." classDocURL: "er/directtoweb/components/relationships/ERDEditToManyRelationship.html" condition: "null" warning: No package defined for class componentName: "ERDEditableList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDEditableList.java" comments: "{}" apiBindings: "null" classComment: "Same as ERDList except it uses a detail datasource so that you may edit the list as well." classDocURL: "er/directtoweb/components/relationships/ERDEditableList.html" condition: "null" warning: No package defined for class componentName: "ERDInspect" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDInspect.java" comments: "{}" apiBindings: "null" classComment: "Embedded component that can be used for nesting page configurations, ie ERDInspect can be a customComponentName." classDocURL: "er/directtoweb/components/relationships/ERDInspect.html" condition: "null" warning: No package defined for class componentName: "ERDLinkToEditObject" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDLinkToEditObject.java" comments: "{keyWhenRelationship={name=keyWhenRelationship, comment=in case the object is the value at the keypath, defines the display key, order=002}, useNestedEditingContext={name=useNestedEditingContext, comment=if the EC should be nested (default is peer), order=004}, editConfigurationName={name=editConfigurationName, comment=name of the page configuration to jump to, order=003}, key={name=key, comment=keypath to get list from object, order=001}, object={name=object, comment=object to get list from, order=000}}" apiBindings: "null" classComment: "Generic link component used to view or edit an object." classDocURL: "er/directtoweb/components/relationships/ERDLinkToEditObject.html" condition: "null" warning: No package defined for class componentName: "ERDLinkToViewList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDLinkToViewList.java" comments: "{entityName={name=entityName, comment=, order=004}, listConfigurationName={name=listConfigurationName, comment=name of the page configuration to jump to, order=003}, list={name=list, comment=the list to show, order=000}, key={name=key, comment=keypath to get list from object, order=002}, object={name=object, comment=object to get list from, order=001}}" apiBindings: "null" classComment: "Generic link component used to view a list." classDocURL: "er/directtoweb/components/relationships/ERDLinkToViewList.html" condition: "null" warning: No package defined for class Binding: "entityName": binding tag in javadoc but no/empty comment componentName: "ERDList" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDList.java" comments: "{emptyListMessage={name=emptyListMessage, comment=, order=002}, listPageConfiguration={name=listPageConfiguration, comment=, order=003}, list={name=list, comment=, order=004}, key={name=key, comment=, order=001}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Used to edit a toMany relationship by allowing the user to pick the eos that belong in the relationship." classDocURL: "er/directtoweb/components/relationships/ERDList.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment Binding: "emptyListMessage": binding tag in javadoc but no/empty comment Binding: "listPageConfiguration": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment componentName: "ERDQueryIsContainedInArray" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDQueryIsContainedInArray.java" comments: "{restrictingFetchSpecification={name=restrictingFetchSpecification, comment=name of a fetchspec (elementarySchoools), order=004}, keyWhenRelationship={name=keyWhenRelationship, comment=display key for destination ("name"->school.name), order=005}, destinationEntityName={name=destinationEntityName, comment=name of the destination entity ("School"), order=002}, size={name=size, comment=number of rows for "checkbox" or "browser" UIStyle, order=009}, sortOrderAttributeName={name=sortOrderAttributeName, comment=sort key for destination ("name"->school.name), order=006}, toManyUIStyle={name=toManyUIStyle, comment="browser" or "checkbox", order=007}, displayGroup={name=displayGroup, comment=displayGroup to set the queryMatch in (queryOperator = isContainedInArray), order=000}, numCols={name=numCols, comment=number of columns when "checkbox" is the UIStyle, order=008}, key={name=key, comment=relationship key ("school"), order=001}, restrictedChoiceKey={name=restrictedChoiceKey, comment=keypath returning an array of preselections (session.user.district.schools), order=003}}" apiBindings: "null" classComment: "Allows you to query for objects that have a one or more of a set of related objects." classDocURL: "er/directtoweb/components/relationships/ERDQueryIsContainedInArray.html" condition: "null" warning: No package defined for class componentName: "ERDQueryTwoLevelRelationship" package: "er.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/relationships/ERDQueryTwoLevelRelationship.java" comments: "{}" apiBindings: "null" classComment: "Create queries that consist of a drilldown." classDocURL: "er/directtoweb/components/relationships/ERDQueryTwoLevelRelationship.html" condition: "null" warning: No package defined for class componentName: "ERDAttributeRepetition" package: "er.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDAttributeRepetition.java" comments: "{}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERDAttributeRepetition." classDocURL: "er/directtoweb/components/repetitions/ERDAttributeRepetition.html" condition: "null" warning: No package defined for class componentName: "ERDGroupingListPageRepetition" package: "er.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDGroupingListPageRepetition.java" comments: "{}" apiBindings: "null" classComment: "Grouping list that can be used as a repetition in list pages." classDocURL: "er/directtoweb/components/repetitions/ERDGroupingListPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERDInspectPageRepetition" package: "er.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDInspectPageRepetition.java" comments: "{}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERDInspectPageRepetition." classDocURL: "er/directtoweb/components/repetitions/ERDInspectPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERDListPageRepetition" package: "er.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDListPageRepetition.java" comments: "{}" apiBindings: "null" classComment: "Can be used as a repetition in list pages." classDocURL: "er/directtoweb/components/repetitions/ERDListPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERDQueryPageRepetition" package: "er.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDQueryPageRepetition.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERDQueryPageRepetition." classDocURL: "er/directtoweb/components/repetitions/ERDQueryPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERDTableRepetition" package: "er.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/repetitions/ERDTableRepetition.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/repetitions/ERDTableRepetition.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WDisplayHTML" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayHTML.java" comments: "{}" apiBindings: "null" classComment: "Displays a string with escape html set to false." classDocURL: "er/directtoweb/components/strings/ERD2WDisplayHTML.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayLocalizedString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayLocalizedString.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/strings/ERD2WDisplayLocalizedString.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WDisplayPassword" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayPassword.java" comments: "{}" apiBindings: "null" classComment: "Displays '*********' instead." classDocURL: "er/directtoweb/components/strings/ERD2WDisplayPassword.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayPreformattedString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayPreformattedString.java" comments: "{}" apiBindings: "null" classComment: "Displays string representation of object inside of "pre" tags." classDocURL: "er/directtoweb/components/strings/ERD2WDisplayPreformattedString.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayString.java" comments: "{}" apiBindings: "null" classComment: "
        Full blown display string with all the bells and whistles." classDocURL: "er/directtoweb/components/strings/ERD2WDisplayString.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayStringWithLineBreaks" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayStringWithLineBreaks.java" comments: "{}" apiBindings: "null" classComment: "Displays string with line breaks." classDocURL: "er/directtoweb/components/strings/ERD2WDisplayStringWithLineBreaks.html" condition: "null" warning: No package defined for class componentName: "ERD2WDisplayTextFromHTML" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WDisplayTextFromHTML.java" comments: "{}" apiBindings: "null" classComment: "Extracts text from html and displays the text." classDocURL: "er/directtoweb/components/strings/ERD2WDisplayTextFromHTML.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditLargeString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WEditLargeString.java" comments: "{}" apiBindings: "null" classComment: "
        Same as D2WEditLargeString except that it allows you to have empty strings in fields that don't allow null." classDocURL: "er/directtoweb/components/strings/ERD2WEditLargeString.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WEditString.java" comments: "{}" apiBindings: "null" classComment: " Allows specifing the maxLength for a WOTextField." classDocURL: "er/directtoweb/components/strings/ERD2WEditString.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryEncryptedString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WQueryEncryptedString.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/strings/ERD2WQueryEncryptedString.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WQueryStringOperator" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WQueryStringOperator.java" comments: "{}" apiBindings: "null" classComment: "
        このプロパティ・レベル・コンポーネントは string のクエリをビルドします。 例:("starts with" 又は "contains")
        " classDocURL: "er/directtoweb/components/strings/ERD2WQueryStringOperator.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryStringWithChoices" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERD2WQueryStringWithChoices.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/strings/ERD2WQueryStringWithChoices.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDDisplayLargeString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDDisplayLargeString.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/strings/ERDDisplayLargeString.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDDisplayStyledString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDDisplayStyledString.java" comments: "{}" apiBindings: "null" classComment: "The as D2WDisplayStyledString, except that you can add a formatter and have a CSS class." classDocURL: "er/directtoweb/components/strings/ERDDisplayStyledString.html" condition: "null" warning: No package defined for class componentName: "ERDDisplayTemplateString" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDDisplayTemplateString.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/components/strings/ERDDisplayTemplateString.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERDEditHTML" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditHTML.java" comments: "{}" apiBindings: "null" classComment: "Very, very basic version of a TinyMCE integration." classDocURL: "er/directtoweb/components/strings/ERDEditHTML.html" condition: "null" warning: No package defined for class componentName: "ERDEditPassword" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditPassword.java" comments: "{propertyKey={name=propertyKey, comment=the key of the object to edit, order=001}, length={name=length, comment=the length of the text field, order=002}, passwordConfirmationValidates={name=passwordConfirmationValidates, comment=if true, then the property key validation is left to the confirmation component. Otherwise the validation occurs here., order=003}, object={name=object, comment=the object to edit, order=000}}" apiBindings: "null" classComment: "Provides a edit "password" service." classDocURL: "er/directtoweb/components/strings/ERDEditPassword.html" condition: "null" warning: No package defined for class componentName: "ERDEditPasswordConfirm" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditPasswordConfirm.java" comments: "{extraBindings={name=extraBindings, comment=, order=003}, password={name=password, comment=, order=001}, passwordConfirm={name=passwordConfirm, comment=, order=002}, errorMessage={name=errorMessage, comment=, order=000}, key={name=key, comment=, order=004}, object={name=object, comment=, order=005}}" apiBindings: "null" classComment: "Used to edit passwords where when changed the changed value must be confirmed." classDocURL: "er/directtoweb/components/strings/ERDEditPasswordConfirm.html" condition: "null" warning: No package defined for class Binding: "errorMessage": binding tag in javadoc but no/empty comment Binding: "password": binding tag in javadoc but no/empty comment Binding: "passwordConfirm": binding tag in javadoc but no/empty comment Binding: "extraBindings": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment componentName: "ERDEditPasswordConfirmation" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditPasswordConfirmation.java" comments: "{length={name=length, comment=the length of the text field, order=001}, object={name=object, comment=the object to edit, order=000}}" apiBindings: "null" classComment: "Provides a "confirm password" service." classDocURL: "er/directtoweb/components/strings/ERDEditPasswordConfirmation.html" condition: "null" warning: No package defined for class componentName: "ERDEditStringWithChoices" package: "er.directtoweb.components.strings" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/components/strings/ERDEditStringWithChoices.java" comments: "{}" apiBindings: "null" classComment: "Provides a toOne relationship-like component except the value is pushed in as a string." classDocURL: "er/directtoweb/components/strings/ERDEditStringWithChoices.html" condition: "null" warning: No package defined for class componentName: "ERD2WCSVGroupingListPageTemplate" package: "er.directtoweb.cvs" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/cvs/ERD2WCSVGroupingListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Grouping list in CSV format." classDocURL: "er/directtoweb/cvs/ERD2WCSVGroupingListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WCSVListPageTemplate" package: "er.directtoweb.cvs" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/cvs/ERD2WCSVListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Standard list in CSV format." classDocURL: "er/directtoweb/cvs/ERD2WCSVListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERDDefaultSectionComponentCSV" package: "er.directtoweb.cvs" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/cvs/ERDDefaultSectionComponentCSV.java" comments: "{}" apiBindings: "null" classComment: "Displays section name for CSV pages." classDocURL: "er/directtoweb/cvs/ERDDefaultSectionComponentCSV.html" condition: "null" warning: No package defined for class componentName: "D2WPick" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/D2WPick.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/embed/D2WPick.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WQuery" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERD2WQuery.java" comments: "{}" apiBindings: "null" classComment: "Same as D2WQuery, except that you can specify the queryBindings in advance." classDocURL: "er/directtoweb/embed/ERD2WQuery.html" condition: "null" warning: No package defined for class componentName: "ERXD2WEditRelationship" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERXD2WEditRelationship.java" comments: "{}" apiBindings: "null" classComment: "A clone of David LeBer's ERMD2WEditRelationship component." classDocURL: "er/directtoweb/embed/ERXD2WEditRelationship.html" condition: "null" warning: No package defined for class componentName: "ERXD2WInspect" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERXD2WInspect.java" comments: "{pageConfiguration={name=pageConfiguration, comment=, order=003}, entityName={name=entityName, comment=, order=004}, action={name=action, comment=, order=000}, displayKeys={name=displayKeys, comment=, order=001}, object={name=object, comment=, order=002}}" apiBindings: "null" classComment: "Uses a the ERD2WSwitchComponent so that this component won't cache the d2w context." classDocURL: "er/directtoweb/embed/ERXD2WInspect.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "displayKeys": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment Binding: "pageConfiguration": binding tag in javadoc but no/empty comment Binding: "entityName": binding tag in javadoc but no/empty comment componentName: "ERXD2WList" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERXD2WList.java" comments: "{entityName={name=entityName, comment=, order=002}, pageConfiguration={name=pageConfiguration, comment=, order=004}, action={name=action, comment=, order=000}, list={name=list, comment=, order=001}, displayKeys={name=displayKeys, comment=, order=005}, dataSource={name=dataSource, comment=, order=003}}" apiBindings: "null" classComment: "Same as D2WList but uses ERD2WSwitchComponent so that its context won't be cached in case the page is reused." classDocURL: "er/directtoweb/embed/ERXD2WList.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment Binding: "entityName": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "pageConfiguration": binding tag in javadoc but no/empty comment Binding: "displayKeys": binding tag in javadoc but no/empty comment componentName: "ERXD2WPick" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERXD2WPick.java" comments: "{selectedObjects={name=selectedObjects, comment=, order=005}, entityName={name=entityName, comment=, order=003}, pageConfiguration={name=pageConfiguration, comment=, order=004}, nextPage={name=nextPage, comment=, order=006}, action={name=action, comment=, order=000}, dataSource={name=dataSource, comment=, order=002}, branchDelegate={name=branchDelegate, comment=, order=001}}" apiBindings: "null" classComment: "Embedded component that can be used for nesting a pick inside another page configuration." classDocURL: "er/directtoweb/embed/ERXD2WPick.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "branchDelegate": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "entityName": binding tag in javadoc but no/empty comment Binding: "pageConfiguration": binding tag in javadoc but no/empty comment Binding: "selectedObjects": binding tag in javadoc but no/empty comment Binding: "nextPage": binding tag in javadoc but no/empty comment componentName: "ERXD2WQuery" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERXD2WQuery.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/embed/ERXD2WQuery.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXD2WSelect" package: "er.directtoweb.embed" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/embed/ERXD2WSelect.java" comments: "{entityName={name=entityName, comment=, order=003}, pageConfiguration={name=pageConfiguration, comment=, order=004}, nextPage={name=nextPage, comment=, order=006}, action={name=action, comment=, order=000}, selectedObject={name=selectedObject, comment=, order=005}, dataSource={name=dataSource, comment=, order=002}, branchDelegate={name=branchDelegate, comment=, order=001}}" apiBindings: "null" classComment: "Embedded component that can be used for nesting a pick inside another page configuration." classDocURL: "er/directtoweb/embed/ERXD2WSelect.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "branchDelegate": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "entityName": binding tag in javadoc but no/empty comment Binding: "pageConfiguration": binding tag in javadoc but no/empty comment Binding: "selectedObject": binding tag in javadoc but no/empty comment Binding: "nextPage": binding tag in javadoc but no/empty comment componentName: "ERExcelButton" package: "er.directtoweb.excel" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Excel/ERExcelLook/Sources/er/directtoweb/excel/ERExcelButton.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/excel/ERExcelButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERExcelListPage" package: "er.directtoweb.excel" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Excel/ERExcelLook/Sources/er/directtoweb/excel/ERExcelListPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/excel/ERExcelListPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERExcelPropertyName" package: "er.directtoweb.excel" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Excel/ERExcelLook/Sources/er/directtoweb/excel/ERExcelPropertyName.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/excel/ERExcelPropertyName.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WCalendarPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WCalendarPage.java" comments: "{}" apiBindings: "null" classComment: "Superclass of all calendar list pages." classDocURL: "er/directtoweb/pages/ERD2WCalendarPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WConfirmPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WConfirmPage.java" comments: "{}" apiBindings: "null" classComment: "Unless you need the special shouldProvideConfirmMessage, one should use ERD2WMessagePage instead /" classDocURL: "er/directtoweb/pages/ERD2WConfirmPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditRelationshipPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WEditRelationshipPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/pages/ERD2WEditRelationshipPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WEditSortedManyToManyPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WEditSortedManyToManyPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/pages/ERD2WEditSortedManyToManyPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WEditableListPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WEditableListPage.java" comments: "{}" apiBindings: "null" classComment: "List page for editing all items in the list." classDocURL: "er/directtoweb/pages/ERD2WEditableListPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WGraphVizPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WGraphVizPage.java" comments: "{}" apiBindings: "null" classComment: "Creates a GrahpViz page for those that needs such trivial tools." classDocURL: "er/directtoweb/pages/ERD2WGraphVizPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WGroupingListPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WGroupingListPage.java" comments: "{}" apiBindings: "null" classComment: "Displays a groups of objects grouped by a key." classDocURL: "er/directtoweb/pages/ERD2WGroupingListPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WInspectPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WInspectPage.java" comments: "{}" apiBindings: "null" classComment: "Superclass for all inspecting/editing ERD2W templates." classDocURL: "er/directtoweb/pages/ERD2WInspectPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WListComparePage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WListComparePage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/pages/ERD2WListComparePage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WListPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WListPage.java" comments: "{}" apiBindings: "null" classComment: "Reimplementation of the D2WListPage." classDocURL: "er/directtoweb/pages/ERD2WListPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WMessagePage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WMessagePage.java" comments: "{}" apiBindings: "null" classComment: "Superclass for all message pages." classDocURL: "er/directtoweb/pages/ERD2WMessagePage.html" condition: "null" warning: No package defined for class componentName: "ERD2WPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPage.java" comments: "{}" apiBindings: "null" classComment: "Common superclass for all ERD2W templates (except ERD2WEditRelationshipPage)." classDocURL: "er/directtoweb/pages/ERD2WPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WPickListPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPickListPage.java" comments: "{}" apiBindings: "null" classComment: "Allows the selection of one or more objects from a set of EOs." classDocURL: "er/directtoweb/pages/ERD2WPickListPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WPickTypePage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WPickTypePage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/pages/ERD2WPickTypePage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WProgressPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WProgressPage.java" comments: "{}" apiBindings: "null" classComment: "Displays progress by using a ERXLongResponse.Task." classDocURL: "er/directtoweb/pages/ERD2WProgressPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryEntitiesPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WQueryEntitiesPage.java" comments: "{}" apiBindings: "null" classComment: "Page that can query a set of entities." classDocURL: "er/directtoweb/pages/ERD2WQueryEntitiesPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WQueryPage.java" comments: "{}" apiBindings: "null" classComment: "Superclass for all query pages." classDocURL: "er/directtoweb/pages/ERD2WQueryPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WTabInspectPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WTabInspectPage.java" comments: "{}" apiBindings: "null" classComment: "Superclass for all tab and wizard pages." classDocURL: "er/directtoweb/pages/ERD2WTabInspectPage.html" condition: "null" warning: No package defined for class componentName: "ERD2WWizardCreationPage" package: "er.directtoweb.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/ERD2WWizardCreationPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/pages/ERD2WWizardCreationPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WCalendarPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WCalendarPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERD2WCalendarPageTemplate." classDocURL: "er/directtoweb/pages/templates/ERD2WCalendarPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WCompactInspectPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WCompactInspectPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Inspect template that is typically embedded in a page." classDocURL: "er/directtoweb/pages/templates/ERD2WCompactInspectPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WCompactListPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WCompactListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Compact list page." classDocURL: "er/directtoweb/pages/templates/ERD2WCompactListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WConfirmPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WConfirmPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "More robust confirm messaging." classDocURL: "er/directtoweb/pages/templates/ERD2WConfirmPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WEditableListTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WEditableListTemplate.java" comments: "{isListEmpty={name=isListEmpty, comment=, order=005}, backAction={name=backAction, comment=, order=000}, showCancel={name=showCancel, comment=, order=010}, isEntityInspectable={name=isEntityInspectable, comment=, order=003}, nextPage={name=nextPage, comment=, order=008}, defaultSortKey={name=defaultSortKey, comment=, order=002}, isEntityReadOnly={name=isEntityReadOnly, comment=, order=004}, isSelecting={name=isSelecting, comment=, order=006}, listSize={name=listSize, comment=, order=007}, dataSource={name=dataSource, comment=, order=001}, object={name=object, comment=, order=009}}" apiBindings: "null" classComment: "List page for editing all items in the list." classDocURL: "er/directtoweb/pages/templates/ERD2WEditableListTemplate.html" condition: "null" warning: No package defined for class Binding: "backAction": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "defaultSortKey": binding tag in javadoc but no/empty comment Binding: "isEntityInspectable": binding tag in javadoc but no/empty comment Binding: "isEntityReadOnly": binding tag in javadoc but no/empty comment Binding: "isListEmpty": binding tag in javadoc but no/empty comment Binding: "isSelecting": binding tag in javadoc but no/empty comment Binding: "listSize": binding tag in javadoc but no/empty comment Binding: "nextPage": binding tag in javadoc but no/empty comment Binding: "object": binding tag in javadoc but no/empty comment Binding: "showCancel": binding tag in javadoc but no/empty comment componentName: "ERD2WGroupingListPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WGroupingListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Displays a groups of objects grouped by a key." classDocURL: "er/directtoweb/pages/templates/ERD2WGroupingListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WInspectPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WInspectPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Beefed up inspect page." classDocURL: "er/directtoweb/pages/templates/ERD2WInspectPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WListComparePageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WListComparePageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Basicly a list page flipped vertical." classDocURL: "er/directtoweb/pages/templates/ERD2WListComparePageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WListPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Beefed up list page." classDocURL: "er/directtoweb/pages/templates/ERD2WListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WMessagePageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WMessagePageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Used to present a message to the user with only one option, usually "OK"." classDocURL: "er/directtoweb/pages/templates/ERD2WMessagePageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WPickListPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WPickListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "A basic list but adding the ability to choose an arbitrary number of eos." classDocURL: "er/directtoweb/pages/templates/ERD2WPickListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WPickTypePageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WPickTypePageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Useful for picking the type of something." classDocURL: "er/directtoweb/pages/templates/ERD2WPickTypePageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WProgressPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WProgressPageTemplate.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERD2WProgressPageTemplate." classDocURL: "er/directtoweb/pages/templates/ERD2WProgressPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryEntitiesPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WQueryEntitiesPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERD2WQueryEntitiesPageTemplate." classDocURL: "er/directtoweb/pages/templates/ERD2WQueryEntitiesPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WQueryPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Beefed up query page." classDocURL: "er/directtoweb/pages/templates/ERD2WQueryPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WQueryPageWithFetchSpecificationTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WQueryPageWithFetchSpecificationTemplate.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/pages/templates/ERD2WQueryPageWithFetchSpecificationTemplate.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WTabInspectPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WTabInspectPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "A tab inspect/edit template." classDocURL: "er/directtoweb/pages/templates/ERD2WTabInspectPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WWizardCreationPageTemplate" package: "er.directtoweb.pages.templates" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/pages/templates/ERD2WWizardCreationPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "A wizard inspect/edit template." classDocURL: "er/directtoweb/pages/templates/ERD2WWizardCreationPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WGroupingPrinterFriendlyListPageTemplate" package: "er.directtoweb.printerfriendly" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/printerfriendly/ERD2WGroupingPrinterFriendlyListPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Printer friendly version." classDocURL: "er/directtoweb/printerfriendly/ERD2WGroupingPrinterFriendlyListPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WPrinterFriendlyInspectPageTemplate" package: "er.directtoweb.printerfriendly" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/printerfriendly/ERD2WPrinterFriendlyInspectPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Printer friendly inspect page." classDocURL: "er/directtoweb/printerfriendly/ERD2WPrinterFriendlyInspectPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WPrinterFriendlyListTemplate" package: "er.directtoweb.printerfriendly" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/printerfriendly/ERD2WPrinterFriendlyListTemplate.java" comments: "{}" apiBindings: "null" classComment: "Printer friendly list page." classDocURL: "er/directtoweb/printerfriendly/ERD2WPrinterFriendlyListTemplate.html" condition: "null" warning: No package defined for class componentName: "ERDDefaultSectionComponentPrinterFriendly" package: "er.directtoweb.printerfriendly" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/printerfriendly/ERDDefaultSectionComponentPrinterFriendly.java" comments: "{}" apiBindings: "null" classComment: "Displays section name as a string for printer friendly version of the pages." classDocURL: "er/directtoweb/printerfriendly/ERDDefaultSectionComponentPrinterFriendly.html" condition: "null" warning: No package defined for class componentName: "ERDPrinterFriendlyWrapper" package: "er.directtoweb.printerfriendly" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/printerfriendly/ERDPrinterFriendlyWrapper.java" comments: "{}" apiBindings: "null" classComment: "Printer friendly page wrapper." classDocURL: "er/directtoweb/printerfriendly/ERDPrinterFriendlyWrapper.html" condition: "null" warning: No package defined for class componentName: "ERD2WGroupingListXMLPageTemplate" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERD2WGroupingListXMLPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "Displays a grouped list of eos in an xml template." classDocURL: "er/directtoweb/xml/ERD2WGroupingListXMLPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WListXMLPage" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERD2WListXMLPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/directtoweb/xml/ERD2WListXMLPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERD2WListXMLPageTemplate" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERD2WListXMLPageTemplate.java" comments: "{}" apiBindings: "null" classComment: "List xml template." classDocURL: "er/directtoweb/xml/ERD2WListXMLPageTemplate.html" condition: "null" warning: No package defined for class componentName: "ERD2WXMLDisplayNumber" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERD2WXMLDisplayNumber.java" comments: "{}" apiBindings: "null" classComment: "xml display component for numbers /" classDocURL: "er/directtoweb/xml/ERD2WXMLDisplayNumber.html" condition: "null" warning: No package defined for class componentName: "ERD2WXMLDisplayString" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERD2WXMLDisplayString.java" comments: "{}" apiBindings: "null" classComment: "xml display component for strings /" classDocURL: "er/directtoweb/xml/ERD2WXMLDisplayString.html" condition: "null" warning: No package defined for class componentName: "ERD2WXMLDisplayToMany" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERD2WXMLDisplayToMany.java" comments: "{}" apiBindings: "null" classComment: "xml display component for to many relationships" classDocURL: "er/directtoweb/xml/ERD2WXMLDisplayToMany.html" condition: "null" warning: No package defined for class componentName: "ERDXMLPageWrapper" package: "er.directtoweb.xml" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERDirectToWeb/Sources/er/directtoweb/xml/ERDXMLPageWrapper.java" comments: "{}" apiBindings: "null" classComment: "page wrapper in xml." classDocURL: "er/directtoweb/xml/ERDXMLPageWrapper.html" condition: "null" warning: No package defined for class componentName: "JavaClient" package: "er.distribution" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERDistribution/Sources/er/distribution/JavaClient.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/distribution/JavaClient.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERCMailableExceptionPage" package: "er.ercmail" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Mail/ERCMail/Sources/er/ercmail/ERCMailableExceptionPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/ercmail/ERCMailableExceptionPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "EGWrapper" package: "er.excel" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Excel/ExcelGenerator/Sources/er/excel/EGWrapper.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for Excel Component EGWrapper." classDocURL: "er/excel/EGWrapper.html" condition: "null" warning: No package defined for class componentName: "EGXLSXWrapper" package: "er.excel" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Excel/ExcelGenerator/Sources/er/excel/EGXLSXWrapper.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for XLSX Excel Component EGXLSXWrapper." classDocURL: "er/excel/EGXLSXWrapper.html" condition: "null" warning: No package defined for class componentName: "ERXDebugTimer" package: "er.extensions.appserver" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXDebugTimer.java" comments: "{displayName={name=displayName, comment=name of the item in the stats (defaults to parent name), order=000}}" apiBindings: "null" classComment: "Records stats on how long the various phases in the request-response loop took for the children." classDocURL: "er/extensions/appserver/ERXDebugTimer.html" condition: "null" warning: No package defined for class componentName: "ERXRedirect" package: "er.extensions.appserver" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/ERXRedirect.java" comments: "{}" apiBindings: "null" classComment: " ERXRedirect is like a WORedirect except that you can give it a component instance to redirect to (as well as several other convenient methods of redirecting)." classDocURL: "er/extensions/appserver/ERXRedirect.html" condition: "null" warning: No package defined for class componentName: "ERXModernNavigationMenu" package: "er.extensions.appserver.navigation" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXModernNavigationMenu.java" comments: "{}" apiBindings: "null" classComment: "This is an updated ERXNavigationMenu component that should simplify common usage." classDocURL: "er/extensions/appserver/navigation/ERXModernNavigationMenu.html" condition: "null" warning: No package defined for class componentName: "ERXModernNavigationMenuItem" package: "er.extensions.appserver.navigation" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXModernNavigationMenuItem.java" comments: "{}" apiBindings: "null" classComment: "This is a menu item component that represents a single item in the tree of navigation menu items." classDocURL: "er/extensions/appserver/navigation/ERXModernNavigationMenuItem.html" condition: "null" warning: No package defined for class componentName: "ERXNavigationComponent" package: "er.extensions.appserver.navigation" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXNavigationComponent.java" comments: "{}" apiBindings: "null" classComment: "Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.*" classDocURL: "er/extensions/appserver/navigation/ERXNavigationComponent.html" condition: "null" warning: No package defined for class componentName: "ERXNavigationMenu" package: "er.extensions.appserver.navigation" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXNavigationMenu.java" comments: "{}" apiBindings: "null" classComment: "Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.i /" classDocURL: "er/extensions/appserver/navigation/ERXNavigationMenu.html" condition: "null" warning: No package defined for class componentName: "ERXNavigationMenuItem" package: "er.extensions.appserver.navigation" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/appserver/navigation/ERXNavigationMenuItem.java" comments: "{}" apiBindings: "null" classComment: "Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.*" classDocURL: "er/extensions/appserver/navigation/ERXNavigationMenuItem.html" condition: "null" warning: No package defined for class componentName: "ERXBatchNavigationBar" package: "er.extensions.batching" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/batching/ERXBatchNavigationBar.java" comments: "{border={name=border, comment=the border width of the navigation bar table, order=004}, displayGroup={name=displayGroup, comment=the WODisplayGroup that is being controlled, order=001}, textColor={name=textColor, comment=no longer used?, order=006}, imageFramework={name=imageFramework, comment=the name of the framework that contains the navigation arrow images, order=009}, d2wContext={name=d2wContext, comment=the D2W context that this component is in, order=000}, sortKeyList={name=sortKeyList, comment=an NSArray of sort key paths that will be displayed in a popup button, order=007}, tableClass={name=tableClass, comment=the CSS class for the navigation table (overrides minimum 500 pixel width when set), order=008}, bgcolor={name=bgcolor, comment=the background color of the navigation bar table, order=005}, leftArrowImage={name=leftArrowImage, comment=the name of the left navigation arrow image, order=010}, clearSelection={name=clearSelection, comment=boolean that indicates if the selection should be reset on paging (default false), order=012}, width={name=width, comment=the width of the navigation bar table (there is a minimum 500 pixel width if tableClass is not specified), order=002}, objectName={name=objectName, comment=the name of the type of object that is contained in the WODisplayGroup, order=003}, rightArrowImage={name=rightArrowImage, comment=the name of the right navigation arrow image, order=011}}" apiBindings: "null" classComment: "Better batch navigation bar to page through display groups." classDocURL: "er/extensions/batching/ERXBatchNavigationBar.html" condition: "null" warning: No package defined for class componentName: "ERXBatchNavigationBarInForm" package: "er.extensions.batching" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/batching/ERXBatchNavigationBarInForm.java" comments: "{border={name=border, comment=the border width of the navigation bar table, order=004}, bgcolor={name=bgcolor, comment=the background color of the navigation bar table, order=005}, leftArrowImage={name=leftArrowImage, comment=the name of the left navigation arrow image, order=010}, width={name=width, comment=the width of the navigation bar table (there is a minimum 500 pixel width if tableClass is not specified), order=002}, displayGroup={name=displayGroup, comment=the WODisplayGroup that is being controlled, order=001}, objectName={name=objectName, comment=the name of the type of object that is contained in the WODisplayGroup, order=003}, rightArrowImage={name=rightArrowImage, comment=the name of the right navigation arrow image, order=011}, textColor={name=textColor, comment=no longer used?, order=006}, imageFramework={name=imageFramework, comment=the name of the framework that contains the navigation arrow images, order=009}, d2wContext={name=d2wContext, comment=the D2W context that this component is in, order=000}, sortKeyList={name=sortKeyList, comment=an NSArray of sort key paths that will be displayed in a popup button, order=007}, tableClass={name=tableClass, comment=the CSS class for the navigation table (overrides minimum 500 pixel width when set), order=008}}" apiBindings: "null" classComment: "Better navigation bar without a form." classDocURL: "er/extensions/batching/ERXBatchNavigationBarInForm.html" condition: "null" warning: No package defined for class componentName: "ERXDirectActionBatchNavigationBar" package: "er.extensions.batching" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/batching/ERXDirectActionBatchNavigationBar.java" comments: "{showPageString={name=showPageString, comment=(Boolean) - whether or not to show the "Page:" string to the left of the nav (will be made more flexible); default = false, order=010}, actionClass={name=actionClass, comment=(String) - the name of the class for the directAction call, order=001}, numberOfObjects={name=numberOfObjects, comment=(Integer) - the number of objects to batch, order=005}, forwardString={name=forwardString, comment=(String) - the string to use for the "forward" link (HTML enabled); default = back », order=008}, showBatchNavigationForSinglePage={name=showBatchNavigationForSinglePage, comment=(Boolean) - whether or not to show the the batch navigation if we have only a single page; default = true, order=011}, containerCssClass={name=containerCssClass, comment=(String) - the css class to use for the surrounding div container, order=006}, showPageNumbers={name=showPageNumbers, comment=(Boolean) - whether or not to show the page numbers (you might want to show only the back and forward links); default = true, order=009}, currentBatchIndex={name=currentBatchIndex, comment=(Integer) - the index of the current page, order=004}, backString={name=backString, comment=(String) - the string to use for the "back" link (HTML enabled); default = « back, order=007}, batchsize={name=batchsize, comment=(Integer) - the size of the batches, order=003}, actionName={name=actionName, comment=(String) - the name of the directAction to call, order=000}, additionalUrlParameters={name=additionalUrlParameters, comment=(NSDictionary) - parameters that get added to navigation URLs, order=002}}" apiBindings: "null" classComment: "BatchNavigationBar that uses a direct action and a "batch" URL parameter to switch to a specific batch." classDocURL: "er/extensions/batching/ERXDirectActionBatchNavigationBar.html" condition: "null" warning: No package defined for class componentName: "ERXFlickrBatchNavigation" package: "er.extensions.batching" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/batching/ERXFlickrBatchNavigation.java" comments: "{small={name=small, comment=if true, a compressed page count style is used, order=005}, numberOfObjectsPerBatch={name=numberOfObjectsPerBatch, comment=(if you don't provide a displayGroup) the number of objects per batch (page), order=009}, showPageRange={name=showPageRange, comment=if true, the range of items on the page is shown, for example "(1-7 of 200 items)", order=002}, parentActionName={name=parentActionName, comment=(if you don't provide a displayGroup) the action to be executed on the parent component to get the next batch of items., order=006}, displayName={name=displayName, comment=the name of the items that are being display ("photo", "bug", etc), order=001}, displayGroup={name=displayGroup, comment=the display group to paginate, order=000}, currentBatchIndex={name=currentBatchIndex, comment=(if you don't provide a displayGroup) used to get and set on the parent component the selected page index, order=007}, showBatchSizes={name=showBatchSizes, comment=if true, a menu to change the items per page is shown "Show: (10) 20 (100) (All) items per page", order=003}, maxNumberOfObjects={name=maxNumberOfObjects, comment=(if you don't provide a displayGroup) used to get the total number of objects that are being paginated., order=008}, batchSizes={name=batchSizes, comment=can be either a string or an NSArray of numbers that define the batch sizes to chose from. The number "0" provides an "All" items batch size. For example "10,20,30" or "10,50,100,0", order=004}}" apiBindings: "null" classComment: "

        ERXFlickrBatchNavigation is a batch navigation component that provides pagination that behaves like the paginator on Flickr.com." classDocURL: "er/extensions/batching/ERXFlickrBatchNavigation.html" condition: "null" warning: No package defined for class componentName: "ERXAjaxBatchNavigationBar" package: "er.extensions.batching._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/batching/_ajax/ERXAjaxBatchNavigationBar.java" comments: "{container={name=container, comment=the update container to update on batch actions, order=000}, showForm={name=showForm, comment=whether to use a form or not, order=001}, clearSelection={name=clearSelection, comment=boolean that indicates if the selection should be reset on paging (default false), order=005}, displayGroup={name=displayGroup, comment=the WODisplayGroup that is being controlled, order=002}, objectName={name=objectName, comment=the name of the type of object that is contained in the WODisplayGroup, order=003}, sortKeyList={name=sortKeyList, comment=an NSArray of sort key paths that will be displayed in a popup button, order=004}}" apiBindings: "null" classComment: "ERXBatchNavigationBar less presentation features" classDocURL: "er/extensions/batching/_ajax/ERXAjaxBatchNavigationBar.html" condition: "null" warning: No package defined for class componentName: "ERXAccessibleSubmitButton" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXAccessibleSubmitButton.java" comments: "{accesskey={name=accesskey, comment=optional key for hot key, "" to disable hot key, order=000}, accesskeyElement={name=accesskeyElement, comment=optional element name and decoration to wrap hot key character with in the button text, order=001}, value={name=value, comment=the button text, order=002}}" apiBindings: "null" classComment: "Extends ERXSubmitButton with self-configuring accessibility hot key for the button." classDocURL: "er/extensions/components/ERXAccessibleSubmitButton.html" condition: "null" warning: No package defined for class componentName: "ERXAnyField" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXAnyField.java" comments: "{selectedKey={name=selectedKey, comment=Selection made by the user in the key list, order=003}, displayKey={name=displayKey, comment=, order=006}, formatter={name=formatter, comment=, order=007}, sourceEntity={name=sourceEntity, comment=Name Name of the entity, order=004}, displayGroup={name=displayGroup, comment=The display group to apply the filter on, order=000}, keyList={name=keyList, comment=Array of strings of available keys to filter the display group, order=001}, value={name=value, comment=Value of the qualifier, order=005}, relationshipKey={name=relationshipKey, comment=, order=008}, key={name=key, comment=An item in the key list, order=002}}" apiBindings: "null" classComment: "ERXAnyField, who extends WOAnyField, shows a popup with a list of keys for an entity to let you filter a display group." classDocURL: "er/extensions/components/ERXAnyField.html" condition: "null" warning: No package defined for class Binding: "displayKey": binding tag in javadoc but no/empty comment Binding: "formatter": binding tag in javadoc but no/empty comment Binding: "relationshipKey": binding tag in javadoc but no/empty comment componentName: "ERXArrayChooser" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXArrayChooser.java" comments: "{}" apiBindings: "null" classComment: "This is an effort to consolidate the WOToOneRelationship, WOToManyRelationship and descendant components." classDocURL: "er/extensions/components/ERXArrayChooser.html" condition: "null" warning: No package defined for class componentName: "ERXBooleanSelector" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXBooleanSelector.java" comments: "{selection={name=selection, comment=the selected value, order=003}, uiMode={name=uiMode, comment=the desired UI "popup" [default], "checkbox" or "radio", order=004}, noString={name=noString, comment=the string to show for the "No" option, order=001}, noSelectionString={name=noSelectionString, comment=the string to show for the "All" option, order=002}, yesString={name=yesString, comment=the string to show for the "Yes" option, order=000}}" apiBindings: "null" classComment: "A custom boolean selector (defaults to "Yes", "No", and "All") for use as, for instance, a boolean search filter." classDocURL: "er/extensions/components/ERXBooleanSelector.html" condition: "null" warning: No package defined for class componentName: "ERXCachingWrapper" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXCachingWrapper.java" comments: "{duration={name=duration, comment=the duration the entry stays in the cache, order=001}, keys={name=keys, comment=the keys to use for caching, order=000}, entryName={name=entryName, comment=the name to cache on, order=002}}" apiBindings: "null" classComment: "Wrapper that caches its content based on a set of bindings." classDocURL: "er/extensions/components/ERXCachingWrapper.html" condition: "null" warning: No package defined for class componentName: "ERXCheckboxMatrix" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXCheckboxMatrix.java" comments: "{tableOtherTagString={name=tableOtherTagString, comment=, order=016}, item={name=item, comment=, order=001}, contentCellOtherTagString={name=contentCellOtherTagString, comment=, order=005}, cellAlign={name=cellAlign, comment=, order=008}, cellClass={name=cellClass, comment=, order=013}, list={name=list, comment=, order=000}, maxColumns={name=maxColumns, comment=, order=003}, goingVertically"={name=goingVertically", comment=defaults="Boolean, order=004}, relationshipOwner={name=relationshipOwner, comment=, order=015}, relationshipName={name=relationshipName, comment=, order=014}, cellWidth={name=cellWidth, comment=, order=012}, itemID={name=itemID, comment=optional ID for each checkbox element, order=018}, selections={name=selections, comment=, order=002}, sortKey={name=sortKey, comment=, order=006}, cellpadding={name=cellpadding, comment=, order=010}, width={name=width, comment=, order=007}, cellspacing={name=cellspacing, comment=, order=011}, disabled={name=disabled, comment=, order=019}, id={name=id, comment=optional ID for element wrapping checkbox matrix, order=017}, cellVAlign={name=cellVAlign, comment=, order=009}}" apiBindings: "null" classComment: "Works around a webscript bug." classDocURL: "er/extensions/components/ERXCheckboxMatrix.html" condition: "null" warning: No package defined for class Binding: "list": binding tag in javadoc but no/empty comment Binding: "item": binding tag in javadoc but no/empty comment Binding: "selections": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "contentCellOtherTagString": binding tag in javadoc but no/empty comment Binding: "sortKey": binding tag in javadoc but no/empty comment Binding: "width": binding tag in javadoc but no/empty comment Binding: "cellAlign": binding tag in javadoc but no/empty comment Binding: "cellVAlign": binding tag in javadoc but no/empty comment Binding: "cellpadding": binding tag in javadoc but no/empty comment Binding: "cellspacing": binding tag in javadoc but no/empty comment Binding: "cellWidth": binding tag in javadoc but no/empty comment Binding: "cellClass": binding tag in javadoc but no/empty comment Binding: "relationshipName": binding tag in javadoc but no/empty comment Binding: "relationshipOwner": binding tag in javadoc but no/empty comment Binding: "tableOtherTagString": binding tag in javadoc but no/empty comment Binding: "disabled": binding tag in javadoc but no/empty comment componentName: "ERXClippy" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXClippy.java" comments: "{bgcolor={name=bgcolor, comment=color to use as background, defaults to #FFFFFF, order=001}, text={name=text, comment=The text to be copied, order=000}}" apiBindings: "null" classComment: "Thin wrapper for Clippy (http://github.com/mojombo/clippy) as used by, for example, github." classDocURL: "er/extensions/components/ERXClippy.html" condition: "null" warning: No package defined for class componentName: "ERXCollapsibleComponentContent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXCollapsibleComponentContent.java" comments: "{wrapLabelWithHTMLTag"={name=wrapLabelWithHTMLTag", comment=defaults="Boolean, order=008}, condition"={name=condition", comment=defaults="Boolean, order=002}, visibility={name=visibility, comment=, order=005}, framework"={name=framework", comment=defaults="Frameworks, order=006}, submitActionName={name=submitActionName, comment=, order=007}, openedImageFileName"={name=openedImageFileName", comment=defaults="Resources, order=003}, openedLabel={name=openedLabel, comment=, order=004}, closedLabel={name=closedLabel, comment=, order=001}, closedImageFileName"={name=closedImageFileName", comment=defaults="Resources, order=000}}" apiBindings: "null" classComment: "Better collapsible component content." classDocURL: "er/extensions/components/ERXCollapsibleComponentContent.html" condition: "null" warning: No package defined for class Binding: "closedLabel": binding tag in javadoc but no/empty comment Binding: "openedLabel": binding tag in javadoc but no/empty comment Binding: "visibility": binding tag in javadoc but no/empty comment Binding: "submitActionName": binding tag in javadoc but no/empty comment componentName: "ERXColoredTabPanel" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXColoredTabPanel.java" comments: "{nonSelectedBgColor={name=nonSelectedBgColor, comment=, order=003}, bgcolor={name=bgcolor, comment=, order=004}, submitActionName={name=submitActionName, comment=, order=005}, tabs={name=tabs, comment=, order=000}, tabNameKey={name=tabNameKey, comment=, order=002}, textColor={name=textColor, comment=, order=006}, selectedTab={name=selectedTab, comment=, order=001}}" apiBindings: "null" classComment: "Tab panel with color backgrounds." classDocURL: "er/extensions/components/ERXColoredTabPanel.html" condition: "null" warning: No package defined for class Binding: "tabs": binding tag in javadoc but no/empty comment Binding: "selectedTab": binding tag in javadoc but no/empty comment Binding: "tabNameKey": binding tag in javadoc but no/empty comment Binding: "nonSelectedBgColor": binding tag in javadoc but no/empty comment Binding: "bgcolor": binding tag in javadoc but no/empty comment Binding: "submitActionName": binding tag in javadoc but no/empty comment Binding: "textColor": binding tag in javadoc but no/empty comment componentName: "ERXComponent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXComponent.java" comments: "{}" apiBindings: "null" classComment: "

        ERXComponent provides a common base class for WOComponents along with a bunch of miscellaneous handy features." classDocURL: "er/extensions/components/ERXComponent.html" condition: "null" warning: No package defined for class componentName: "ERXDataHyperlink" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDataHyperlink.java" comments: "{}" apiBindings: "null" classComment: "ERXDataHyperlink works like a WOHyperlink except that instead of turning unknown bindings into tag attributes, it instead passes them to the page specified in pageName." classDocURL: "er/extensions/components/ERXDataHyperlink.html" condition: "null" warning: No package defined for class componentName: "ERXDebugMarker" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDebugMarker.java" comments: "{debugPageProvider={name=debugPageProvider, comment=Page to display for showing up details about a EOEnterpriseObject, order=001}, object={name=object, comment=An EOEditingContext or an EOEnterpriseObject object, order=000}}" apiBindings: "null" classComment: "Given an object displays a link to show information about the editing context of that object." classDocURL: "er/extensions/components/ERXDebugMarker.html" condition: "null" warning: No package defined for class componentName: "ERXDirectActionHyperlink" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDirectActionHyperlink.java" comments: "{entityNameSeparator={name=entityNameSeparator, comment=separator used when constructing urls with encoded enterprise objects, order=002}, actionClass={name=actionClass, comment=direct action class to be used, order=000}, directActionName={name=directActionName, comment=direct action name, order=001}, bindingDictionary={name=bindingDictionary, comment=adds the key-value pairs to generated url as form values, encrypting the values with blowfish., order=007}, objectsForFormValues={name=objectsForFormValues, comment=array of enterprise objects to be encoded in the url, order=006}, shouldEncryptObjectFormValues={name=shouldEncryptObjectFormValues, comment=boolean flag that tells if the primary keys of the enterprise objects should be encrypted using blowfish, order=004}, relative={name=relative, comment=generates relative or absolute url, order=003}, objectForFormValue={name=objectForFormValue, comment=an enterprise object to be encoded in the url, order=005}, unencryptedBindingDictionary={name=unencryptedBindingDictionary, comment=adds the key-value pairs to generated url as form values, order=008}}" apiBindings: "null" classComment: "This component can be used for two things:
        1. Generating direct action urls for use in components that are being e-mailed to people." classDocURL: "er/extensions/components/ERXDirectActionHyperlink.html" condition: "null" warning: No package defined for class componentName: "ERXDirectActionImage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDirectActionImage.java" comments: "{}" apiBindings: "null" classComment: "ERXDirectActionImage is the same as a ERXDirectActionHyperlink, but the direct action response have to return a URL to an image, that URL will be used as the source of the image to display with this component." classDocURL: "er/extensions/components/ERXDirectActionImage.html" condition: "null" warning: No package defined for class componentName: "ERXDisplayDataAsString" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDisplayDataAsString.java" comments: "{data={name=data, comment=, order=000}}" apiBindings: "null" classComment: "Displays a byte array of data as a String." classDocURL: "er/extensions/components/ERXDisplayDataAsString.html" condition: "null" warning: No package defined for class Binding: "data": binding tag in javadoc but no/empty comment componentName: "ERXDownloadResponse" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDownloadResponse.java" comments: "{fileContext={name=fileContext, comment=An ERXFileContext object that contains a reference to the file, the file name and the MIME type. If you set this binding, you don't need to set the contentType, fileToDownload and downloadFilename bindings., order=003}, downloadFilename={name=downloadFilename, comment=A string that represents the name of the file. Defaults to "downloadedfile", order=002}, contentDisposition={name=contentDisposition, comment=A string to set the content-disposition header. Defaults to "attachment;filename=\"" + downloadFilename() + "\"", order=000}, contentType={name=contentType, comment=A string to represents the MIME type (text/plain, application/pdf, etc.) of the file, order=001}, fileToDownload={name=fileToDownload, comment=A java.io.File object that will be returned in the response, order=004}}" apiBindings: "null" classComment: "A component that is used to generate a download response." classDocURL: "er/extensions/components/ERXDownloadResponse.html" condition: "null" warning: No package defined for class componentName: "ERXDynamicElement" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXDynamicElement.java" comments: "{}" apiBindings: "null" classComment: "ERXDynamicElement provides a common base class for dynamic elements." classDocURL: "er/extensions/components/ERXDynamicElement.html" condition: "null" warning: No package defined for class componentName: "ERXEditURL" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXEditURL.java" comments: "{size={name=size, comment=A integer to set the size of the text field, order=001}, value={name=value, comment=The URL to edit (can be a string or a java.net.URL object). If not set, the default value is http://www., order=000}}" apiBindings: "null" classComment: "Used to edit urls with a default value." classDocURL: "er/extensions/components/ERXEditURL.html" condition: "null" warning: No package defined for class componentName: "ERXEditingContextInspector" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXEditingContextInspector.java" comments: "{item={name=item, comment=The EOEnterpriseObject to inspect, order=001}, debugPageProvider={name=debugPageProvider, comment=, order=003}, key={name=key, comment=A string, order=002}, object={name=object, comment=The EOEditingContext to inspect, order=000}}" apiBindings: "null" classComment: "Inspects an eo's editing context." classDocURL: "er/extensions/components/ERXEditingContextInspector.html" condition: "null" warning: No package defined for class Binding: "debugPageProvider": binding tag in javadoc but no/empty comment componentName: "ERXEmbeddedPage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXEmbeddedPage.java" comments: "{}" apiBindings: "null" classComment: "

          ERXEmbeddedPage allows you to wrap a section of your page and treat return values from invokeAction as a replacement only for the this element and not for the entire page." classDocURL: "er/extensions/components/ERXEmbeddedPage.html" condition: "null" warning: No package defined for class componentName: "ERXEmptyComponent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXEmptyComponent.java" comments: "{}" apiBindings: "null" classComment: "An empty component does not contain any html or wod." classDocURL: "er/extensions/components/ERXEmptyComponent.html" condition: "null" warning: No package defined for class componentName: "ERXErrorDictionaryPanel" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXErrorDictionaryPanel.java" comments: "{errorMessages={name=errorMessages, comment=An NSMutableDictionary that contains the list of errors to display, order=000}, extraErrorMessage={name=extraErrorMessage, comment=An String containing an error. If errorMessages is also set, extraErrorMessage will be added below errorMessages, order=001}, shouldShowNewLineAbove={name=shouldShowNewLineAbove, comment=An Boolean, if true, will add a new empty line above the list of errors, order=002}, shouldShowNewLineBelow={name=shouldShowNewLineBelow, comment=An Boolean, if true, will add a new empty line below the list of errors, order=003}, errorKeyOrder={name=errorKeyOrder, comment=An NSMutableArray containing a list of string keys to sort the errorMessages list, order=004}}" apiBindings: "null" classComment: "Useful for displaying a dictionary of caught exception messages." classDocURL: "er/extensions/components/ERXErrorDictionaryPanel.html" condition: "null" warning: No package defined for class componentName: "ERXExceptionPage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXExceptionPage.java" comments: "{}" apiBindings: "null" classComment: "A nicer version of WOExceptionPage." classDocURL: "er/extensions/components/ERXExceptionPage.html" condition: "null" warning: No package defined for class componentName: "ERXExternalContent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXExternalContent.java" comments: "{encoding={name=encoding, comment=content encoding to use., order=001}, url={name=url, comment=url to get content from., order=000}}" apiBindings: "null" classComment: "Wraps an external content which is retrieved from an URL." classDocURL: "er/extensions/components/ERXExternalContent.html" condition: "null" warning: No package defined for class componentName: "ERXFakeRelationship" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXFakeRelationship.java" comments: "{destinationEntityName={name=destinationEntityName, comment=, order=008}, uiStyle={name=uiStyle, comment=, order=006}, size={name=size, comment=, order=009}, destinationDisplayKey={name=destinationDisplayKey, comment=, order=001}, sourceObject={name=sourceObject, comment=, order=005}, isToMany={name=isToMany, comment=, order=007}, dataSource={name=dataSource, comment=, order=000}, relationshipKey={name=relationshipKey, comment=, order=003}, maxColumns={name=maxColumns, comment=, order=010}, isMandatory={name=isMandatory, comment=, order=002}, sourceEntityName={name=sourceEntityName, comment=, order=004}}" apiBindings: "null" classComment: "UI and support methods to edit "relations" to objects flattened into a text field (e.g." classDocURL: "er/extensions/components/ERXFakeRelationship.html" condition: "null" warning: No package defined for class Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "destinationDisplayKey": binding tag in javadoc but no/empty comment Binding: "isMandatory": binding tag in javadoc but no/empty comment Binding: "relationshipKey": binding tag in javadoc but no/empty comment Binding: "sourceEntityName": binding tag in javadoc but no/empty comment Binding: "sourceObject": binding tag in javadoc but no/empty comment Binding: "uiStyle": binding tag in javadoc but no/empty comment Binding: "isToMany": binding tag in javadoc but no/empty comment Binding: "destinationEntityName": binding tag in javadoc but no/empty comment Binding: "size": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment componentName: "ERXFavIcon" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXFavIcon.java" comments: "{filename={name=filename, comment=filename of the icon, order=001}, framework={name=framework, comment=framework of the icon, order=002}, href={name=href, comment=href to the icon, order=000}, type={name=type, comment=the type of icon to use. Default is for a favicon, while "touch" generates an 'apple-touch-icon-precomposed' icon for android and iDevices. For information about icon sizes, see touch icons, order=003}}" apiBindings: "null" classComment: "FavIcon link with resource manager support." classDocURL: "er/extensions/components/ERXFavIcon.html" condition: "null" warning: No package defined for class componentName: "ERXFixedLengthString" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXFixedLengthString.java" comments: "{escapeHTML={name=escapeHTML, comment=replace the entities > and & with their escape codes (like WOString does). When this is set to true, all HTML text is cleared from the string first to prevent half-open tags, order=004}, length={name=length, comment=fixed length that is compared to the length of the passed in string., order=001}, suffixWhenTrimmed={name=suffixWhenTrimmed, comment=only appended to the end of the string if characters are trimmed from the end of the string to be displayed, order=003}, shouldPadToLength={name=shouldPadToLength, comment=boolean binding to indicate if the string to be displayed is shorter than the fixed length if it should then be padded with white space., order=002}, value={name=value, comment=string that is passed in to display in a fixed length setting., order=000}}" apiBindings: "null" classComment: "This stateless component is useful for displaying a string of a fixed length." classDocURL: "er/extensions/components/ERXFixedLengthString.html" condition: "null" warning: No package defined for class componentName: "ERXFlashMovie" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXFlashMovie.java" comments: "{??={name=??, comment=binding to tie actions on your page to FlashVars (should return a WOActionResults), order=004}, framework={name=framework, comment=optional, the framework in which the file specified by movieName resides. Must provide a movieName when using framework, order=002}, movieUrl={name=movieUrl, comment=optional, the full url of the movie file's location, order=000}, movieName={name=movieName, comment=optional, the filename of the movie relative to your WebServerResources (e.g. movies/mymovie.swf). Must provide a framework binding when using movieName, order=001}, ?={name=?, comment=binding for simple FlashVars, order=003}}" apiBindings: "null" classComment: "Embeds a flash movie." classDocURL: "er/extensions/components/ERXFlashMovie.html" condition: "null" warning: No package defined for class componentName: "ERXGroupingRepetition" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGroupingRepetition.java" comments: "{subListSection={name=subListSection, comment=will get set to the current section, order=004}, item={name=item, comment=current item, will get pushed to the parent, so that it can evaluate sectionForItem, order=001}, subList={name=subList, comment=will get set to the grouped items for the section, order=005}, sortKey={name=sortKey, comment=optional key for sorting the group list (sth like '@sortAsc.name'), order=006}, splitArrays={name=splitArrays, comment=optional boolean specifying if array keys are regarded as distinct keys, order=007}, sectionKey={name=sectionKey, comment=key to group departments on (usually primaryKey or hashCode), order=003}, list={name=list, comment=list of objects to group, order=000}, sectionForItem={name=sectionForItem, comment=value pulled from the parent, after "item" gets pushed, order=002}, ignoreNulls={name=ignoreNulls, comment=optional boolean specifying if nulls are ignored, order=008}}" apiBindings: "null" classComment: "Groups items into sections.For example: Employees belong to a department, you want to group on department." classDocURL: "er/extensions/components/ERXGroupingRepetition.html" condition: "null" warning: No package defined for class componentName: "ERXGroupingTable" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXGroupingTable.java" comments: "{border={name=border, comment=, order=011}, col={name=col, comment=, order=007}, item={name=item, comment=An object coming from the list, order=001}, subList={name=subList, comment=, order=003}, cellAlign={name=cellAlign, comment=, order=016}, tableWidth={name=tableWidth, comment=, order=019}, goingVertically={name=goingVertically, comment=defaults=Boolean, order=020}, index={name=index, comment=, order=008}, list={name=list, comment=NSArray, order=000}, sectionForItem={name=sectionForItem, comment=, order=002}, maxColumns={name=maxColumns, comment=, order=006}, rowBackgroundColor={name=rowBackgroundColor, comment=, order=014}, subListSection={name=subListSection, comment=, order=004}, cellWidth={name=cellWidth, comment=, order=018}, cellpadding={name=cellpadding, comment=, order=012}, cellspacing={name=cellspacing, comment=, order=013}, tableBackgroundColor={name=tableBackgroundColor, comment=, order=010}, sectionKey={name=sectionKey, comment=, order=005}, row={name=row, comment=, order=009}, cellBackgroundColor={name=cellBackgroundColor, comment=, order=015}, cellVAlign={name=cellVAlign, comment=, order=017}}" apiBindings: "null" classComment: "Table implementation of a grouping repetition." classDocURL: "er/extensions/components/ERXGroupingTable.html" condition: "null" warning: No package defined for class Binding: "sectionForItem": binding tag in javadoc but no/empty comment Binding: "subList": binding tag in javadoc but no/empty comment Binding: "subListSection": binding tag in javadoc but no/empty comment Binding: "sectionKey": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "col": binding tag in javadoc but no/empty comment Binding: "index": binding tag in javadoc but no/empty comment Binding: "row": binding tag in javadoc but no/empty comment Binding: "tableBackgroundColor": binding tag in javadoc but no/empty comment Binding: "border": binding tag in javadoc but no/empty comment Binding: "cellpadding": binding tag in javadoc but no/empty comment Binding: "cellspacing": binding tag in javadoc but no/empty comment Binding: "rowBackgroundColor": binding tag in javadoc but no/empty comment Binding: "cellBackgroundColor": binding tag in javadoc but no/empty comment Binding: "cellAlign": binding tag in javadoc but no/empty comment Binding: "cellVAlign": binding tag in javadoc but no/empty comment Binding: "cellWidth": binding tag in javadoc but no/empty comment Binding: "tableWidth": binding tag in javadoc but no/empty comment componentName: "ERXHyperlinkKeyValueSetter" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXHyperlinkKeyValueSetter.java" comments: "{string={name=string, comment=optional link text, order=002}, binding={name=binding, comment=The method to call to set the value, order=001}, action={name=action, comment=optional action, order=003}, value={name=value, comment=The value to set when the hyperlink is set, order=000}, class={name=class, comment=optional css class name, order=004}}" apiBindings: "null" classComment: "Sets a key value when the hyperlink is clicked." classDocURL: "er/extensions/components/ERXHyperlinkKeyValueSetter.html" condition: "null" warning: No package defined for class componentName: "ERXIEConditionalComment" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXIEConditionalComment.java" comments: "{isGreaterThanEqual={name=isGreaterThanEqual, comment=boolean binding evaluates the version of IE against the versionString binding, order=001}, isLessThan={name=isLessThan, comment=boolean binding evaluates the version of IE against the versionString binding, order=002}, versionString={name=versionString, comment=the version of IE being targeted. If all versions of IE are targeted, leave versionString unbound. If all browser except IE are targeted, leave versionString unbound and bind negate., order=005}, negate={name=negate, comment=boolean binding indicates the inverse of the version evaluation if versionString binding is bound. Otherwise, this binding escapes the IE conditional comments so that all browser except IE will render the component contents., order=004}, isGreaterThan={name=isGreaterThan, comment=boolean binding evaluates the version of IE against the versionString binding, order=000}, isLessThanEqual={name=isLessThanEqual, comment=boolean binding evaluates the version of IE against the versionString binding, order=003}}" apiBindings: "null" classComment: "Conditional comments make it easy for developers to take advantage of the enhanced features offered by Microsoft Internet Explorer 5 and later versions, while writing pages that downgrade gracefully in less-capable browsers or display correctly in browsers other than Windows Internet Explorer." classDocURL: "er/extensions/components/ERXIEConditionalComment.html" condition: "null" warning: No package defined for class componentName: "ERXIFrame" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXIFrame.java" comments: "{src={name=src, comment=absolute url to render from, order=000}, action={name=action, comment=renders the action result as the content, order=002}, pageName={name=pageName, comment=name of the page to open, order=001}}" apiBindings: "null" classComment: "IFRAME that can use its own contents to render when none of the other bindings are supplied." classDocURL: "er/extensions/components/ERXIFrame.html" condition: "null" warning: No package defined for class componentName: "ERXImage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXImage.java" comments: "{}" apiBindings: "null" classComment: "/" classDocURL: "er/extensions/components/ERXImage.html" condition: "null" warning: No package defined for class componentName: "ERXImageTabPanel" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXImageTabPanel.java" comments: "{bgcolor={name=bgcolor, comment=, order=000}, nonSelectedBgColor={name=nonSelectedBgColor, comment=, order=001}, submitActionName={name=submitActionName, comment=, order=003}, tabs={name=tabs, comment=, order=005}, useFormSubmit={name=useFormSubmit, comment=defaults=Boolean, order=007}, tabNameKey={name=tabNameKey, comment=, order=004}, textColor={name=textColor, comment=, order=006}, selectedTab={name=selectedTab, comment=, order=002}}" apiBindings: "null" classComment: "This component takes a list of tabs, the same as ERXTabPanel to find images, the naming convention is: /nsi/tab<tabName>.gif : tab is not selected /nsi/tab<tabName>Selected.gif : tab is selected where tabName is the name of the tab, minus spaces" classDocURL: "er/extensions/components/ERXImageTabPanel.html" condition: "null" warning: No package defined for class Binding: "bgcolor": binding tag in javadoc but no/empty comment Binding: "nonSelectedBgColor": binding tag in javadoc but no/empty comment Binding: "selectedTab": binding tag in javadoc but no/empty comment Binding: "submitActionName": binding tag in javadoc but no/empty comment Binding: "tabNameKey": binding tag in javadoc but no/empty comment Binding: "tabs": binding tag in javadoc but no/empty comment Binding: "textColor": binding tag in javadoc but no/empty comment componentName: "ERXInlineTemplate" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXInlineTemplate.java" comments: "{cacheKey={name=cacheKey, comment=Key under which to cache the WOElement (optional), order=002}, cacheVersion={name=cacheVersion, comment=Hint to determine if the cached object is up-to-date (optional), order=003}, proxyParent={name=proxyParent, comment=whether to proxy key path lookup to the parent (default is false), order=005}, errorTemplate={name=errorTemplate, comment=Template to use for displaying error messages. Uses {@link ERXSimpleTemplateParser} for display. Method name and HTML-escaped message are provided by the "method" and "message" keys. (optional), order=004}, html={name=html, comment=HTML-part of the component (required), order=000}, wod={name=wod, comment=WOD-part of the component (optional), order=001}, defaultToDynamicBindings={name=defaultToDynamicBindings, comment=whether to use dynamicBindings for unknown keys (default is true), order=006}}" apiBindings: "null" classComment: "ERXInlineTemplate allows to specify a component's template dynamically." classDocURL: "er/extensions/components/ERXInlineTemplate.html" condition: "null" warning: No package defined for class componentName: "ERXKeyValueSetter" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXKeyValueSetter.java" comments: "{destinationKeypath={name=destinationKeypath, comment=(optional) the key path off the destination object. If omitted, the source itself is used., order=003}, destination={name=destination, comment=the destination of the value, order=002}, source={name=source, comment=the source object, order=000}, sourceKeypath={name=sourceKeypath, comment=(optional) the key path off the source object. If omitted, the source itself is used., order=001}}" apiBindings: "null" classComment: "Sets a keypath to a value." classDocURL: "er/extensions/components/ERXKeyValueSetter.html" condition: "null" warning: No package defined for class componentName: "ERXLanguageMenu" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLanguageMenu.java" comments: "{localizeDisplayStrings={name=localizeDisplayStrings, comment=(optional) if true, this will cause each language name to be displayed in its native language. If false, all languages will be presented in the current language., order=005}, size={name=size, comment=(optional) the html size attribute string. This defines the maximum number of menu items to display., order=007}, disabled={name=disabled, comment=(optional) the html disabled attribute string. This is passed directly to the component so you should only bind the string value "disabled" if you wish to disable the component. Otherwise, leave it unbound., order=002}, language={name=language, comment=the language selected in the menu., order=004}, style={name=style, comment=(optional) the html style attribute string, order=008}, id={name=id, comment=(optional) the html id attribute string. Each id value should be unique and not repeated on the same page., order=003}, dir={name=dir, comment=(optional) the html dir attribute string. Defines the text direction and should only be equal to "ltr" for "left to right" text direction or "rtl" for "right to left" text direction., order=001}, title={name=title, comment=(optional) the html title attribute string, order=009}, class={name=class, comment=(optional) the html class attribute string, order=000}, noSelectionString={name=noSelectionString, comment=(optional) the string presented to indicate a null or empty selection., order=006}}" apiBindings: "null" classComment: "A simple popup menu for language selection." classDocURL: "er/extensions/components/ERXLanguageMenu.html" condition: "null" warning: No package defined for class componentName: "ERXLayoutTable" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLayoutTable.java" comments: "{border={name=border, comment=, order=006}, col={name=col, comment=, order=000}, item={name=item, comment=, order=005}, cellAlign={name=cellAlign, comment=, order=013}, cellColSpan={name=cellColSpan, comment=, order=010}, tableWidth={name=tableWidth, comment=, order=017}, cellRowSpan={name=cellRowSpan, comment=, order=011}, index={name=index, comment=, order=001}, list={name=list, comment=, order=002}, maxColumns={name=maxColumns, comment=, order=003}, rowBackgroundColor={name=rowBackgroundColor, comment=, order=009}, cellWidth={name=cellWidth, comment=, order=015}, cellpadding={name=cellpadding, comment=, order=007}, cellspacing={name=cellspacing, comment=, order=008}, tableBackgroundColor={name=tableBackgroundColor, comment=, order=016}, row={name=row, comment=, order=004}, cellBackgroundColor={name=cellBackgroundColor, comment=, order=012}, cellVAlign={name=cellVAlign, comment=, order=014}, otherTagString={name=otherTagString, comment=, order=018}}" apiBindings: "null" classComment: "Table that can handle cell with row and colspans." classDocURL: "er/extensions/components/ERXLayoutTable.html" condition: "null" warning: No package defined for class Binding: "col": binding tag in javadoc but no/empty comment Binding: "index": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "row": binding tag in javadoc but no/empty comment Binding: "item": binding tag in javadoc but no/empty comment Binding: "border": binding tag in javadoc but no/empty comment Binding: "cellpadding": binding tag in javadoc but no/empty comment Binding: "cellspacing": binding tag in javadoc but no/empty comment Binding: "rowBackgroundColor": binding tag in javadoc but no/empty comment Binding: "cellColSpan": binding tag in javadoc but no/empty comment Binding: "cellRowSpan": binding tag in javadoc but no/empty comment Binding: "cellBackgroundColor": binding tag in javadoc but no/empty comment Binding: "cellAlign": binding tag in javadoc but no/empty comment Binding: "cellVAlign": binding tag in javadoc but no/empty comment Binding: "cellWidth": binding tag in javadoc but no/empty comment Binding: "tableBackgroundColor": binding tag in javadoc but no/empty comment Binding: "tableWidth": binding tag in javadoc but no/empty comment Binding: "otherTagString": binding tag in javadoc but no/empty comment componentName: "ERXLinkButton" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLinkButton.java" comments: "{string={name=string, comment=This binding provides the string value of the link when submit is false. If no string is provided, it falls back to the value binding. If no value is provided, no string is used. If the element has child elements, the string is ignored except when using IE conditionals., order=014}, submit={name=submit, comment=This binding is ignored and the default is false if the this element is used outside of a form, 'pageName' is bound, or 'href' is bound. Otherwise, inside of a form, the default is true. Using buttons as links will not submit form values, but can be more efficient., order=015}, queryDictionary={name=queryDictionary, comment=Takes a dictionary that should be appended to the hyperlink’s URL after a question mark character. The dictionary must be correctly encoded and will be merged with any existing query dictionary for a particular session ID., order=011}, secure={name=secure, comment=Changes the URL prefix from http to https when WebObjects generates URLs for component actions and direct actions for this element. For this attribute to have any effect, you must provide bindings either for the 'action,' 'directAction,' 'actionClass,' or 'pageName' attribute (respecting the valid combinations). This binding has no effect when this element is used as a button., order=013}, pageName={name=pageName, comment=Name of WebObjects page to display when the link is clicked., order=010}, escapeHTML={name=escapeHTML, comment=If escapeHTML evaluates to true, the string rendered by the 'string' or 'value' binding is converted so that characters which would be interpreted as HTML control characters become their escaped equivalent (this is the default)., order=005}, actionClass={name=actionClass, comment=The name of the class in which the method designated in 'directActionName' can be found. Defaults to DirectAction., order=001}, useIEConditionals={name=useIEConditionals, comment=When true, the element generates simple input or hyperlink elements using IE conditional comments, since IE is unable to handle button elements correctly. The default is true., order=016}, directActionName={name=directActionName, comment=The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to “default”., order=003}, name={name=name, comment=A name attribute to be bound to the button tag. This is ignored if 'actionClass' or 'directActionName' is bound. It will not appear if the button is disabled., order=009}, rel={name=rel, comment=The rel attribute of the anchor tag. This binding has no effect when this element is used as a button. If the property er.extensions.ERXHyperlink.defaultNoFollow=true is used and 'action' is bound, then "nofollow" will automatically be appended., order=012}, action={name=action, comment=Action method to invoke when this element is activated., order=000}, disabled={name=disabled, comment=If evaluates to true, the button is in active., order=004}, fragmentIdentifier={name=fragmentIdentifier, comment=Named location to display in the destination page., order=006}, href={name=href, comment=URL to direct the browser to when the button is clicked., order=007}, id={name=id, comment=An id attribute to be bound to the anchor tag., order=008}, class={name=class, comment=A class attribute to be bound to the anchor tag., order=002}, value={name=value, comment=This binding provides the title of the button when submit is true. If no value is provided, the value falls back to the string binding. If no string binding is provided, a default value of "Submit" is used. If the element has child elements, the value is ignored except when using IE conditionals., order=017}}" apiBindings: "null" classComment: "This dynamic element produces markup like <a><button>...</button></a>." classDocURL: "er/extensions/components/ERXLinkButton.html" condition: "null" warning: No package defined for class componentName: "ERXLinkButton5" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLinkButton5.java" comments: "{string={name=string, comment=This binding provides the string value of the link when submit is false. If no string is provided, it falls back to the value binding. If no value is provided, no string is used. If the element has child elements, the string is ignored except when using IE conditionals., order=014}, submit={name=submit, comment=This binding is ignored and the default is false if the this element is used outside of a form, 'pageName' is bound, or 'href' is bound. Otherwise, inside of a form, the default is true. Using buttons as links will not submit form values, but can be more efficient., order=015}, queryDictionary={name=queryDictionary, comment=Takes a dictionary that should be appended to the hyperlink’s URL after a question mark character. The dictionary must be correctly encoded and will be merged with any existing query dictionary for a particular session ID., order=011}, secure={name=secure, comment=Changes the URL prefix from http to https when WebObjects generates URLs for component actions and direct actions for this element. For this attribute to have any effect, you must provide bindings either for the 'action,' 'directAction,' 'actionClass,' or 'pageName' attribute (respecting the valid combinations). This binding has no effect when this element is used as a button., order=013}, pageName={name=pageName, comment=Name of WebObjects page to display when the link is clicked., order=010}, escapeHTML={name=escapeHTML, comment=If escapeHTML evaluates to true, the string rendered by the 'string' or 'value' binding is converted so that characters which would be interpreted as HTML control characters become their escaped equivalent (this is the default)., order=005}, actionClass={name=actionClass, comment=The name of the class in which the method designated in 'directActionName' can be found. Defaults to DirectAction., order=001}, useIEConditionals={name=useIEConditionals, comment=When true, the element generates simple input or hyperlink elements using IE conditional comments, since IE is unable to handle button elements correctly. The default is true., order=016}, directActionName={name=directActionName, comment=The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to “default”., order=003}, name={name=name, comment=A name attribute to be bound to the button tag. This is ignored if 'actionClass' or 'directActionName' is bound. It will not appear if the button is disabled., order=009}, rel={name=rel, comment=The rel attribute of the anchor tag. This binding has no effect when this element is used as a button. If the property er.extensions.ERXHyperlink.defaultNoFollow=true is used and 'action' is bound, then "nofollow" will automatically be appended., order=012}, action={name=action, comment=Action method to invoke when this element is activated., order=000}, disabled={name=disabled, comment=If evaluates to true, the button is in active., order=004}, fragmentIdentifier={name=fragmentIdentifier, comment=Named location to display in the destination page., order=006}, href={name=href, comment=URL to direct the browser to when the button is clicked., order=007}, id={name=id, comment=An id attribute to be bound to the anchor tag., order=008}, class={name=class, comment=A class attribute to be bound to the anchor tag., order=002}, value={name=value, comment=This binding provides the title of the button when submit is true. If no value is provided, the value falls back to the string binding. If no string binding is provided, a default value of "Submit" is used. If the element has child elements, the value is ignored except when using IE conditionals., order=017}}" apiBindings: "null" classComment: "With the introduction of HTML5's block level anchor tag, there is no longer any need to nest a button tag inside an anchor in order to display block content." classDocURL: "er/extensions/components/ERXLinkButton5.html" condition: "null" warning: No package defined for class componentName: "ERXLinkRandomizer" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLinkRandomizer.java" comments: "{}" apiBindings: "null" classComment: "This simple stateless component adds a javascript function 'RandomizeLink' that will either add a dummy=0 or change the previous value of a dummy=<some number> parameter of a hyperlink." classDocURL: "er/extensions/components/ERXLinkRandomizer.html" condition: "null" warning: No package defined for class componentName: "ERXListDisplay" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXListDisplay.java" comments: "{finalSeparator={name=finalSeparator, comment=separator for the last items (default localized " and "), order=005}, item={name=item, comment=current item if in content mode, order=003}, escapeHTML={name=escapeHTML, comment=, order=006}, emptyArrayDisplay={name=emptyArrayDisplay, comment=the string to display when the array is null or empty, order=002}, attribute={name=attribute, comment=, order=001}, list={name=list, comment=, order=000}, separator={name=separator, comment=separator to use for the first items (default ", "), order=004}}" apiBindings: "null" classComment: "Useful for displaying a list of objects." classDocURL: "er/extensions/components/ERXListDisplay.html" condition: "null" warning: No package defined for class Binding: "list": binding tag in javadoc but no/empty comment Binding: "attribute": binding tag in javadoc but no/empty comment Binding: "escapeHTML": binding tag in javadoc but no/empty comment componentName: "ERXLocalizationEditor" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLocalizationEditor.java" comments: "{}" apiBindings: "null" classComment: "Editor page for the localized files that are supplied in your settings." classDocURL: "er/extensions/components/ERXLocalizationEditor.html" condition: "null" warning: No package defined for class componentName: "ERXLoremIpsum" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXLoremIpsum.java" comments: "{count={name=count, comment=- 生成する (ワード = words, 文 = sentences, 又は 段落 = paragraphs) 数 , order=003}, type={name=type, comment=- "word", "sentence", 又は "paragraph", order=002}}" apiBindings: "null" classComment: " ERXLoremIpsum provides a component wrapper around the ERXLoremIpsumGenerator." classDocURL: "er/extensions/components/ERXLoremIpsum.html" condition: "null" warning: No package defined for class componentName: "ERXMailTo" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXMailTo.java" comments: "{email={name=email, comment=email address to generate href, order=000}}" apiBindings: "null" classComment: "Component that generates a mailto href of the form: "<a href=mailto:foo@bar.com>foo@bar.com</a>"." classDocURL: "er/extensions/components/ERXMailTo.html" condition: "null" warning: No package defined for class componentName: "ERXMandatoryFieldMarker" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXMandatoryFieldMarker.java" comments: "{condition={name=condition, comment=If the condition returns true, will display a '*', if false, it will display a transparent 1x1 pixel, order=000}}" apiBindings: "null" classComment: "Displays a mandatory field marker." classDocURL: "er/extensions/components/ERXMandatoryFieldMarker.html" condition: "null" warning: No package defined for class componentName: "ERXModelDoc" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXModelDoc.java" comments: "{object={name=object, comment=the object (entity, relationship, etc) to display documentation for, order=000}}" apiBindings: "null" classComment: "ERXModelDoc provides a common renderer for Entity Modeler's Entity, Attribute, and Relationship userInfo._EntityModeler.documentation." classDocURL: "er/extensions/components/ERXModelDoc.html" condition: "null" warning: No package defined for class componentName: "ERXModernizr" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXModernizr.java" comments: "{filename={name=filename, comment=, order=000}, framework={name=framework, comment=, order=001}}" apiBindings: "null" classComment: "

          ERXModernizr uses the Modernizr library to detect what javascript capabilities a client browser has and then posts those values back to the server to store them on the session." classDocURL: "er/extensions/components/ERXModernizr.html" condition: "null" warning: No package defined for class Binding: "filename": binding tag in javadoc but no/empty comment Binding: "framework": binding tag in javadoc but no/empty comment componentName: "ERXMonthView" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXMonthView.java" comments: "{cellWidth={name=cellWidth, comment=width if the date cells. Default is 20., order=000}}" apiBindings: "null" classComment: "Class for Wonder Component ERXMonthView." classDocURL: "er/extensions/components/ERXMonthView.html" condition: "null" warning: No package defined for class componentName: "ERXNestedList" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNestedList.java" comments: "{item={name=item, comment=current item, gets pushed to parent, order=001}, sublist={name=sublist, comment=should return the sublist for the current item., order=003}, level={name=level, comment=level if the current item, order=004}, list={name=list, comment=list of items, order=000}, isOrdered={name=isOrdered, comment=when true, uses a OL, otherwise a UL, order=002}}" apiBindings: "null" classComment: "Nested list component, copied over from WXNestedList, better html output." classDocURL: "er/extensions/components/ERXNestedList.html" condition: "null" warning: No package defined for class componentName: "ERXNonSynchronizingComponent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXNonSynchronizingComponent.java" comments: "{}" apiBindings: "null" classComment: "Abstract non-synchronizing component used as the super class for a number of components within the ER frameworks." classDocURL: "er/extensions/components/ERXNonSynchronizingComponent.html" condition: "null" warning: No package defined for class componentName: "ERXOptionalForm" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXOptionalForm.java" comments: "{enctype={name=enctype, comment=, order=003}, actionClass={name=actionClass, comment=, order=005}, autocomplete={name=autocomplete, comment=, order=006}, showForm={name=showForm, comment=If false, the form is not displayed, order=000}, name={name=name, comment=, order=002}, directActionName={name=directActionName, comment=, order=004}, action={name=action, comment=, order=001}, style={name=style, comment=, order=007}, class={name=class, comment=, order=008}}" apiBindings: "null" classComment: "Simple wrapper around a WOForm with a binding (showForm) to determine if the form should be hidden or not." classDocURL: "er/extensions/components/ERXOptionalForm.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "name": binding tag in javadoc but no/empty comment Binding: "enctype": binding tag in javadoc but no/empty comment Binding: "directActionName": binding tag in javadoc but no/empty comment Binding: "actionClass": binding tag in javadoc but no/empty comment Binding: "autocomplete": binding tag in javadoc but no/empty comment Binding: "style": binding tag in javadoc but no/empty comment Binding: "class": binding tag in javadoc but no/empty comment componentName: "ERXPluralString" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXPluralString.java" comments: "{showNumber={name=showNumber, comment=, order=002}, count={name=count, comment=the number of objects, order=001}, value={name=value, comment=the object name to plurify, order=000}}" apiBindings: "null" classComment: "Given a count and a string pluralizes the string if count > 1." classDocURL: "er/extensions/components/ERXPluralString.html" condition: "null" warning: No package defined for class Binding: "showNumber": binding tag in javadoc but no/empty comment componentName: "ERXPodcastRssPage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXPodcastRssPage.java" comments: "{feedUrl={name=feedUrl, comment=the URL of the website associated with the RSS feed, order=001}, item={name=item, comment=the repetition item binding for the feed items, order=012}, itemEnclosureLength={name=itemEnclosureLength, comment=length, in bytes, of the podcast, order=020}, feedCopyright={name=feedCopyright, comment=copyright notice, order=003}, itemTitle={name=itemTitle, comment=the title of the current item, order=014}, itemLink={name=itemLink, comment=the link associated with the current item, order=015}, feedImageUrl={name=feedImageUrl, comment=this tag specifies the artwork for your podcast. Put the URL to the image in the href attribute., order=009}, feedCategory={name=feedCategory, comment=use a top level <itunes:category> to specify the browse category, order=010}, itemPubDate={name=itemPubDate, comment=the publish date of the current item, order=016}, list={name=list, comment=the list of items to show in the feed, order=011}, itemEnclosureMimeType={name=itemEnclosureMimeType, comment=MIME type of the podcast, order=021}, itemAuthor={name=itemAuthor, comment=the author of the item, order=017}, itemSubtitle={name=itemSubtitle, comment=the contents of this tag are shown in the Description column in iTunes, order=018}, itemEncloseUrl={name=itemEncloseUrl, comment=url to the podcast, order=019}, feedOwnerName={name=feedOwnerName, comment=this tag contains information that will be used to contact the owner of the podcast for communication specifically about their podcast, order=007}, feedLanguage={name=feedLanguage, comment=two-letter language code, ISO 639-1 Alpha-2 format (eg : en-us, fr-ca, etc.), order=002}, feedAuthor={name=feedAuthor, comment=the content of this tag is shown in the Artist column in iTunes, order=006}, feedOwnerEmail={name=feedOwnerEmail, comment=this tag contains information that will be used to contact the owner of the podcast for communication specifically about their podcast, order=008}, itemGuid={name=itemGuid, comment=the GUID of the current item, order=013}, feedSubtitle={name=feedSubtitle, comment=the contents of this tag are shown in the Description column in iTunes, order=005}, feedTitle={name=feedTitle, comment=the title of the RSS feed, order=000}, feedDescription={name=feedDescription, comment=the description of the RSS feed, order=004}}" apiBindings: "null" classComment: "Simple podcast RSS feed provider." classDocURL: "er/extensions/components/ERXPodcastRssPage.html" condition: "null" warning: No package defined for class componentName: "ERXQueryRecentDates" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXQueryRecentDates.java" comments: "{displayGroup={name=displayGroup, comment=, order=000}, key={name=key, comment=, order=001}}" apiBindings: "null" classComment: "Nice for adjusting the query specs for dates on a display group." classDocURL: "er/extensions/components/ERXQueryRecentDates.html" condition: "null" warning: No package defined for class Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERXRRLoopDebug" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXRRLoopDebug.java" comments: "{name={name=name, comment=the name to print out, order=000}}" apiBindings: "null" classComment: "Sometimes it's handy to be able to print out debug entries during the various stages of the RR loop." classDocURL: "er/extensions/components/ERXRRLoopDebug.html" condition: "null" warning: No package defined for class componentName: "ERXRadioButtonMatrix" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXRadioButtonMatrix.java" comments: "{tableOtherTagString={name=tableOtherTagString, comment=, order=011}, cellWidth={name=cellWidth, comment=, order=010}, item={name=item, comment=, order=002}, cellAlign={name=cellAlign, comment=, order=008}, selection={name=selection, comment=, order=003}, cellpadding={name=cellpadding, comment=, order=005}, cellspacing={name=cellspacing, comment=, order=006}, width={name=width, comment=, order=007}, list={name=list, comment=, order=000}, cellVAlign={name=cellVAlign, comment=, order=009}, maxColumns={name=maxColumns, comment=, order=004}, uniqueID={name=uniqueID, comment=, order=001}}" apiBindings: "null" classComment: "Radio button list with lots of more options." classDocURL: "er/extensions/components/ERXRadioButtonMatrix.html" condition: "null" warning: No package defined for class Binding: "list": binding tag in javadoc but no/empty comment Binding: "uniqueID": binding tag in javadoc but no/empty comment Binding: "item": binding tag in javadoc but no/empty comment Binding: "selection": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "cellpadding": binding tag in javadoc but no/empty comment Binding: "cellspacing": binding tag in javadoc but no/empty comment Binding: "width": binding tag in javadoc but no/empty comment Binding: "cellAlign": binding tag in javadoc but no/empty comment Binding: "cellVAlign": binding tag in javadoc but no/empty comment Binding: "cellWidth": binding tag in javadoc but no/empty comment Binding: "tableOtherTagString": binding tag in javadoc but no/empty comment componentName: "ERXRemoteShell" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXRemoteShell.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/components/ERXRemoteShell.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXRepeatingTable" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXRepeatingTable.java" comments: "{col={name=col, comment=, order=005}, item={name=item, comment=, order=001}, index={name=index, comment=, order=003}, row={name=row, comment=, order=004}, list={name=list, comment=, order=000}, cellBackgroundColor={name=cellBackgroundColor, comment=, order=007}, maxColumns={name=maxColumns, comment=, order=006}, repetetions={name=repetetions, comment=, order=002}}" apiBindings: "null" classComment: "Useful when given a list of n items and you want to display m keys." classDocURL: "er/extensions/components/ERXRepeatingTable.html" condition: "null" warning: No package defined for class Binding: "list": binding tag in javadoc but no/empty comment Binding: "item": binding tag in javadoc but no/empty comment Binding: "repetetions": binding tag in javadoc but no/empty comment Binding: "index": binding tag in javadoc but no/empty comment Binding: "row": binding tag in javadoc but no/empty comment Binding: "col": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "cellBackgroundColor": binding tag in javadoc but no/empty comment componentName: "ERXResponseComponent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXResponseComponent.java" comments: "{}" apiBindings: "null" classComment: "Handy component when you need to return a WOActionResults and the interface requires a WOComponent." classDocURL: "er/extensions/components/ERXResponseComponent.html" condition: "null" warning: No package defined for class componentName: "ERXRssPage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXRssPage.java" comments: "{feedUrl={name=feedUrl, comment=the URL of the website associated with the RSS feed, order=001}, item={name=item, comment=the repetition item binding for the feed items, order=004}, itemGuid={name=itemGuid, comment=the GUID of the current item, order=005}, itemTitle={name=itemTitle, comment=the title of the current item, order=006}, itemLink={name=itemLink, comment=the link associated with the current item, order=007}, itemPubDate={name=itemPubDate, comment=the publish date of the current item, order=008}, feedTitle={name=feedTitle, comment=the title of the RSS feed, order=000}, feedDescription={name=feedDescription, comment=the description of the RSS feed, order=002}, list={name=list, comment=the list of items to show in the feed, order=003}, itemAuthor={name=itemAuthor, comment=the author of the item, order=009}}" apiBindings: "null" classComment: "Simple RSS feed provider." classDocURL: "er/extensions/components/ERXRssPage.html" condition: "null" warning: No package defined for class componentName: "ERXSLTWrapper" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSLTWrapper.java" comments: "{stylesheet={name=stylesheet, comment=name of the XLST stylesheet (mandatory), order=001}, framework={name=framework, comment=name of the XLST stylesheet's framework (optional), order=003}, data={name=data, comment=will be set to the transformed data (optional), order=004}, stream={name=stream, comment=will be set to the transformed data (optional), order=005}, nocache={name=nocache, comment=flag that if set creates a new transformer instead of using the one in the cache. Useful when deleloping the stylesheet., order=006}, enabled={name=enabled, comment=flag that decides if the transformation is applied. If not set, then only the content will be shown., order=000}, transformerFactory={name=transformerFactory, comment=name of the class for the XSLT transformer factory (optional, defaults to Xalan), order=002}}" apiBindings: "null" classComment: "Wrapper that translates its content via XSLT." classDocURL: "er/extensions/components/ERXSLTWrapper.html" condition: "null" warning: No package defined for class componentName: "ERXSimpleSpamCheck" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSimpleSpamCheck.java" comments: "{}" apiBindings: "null" classComment: "ERXSimpleSpamCheck generates a display: none text field in your page that has its value filled in with Javascript." classDocURL: "er/extensions/components/ERXSimpleSpamCheck.html" condition: "null" warning: No package defined for class componentName: "ERXSingleButton" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSingleButton.java" comments: "{shouldSubmitForm={name=shouldSubmitForm, comment=If false, will let the submit button use javascript code to set "document.location", which does not submit the form the button is in. The default value is false., order=006}, doNotUseForm={name=doNotUseForm, comment=If true, do not output a form, ever. If false or not specified, do what is more efficient., order=002}, actionClass={name=actionClass, comment=, order=003}, directActionName={name=directActionName, comment=, order=004}, name={name=name, comment=If is null takes context.elementID, order=007}, action={name=action, comment=, order=000}, style={name=style, comment=the CSS style for the button, order=009}, id={name=id, comment=the id for the button, order=010}, value={name=value, comment=, order=001}, class={name=class, comment=the CSS class for the button, order=008}, target={name=target, comment=, order=005}}" apiBindings: "null" classComment: "A stand alone submit button to be used as an action button." classDocURL: "er/extensions/components/ERXSingleButton.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "value": binding tag in javadoc but no/empty comment Binding: "actionClass": binding tag in javadoc but no/empty comment Binding: "directActionName": binding tag in javadoc but no/empty comment Binding: "target": binding tag in javadoc but no/empty comment componentName: "ERXSortOrder" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSortOrder.java" comments: "{displayKey={name=displayKey, comment=, order=002}, sortedAscendingImageSrc={name=sortedAscendingImageSrc, comment=, order=005}, sortedAscendingImageName={name=sortedAscendingImageName, comment=, order=008}, displayGroup={name=displayGroup, comment=, order=001}, sortedDescendingImageName={name=sortedDescendingImageName, comment=, order=009}, sortedDescendingImageSrc={name=sortedDescendingImageSrc, comment=, order=006}, unsortedImageSrc={name=unsortedImageSrc, comment=, order=004}, imageFramework={name=imageFramework, comment=, order=010}, d2wContext={name=d2wContext, comment=, order=000}, unsortedImageName={name=unsortedImageName, comment=, order=007}, width={name=width, comment=the width of the image, order=011}, key={name=key, comment=, order=003}, height={name=height, comment=the height of the image, order=012}}" apiBindings: "null" classComment: "Better sort order changer." classDocURL: "er/extensions/components/ERXSortOrder.html" condition: "null" warning: No package defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "displayKey": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment Binding: "unsortedImageSrc": binding tag in javadoc but no/empty comment Binding: "sortedAscendingImageSrc": binding tag in javadoc but no/empty comment Binding: "sortedDescendingImageSrc": binding tag in javadoc but no/empty comment Binding: "unsortedImageName": binding tag in javadoc but no/empty comment Binding: "sortedAscendingImageName": binding tag in javadoc but no/empty comment Binding: "sortedDescendingImageName": binding tag in javadoc but no/empty comment Binding: "imageFramework": binding tag in javadoc but no/empty comment componentName: "ERXStatelessComponent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStatelessComponent.java" comments: "{}" apiBindings: "null" classComment: "Abstract stateless component used as the super class for a number of components within the ER frameworks." classDocURL: "er/extensions/components/ERXStatelessComponent.html" condition: "null" warning: No package defined for class componentName: "ERXStatelessInlineTemplate" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStatelessInlineTemplate.java" comments: "{}" apiBindings: "null" classComment: "Stateless variant of {@link ERXInlineTemplate}." classDocURL: "er/extensions/components/ERXStatelessInlineTemplate.html" condition: "null" warning: No package defined for class componentName: "ERXStringHolder" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStringHolder.java" comments: "{escapeHTML={name=escapeHTML, comment=escape HTML, order=001}, value={name=value, comment=value, order=000}}" apiBindings: "null" classComment: "Use this to return a string from direct actions." classDocURL: "er/extensions/components/ERXStringHolder.html" condition: "null" warning: No package defined for class componentName: "ERXStringListPicker" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStringListPicker.java" comments: "{item={name=item, comment=, order=000}, selection={name=selection, comment=, order=001}, nextPage={name=nextPage, comment=A WOComponent that is used when people click on Next button, order=005}, cancelPage={name=cancelPage, comment=A WOComponent that is used when people click on Cancel button, order=004}, explanationComponentName={name=explanationComponentName, comment=, order=002}, choices={name=choices, comment=List (NSDictionary) containing the list of string to display, order=003}}" apiBindings: "null" classComment: "Useful for picking a String from a list." classDocURL: "er/extensions/components/ERXStringListPicker.html" condition: "null" warning: No package defined for class Binding: "item": binding tag in javadoc but no/empty comment Binding: "selection": binding tag in javadoc but no/empty comment Binding: "explanationComponentName": binding tag in javadoc but no/empty comment componentName: "ERXStringWithLineBreaks" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStringWithLineBreaks.java" comments: "{valueWhenEmpty={name=valueWhenEmpty, comment=what to display when value is null or empty, order=001}, value={name=value, comment=string to be converted, order=000}}" apiBindings: "null" classComment: "

          Converts a string that has line breaks and tabs in it into a corresponding HTML string with <br /> and (five of) &nbsp; instead." classDocURL: "er/extensions/components/ERXStringWithLineBreaks.html" condition: "null" warning: No package defined for class componentName: "ERXStyleSheet" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStyleSheet.java" comments: "{filename={name=filename, comment=name of the style sheet, order=000}, framework={name=framework, comment=name of the framework for the style sheet, order=001}, inline={name=inline, comment=when true, the generated link tag will be appended inline, when false it'll be placed in the head of the page, when unset it will be placed inline for ajax requests and in the head for regular requests, order=004}, href={name=href, comment=url to the style sheet, order=002}, media={name=media, comment=media name this style sheet is for, order=005}, key={name=key, comment=key to cache the style sheet under when using the component content. Default is the sessionID. That means, you should *really* explicitly set a key, when you use more than one ERXStyleSheet using the component content method within one session, order=003}}" apiBindings: "null" classComment: "Adds a style sheet to a page." classDocURL: "er/extensions/components/ERXStyleSheet.html" condition: "null" warning: No package defined for class componentName: "ERXStyledContainer" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXStyledContainer.java" comments: "{elementId={name=elementId, comment=The type of element (div, p, span, etc.) to generate, order=000}}" apiBindings: "null" classComment: "Same as a WOGenericContainer, except that you can add individual style attributes by supplying style.background-color="red" bindings." classDocURL: "er/extensions/components/ERXStyledContainer.html" condition: "null" warning: No package defined for class componentName: "ERXSuccess" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSuccess.java" comments: "{}" apiBindings: "null" classComment: ""Success" string /" classDocURL: "er/extensions/components/ERXSuccess.html" condition: "null" warning: No package defined for class componentName: "ERXSwitchEmbeddedPage" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXSwitchEmbeddedPage.java" comments: "{initialComponentName={name=initialComponentName, comment=the name of the component to display, order=000}}" apiBindings: "null" classComment: "ERXSwitchEmbeddedPage allows you to wrap a section of your page and treat return values from invokeAction as a replacement only for the this element and not for the entire page." classDocURL: "er/extensions/components/ERXSwitchEmbeddedPage.html" condition: "null" warning: No package defined for class componentName: "ERXTabPanel" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXTabPanel.java" comments: "{tabClass={name=tabClass, comment=the style used for a selected tab, order=014}, rightTabImage={name=rightTabImage, comment=the name of the image on the right side of the tab, order=013}, borderColor={name=borderColor, comment=, order=009}, nonSelectedBgColor={name=nonSelectedBgColor, comment=color to use for the non-selected tabs, order=004}, tabs={name=tabs, comment=a list of objects representing the tabs, order=000}, tabImageFramework={name=tabImageFramework, comment=the name of the framework that contains the tab images, order=011}, nonSelectedTabImageContainerClass={name=nonSelectedTabImageContainerClass, comment=the style used for the td that surrounds the left and right side images of an unselected tab, order=017}, textColor={name=textColor, comment=, order=008}, leftTabImage={name=leftTabImage, comment=the name of the image on the left side of the tab, order=012}, bgcolor={name=bgcolor, comment=color to use for the selected tab and the body of the panel, order=003}, nonSelectedTabClass={name=nonSelectedTabClass, comment=the style used for a unselected tab, order=015}, submitActionName={name=submitActionName, comment=if this binding is non null, tabs will contain a submit button instead of a regular hyperlink and the action, order=007}, tabImageContainerClass={name=tabImageContainerClass, comment=the style used for the td that surrounds the left and right side images of a selected tab, order=016}, useFormSubmit={name=useFormSubmit, comment=true, if the form shoud be submitted before switching, allows denial of switches, order=010}, tabNameKey={name=tabNameKey, comment=a string containing a key to apply to tabs to get the title of the tab, order=001}, selectedTab={name=selectedTab, comment=contains the selected tab, order=002}}" apiBindings: "null" classComment: "Better tab panel." classDocURL: "er/extensions/components/ERXTabPanel.html" condition: "null" warning: No package defined for class Binding: "textColor": binding tag in javadoc but no/empty comment Binding: "borderColor": binding tag in javadoc but no/empty comment componentName: "ERXTable" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXTable.java" comments: "{border={name=border, comment=table border, order=009}, col={name=col, comment=pushed to the parent with the current column number, order=000}, item={name=item, comment=pushed to the parent with the current object from the list, order=006}, cellAlign={name=cellAlign, comment=cell's alignment, order=015}, tableWidth={name=tableWidth, comment=table width, order=019}, goingVertically={name=goingVertically, comment=boolean if the list should be layed out horizontally or vertically., order=020}, index={name=index, comment=pushed to the parent indicating the current index, order=001}, fillColumns={name=fillColumns, comment=when true, loops until the last row is filled even when no more elements are left in the list, order=004}, cellClass={name=cellClass, comment=CSS class for the cell, order=018}, list={name=list, comment=of objects to construct the table for, order=002}, maxColumns={name=maxColumns, comment=maximum number of columns, order=003}, rowBackgroundColor={name=rowBackgroundColor, comment=background color to be used for the rows of the table, order=012}, tableClass={name=tableClass, comment=CSS class for the table, order=007}, cellWidth={name=cellWidth, comment=cell's width, order=017}, rowClass={name=rowClass, comment=CSS class for the row, order=013}, headerImages={name=headerImages, comment=array of images to be displayed in the header cells of the table, order=021}, cellpadding={name=cellpadding, comment=cell padding, order=010}, cellspacing={name=cellspacing, comment=cell spacing, order=011}, tableBackgroundColor={name=tableBackgroundColor, comment=background color for table, order=008}, headerRowBackgroundColor={name=headerRowBackgroundColor, comment=background color for the header row, order=022}, row={name=row, comment=pushed to the parent with the current row number, order=005}, cellBackgroundColor={name=cellBackgroundColor, comment=background color for the cell, order=014}, cellVAlign={name=cellVAlign, comment=cell's vertical alignment, order=016}}" apiBindings: "null" classComment: "Enhanced table component that adds the ability to have the table layed out in a vertical orientation and adds the ability to specify an array of header images that appear in the header cells of the table." classDocURL: "er/extensions/components/ERXTable.html" condition: "null" warning: No package defined for class componentName: "ERXTableWithBorder" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXTableWithBorder.java" comments: "{bgcolor={name=bgcolor, comment=, order=003}, color={name=color, comment=, order=000}, renderBorder"={name=renderBorder", comment=defaults="Boolean, order=002}, width={name=width, comment=, order=001}, doNotRenderTop"={name=doNotRenderTop", comment=defaults="Boolean, order=004}}" apiBindings: "null" classComment: "Allows turning the border on and off of a table." classDocURL: "er/extensions/components/ERXTableWithBorder.html" condition: "null" warning: No package defined for class Binding: "color": binding tag in javadoc but no/empty comment Binding: "width": binding tag in javadoc but no/empty comment Binding: "bgcolor": binding tag in javadoc but no/empty comment componentName: "ERXTimeZoneDetector" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXTimeZoneDetector.java" comments: "{preferredTimeZones={name=preferredTimeZones, comment=an array of preferred TimeZone objects. This array takes precedence over the preferredTimeZoneIDs binding., order=000}, preferredTimeZoneIDs={name=preferredTimeZoneIDs, comment=an array of preferred TimeZone id strings, order=001}}" apiBindings: "null" classComment: "This component adds javascript to a page to grab the system time zone from the browser and write the time zone to the timeZone attribute of the session via a call to the setTimeZone() method." classDocURL: "er/extensions/components/ERXTimeZoneDetector.html" condition: "null" warning: No package defined for class componentName: "ERXToManyRelationship" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXToManyRelationship.java" comments: "{goingVertically={name=goingVertically, comment=, order=014}, sourceObject={name=sourceObject, comment=, order=006}, maxColumns={name=maxColumns, comment=, order=010}, sortCaseInsensitive={name=sortCaseInsensitive, comment=, order=016}, destinationEntityName={name=destinationEntityName, comment=, order=005}, localizeDisplayKeys={name=localizeDisplayKeys, comment=, order=015}, destinationSortKey={name=destinationSortKey, comment=, order=013}, uiStyle={name=uiStyle, comment=, order=007}, size={name=size, comment=, order=011}, qualifier={name=qualifier, comment=, order=008}, possibleChoices={name=possibleChoices, comment=, order=009}, width={name=width, comment=, order=012}, destinationDisplayKey={name=destinationDisplayKey, comment=, order=001}, dataSource={name=dataSource, comment=, order=000}, relationshipKey={name=relationshipKey, comment=, order=003}, isMandatory={name=isMandatory, comment=, order=002}, sourceEntityName={name=sourceEntityName, comment=, order=004}}" apiBindings: "null" classComment: "Better layout options that the {@link WOToManyRelationship}, in addition you can set a qualifier on the dataSource if you passed any." classDocURL: "er/extensions/components/ERXToManyRelationship.html" condition: "null" warning: No package defined for class Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "destinationDisplayKey": binding tag in javadoc but no/empty comment Binding: "isMandatory": binding tag in javadoc but no/empty comment Binding: "relationshipKey": binding tag in javadoc but no/empty comment Binding: "sourceEntityName": binding tag in javadoc but no/empty comment Binding: "destinationEntityName": binding tag in javadoc but no/empty comment Binding: "sourceObject": binding tag in javadoc but no/empty comment Binding: "uiStyle": binding tag in javadoc but no/empty comment Binding: "qualifier": binding tag in javadoc but no/empty comment Binding: "possibleChoices": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "size": binding tag in javadoc but no/empty comment Binding: "width": binding tag in javadoc but no/empty comment Binding: "destinationSortKey": binding tag in javadoc but no/empty comment Binding: "goingVertically": binding tag in javadoc but no/empty comment Binding: "localizeDisplayKeys": binding tag in javadoc but no/empty comment Binding: "sortCaseInsensitive": binding tag in javadoc but no/empty comment componentName: "ERXToOneRelationship" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXToOneRelationship.java" comments: "{sourceObject={name=sourceObject, comment=, order=006}, noSelectionString={name=noSelectionString, comment=, order=009}, maxColumns={name=maxColumns, comment=, order=014}, sortCaseInsensitive={name=sortCaseInsensitive, comment=, order=016}, destinationEntityName={name=destinationEntityName, comment=, order=005}, destinationSortKey={name=destinationSortKey, comment=, order=008}, uiStyle={name=uiStyle, comment=, order=007}, popupName={name=popupName, comment=, order=012}, size={name=size, comment=, order=013}, qualifier={name=qualifier, comment=, order=011}, possibleChoices={name=possibleChoices, comment=, order=010}, destinationDisplayKey={name=destinationDisplayKey, comment=, order=001}, localizeDisplayKeys"={name=localizeDisplayKeys", comment=defaults="Boolean, order=015}, dataSource={name=dataSource, comment=, order=000}, relationshipKey={name=relationshipKey, comment=, order=003}, isMandatory={name=isMandatory, comment=, order=002}, sourceEntityName={name=sourceEntityName, comment=, order=004}}" apiBindings: "null" classComment: "Better layout options that the {@link WOToOneRelationship}, in addition you can set a qualifier on the dataSource if you passed any." classDocURL: "er/extensions/components/ERXToOneRelationship.html" condition: "null" warning: No package defined for class Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "destinationDisplayKey": binding tag in javadoc but no/empty comment Binding: "isMandatory": binding tag in javadoc but no/empty comment Binding: "relationshipKey": binding tag in javadoc but no/empty comment Binding: "sourceEntityName": binding tag in javadoc but no/empty comment Binding: "destinationEntityName": binding tag in javadoc but no/empty comment Binding: "sourceObject": binding tag in javadoc but no/empty comment Binding: "uiStyle": binding tag in javadoc but no/empty comment Binding: "destinationSortKey": binding tag in javadoc but no/empty comment Binding: "noSelectionString": binding tag in javadoc but no/empty comment Binding: "possibleChoices": binding tag in javadoc but no/empty comment Binding: "qualifier": binding tag in javadoc but no/empty comment Binding: "popupName": binding tag in javadoc but no/empty comment Binding: "size": binding tag in javadoc but no/empty comment Binding: "maxColumns": binding tag in javadoc but no/empty comment Binding: "sortCaseInsensitive": binding tag in javadoc but no/empty comment componentName: "ERXTolerantWrapper" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXTolerantWrapper.java" comments: "{}" apiBindings: "null" classComment: "Wrapper for areas that might throw exceptions and catches them." classDocURL: "er/extensions/components/ERXTolerantWrapper.html" condition: "null" warning: No package defined for class componentName: "ERXUniquingWrapper" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXUniquingWrapper.java" comments: "{id={name=id, comment=is to append to the element ID, order=000}}" apiBindings: "null" classComment: "Needed when you have a component content and the state of the wrapper changes." classDocURL: "er/extensions/components/ERXUniquingWrapper.html" condition: "null" warning: No package defined for class componentName: "ERXUnreadMarker" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXUnreadMarker.java" comments: "{item={name=item, comment=, order=000}, condition={name=condition, comment=A boolean, order=002}, negate={name=negate, comment=A boolean, order=003}, list={name=list, comment=, order=001}}" apiBindings: "null" classComment: "Nice for denoting that something has not been viewed." classDocURL: "er/extensions/components/ERXUnreadMarker.html" condition: "null" warning: No package defined for class Binding: "item": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment componentName: "ERXWOComponentContent" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXWOComponentContent.java" comments: "{templateName={name=templateName, comment=The templateName of the ERXWOTemplate which should be rendered in place of this element. If not set, this element will behave like a regular WOComponentContent, but filter out all ERXWOTemplates., order=000}}" apiBindings: "null" classComment: "Allows for multiple Component Contents." classDocURL: "er/extensions/components/ERXWOComponentContent.html" condition: "null" warning: No package defined for class componentName: "ERXWOFormBarrier" package: "er.extensions.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/ERXWOFormBarrier.java" comments: "{}" apiBindings: "null" classComment: "ERXWOFormBarrier allows you to wrap a section of your page that you want to trick into believing that it is not actually inside of a WOForm." classDocURL: "er/extensions/components/ERXWOFormBarrier.html" condition: "null" warning: No package defined for class componentName: "ERXAjaxErrorDictionaryPanel" package: "er.extensions.components._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/components/_ajax/ERXAjaxErrorDictionaryPanel.java" comments: "{}" apiBindings: "null" classComment: "Prototype event notification for errors" classDocURL: "er/extensions/components/_ajax/ERXAjaxErrorDictionaryPanel.html" condition: "null" warning: No package defined for class componentName: "ERXAjaxTabPanel" package: "er.extensions.components._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/components/_ajax/ERXAjaxTabPanel.java" comments: "{container This={name=container This, comment=is a required binding that says which container to perform an Ajax.Updater on when the tab is clicked., order=000}}" apiBindings: "null" classComment: "An XHTML Ajax based Tab Panel It's worth noting that because this is an ajax tab that the contents of the tab must be contained within this tab contents in order to be updated." classDocURL: "er/extensions/components/_ajax/ERXAjaxTabPanel.html" condition: "null" warning: No package defined for class componentName: "ERXActiveImage" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXActiveImage.java" comments: "{}" apiBindings: "null" classComment: "Active image that allows for a tooltip as a binding." classDocURL: "er/extensions/components/_private/ERXActiveImage.html" condition: "null" warning: No package defined for class componentName: "ERXHyperlink" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXHyperlink.java" comments: "{}" apiBindings: "null" classComment: "Enhancement to WOHyperlink." classDocURL: "er/extensions/components/_private/ERXHyperlink.html" condition: "null" warning: No package defined for class componentName: "ERXSubmitButton" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXSubmitButton.java" comments: "{}" apiBindings: "null" classComment: "Clone of WOSubmitButton that should emit <button> tags instead of <input> tags." classDocURL: "er/extensions/components/_private/ERXSubmitButton.html" condition: "null" warning: No package defined for class componentName: "ERXSwitchComponent" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXSwitchComponent.java" comments: "{}" apiBindings: "null" classComment: "Variant of WOSwitchComponent that replaces the plain-text component names in the element ID with a number, in case you don't like advertising your component names or just like shorter URLs." classDocURL: "er/extensions/components/_private/ERXSwitchComponent.html" condition: "null" warning: No package defined for class componentName: "ERXWOBrowser" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOBrowser.java" comments: "{item={name=item, comment=the current item in the iteration, order=004}, selectedValues={name=selectedValues, comment=array of selected objects used for direct action, order=008}, multiple={name=multiple, comment=if multiple elements are selectable, defaults to false, order=006}, list={name=list, comment=the array or list of items to iterate over, order=005}, title={name=title, comment=title of the browser, order=012}, selections={name=selections, comment=array of selected objects, order=009}, escapeHTML={name=escapeHTML, comment=if the displayString should be escaped, defaults to true, order=002}, size={name=size, comment=how many items to display at one time, defaults to 5, order=010}, displayString={name=displayString, comment=the string to display for an item, order=001}, name={name=name, comment=the name of the browser, order=007}, style={name=style, comment=style of the browser, order=011}, id={name=id, comment=id of the browser, order=003}, class={name=class, comment=class of the browser, order=000}, value={name=value, comment=the value to use for an item, order=013}}" apiBindings: "null" classComment: "Crappy reimplementation of WOBrowser which would not be needed of if it could handle java collections." classDocURL: "er/extensions/components/_private/ERXWOBrowser.html" condition: "null" warning: No package defined for class componentName: "ERXWOForm" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOForm.java" comments: "{enctype={name=enctype, comment=The encoding type of the form. If a form has a file upload and this is not set to multipart/form-data then an exception is thrown., order=005}, multipleSubmit={name=multipleSubmit, comment=If multipleSubmit evaluates to true , the form can have more than one submit button, each with its own action. By default, the value is false unless it is set to true in the properties file., order=010}, method={name=method, comment=The HTTP method used by the form. It can be get or post, order=009}, queryDictionary={name=queryDictionary, comment=Takes a dictionary of values that will be submitted with the form., order=012}, secure={name=secure, comment=Determines if the form is secured with SSL. Default is false., order=013}, actionClass={name=actionClass, comment=The name of the class in which the method designated in directActionName can be found. Defaults to DirectAction., order=001}, addDefaultSubmitButton={name=addDefaultSubmitButton, comment=Injects a submit button at the beginning of the form since some browsers will submit the form using the first nested button when the return key is pressed. Default is false unless it is set to true in the properties file., order=002}, directActionName={name=directActionName, comment=The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to default., order=003}, name={name=name, comment=The HTML name attribute, order=011}, action={name=action, comment=Action method to invoke when this element is activated., order=000}, disabled={name=disabled, comment=Disabling a form omits the form element's tags from the generated html. ERXWOForm will automatically disable any nested forms and post a warning to the console if this value is not set., order=004}, fragmentIdentifier={name=fragmentIdentifier, comment=appends "#" + the value of the binding to the action., order=006}, href={name=href, comment=The HTML href attribute, order=007}, id={name=id, comment=The HTML id attribute, order=008}, embedded={name=embedded, comment=when true, a form inside of a form will still render. this is to support forms inside of ajax modal containers that are structurally nested forms, but appears as independent to the end-user, order=014}}" apiBindings: "null" classComment: "Transparent replacement for WOForm." classDocURL: "er/extensions/components/_private/ERXWOForm.html" condition: "null" warning: No package defined for class componentName: "ERXWOPasswordField" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOPasswordField.java" comments: "{readonly={name=readonly, comment=whether or not the input field is readonly (optional), order=004}, name={name=name, comment=the name of the input field (optional), order=003}, disabled={name=disabled, comment=whether or not the input field is disabled (optional), order=002}, hiddenValue={name=hiddenValue, comment=the string to display when hidden (optional), order=001}, value={name=value, comment=the actual password value (required), order=000}}" apiBindings: "null" classComment: "ERXWOPasswordField is just like WOPasswordField except that it doesn't show the actualy password as the value in the input." classDocURL: "er/extensions/components/_private/ERXWOPasswordField.html" condition: "null" warning: No package defined for class componentName: "ERXWORepetition" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWORepetition.java" comments: "{item={name=item, comment=the current item in the iteration, order=001}, checkHashCodes={name=checkHashCodes, comment=if true, checks the validity of repetition references during the RR loop, order=005}, debugHashCodes={name=debugHashCodes, comment=if true, prints out hashcodes for each entry in the repetition as it is traversed, order=007}, uniqueKey={name=uniqueKey, comment=a String keypath on item (relative to item, not relative to the component) returning a value whose toString() is unique for this component, order=004}, count={name=count, comment=the total number of items to iterate over, order=002}, eoSupport={name=eoSupport, comment=try to use globalIDs to determine the hashCode for EOs, order=009}, index={name=index, comment=the current index in the iteration, order=003}, raiseOnUnmatchedObject={name=raiseOnUnmatchedObject, comment=if true, an exception is thrown when the repetition does not find a matching object, order=006}, list={name=list, comment=the array or list of items to iterate over, order=000}, notFoundMarker={name=notFoundMarker, comment=used for the item in the repetition if checkHashCodes is true, don't bind directly to null as that will be translated to false, order=010}, batchFetch={name=batchFetch, comment=a comma-separated list of keypaths on the "list" array binding to batch fetch, order=008}}" apiBindings: "null" classComment: "Replacement for WORepetition." classDocURL: "er/extensions/components/_private/ERXWORepetition.html" condition: "null" warning: No package defined for class componentName: "ERXWOString" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOString.java" comments: "{}" apiBindings: "null" classComment: "Reimplementation of WOString that can resolve localized format strings." classDocURL: "er/extensions/components/_private/ERXWOString.html" condition: "null" warning: No package defined for class componentName: "ERXWOTextField" package: "er.extensions.components._private" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/_private/ERXWOTextField.java" comments: "{blankIsNull={name=blankIsNull, comment=if false, "" will not be converted to null; if true, "" will be converted to null. Default is true., order=000}}" apiBindings: "null" classComment: "Replacement for WOTextField." classDocURL: "er/extensions/components/_private/ERXWOTextField.html" condition: "null" warning: No package defined for class componentName: "ERXElse" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXElse.java" comments: "{}" apiBindings: "null" classComment: "ERXElse can be used like a Java "else" after a preceding conditional." classDocURL: "er/extensions/components/conditionals/ERXElse.html" condition: "null" warning: No package defined for class componentName: "ERXEqualConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXEqualConditional.java" comments: "{value2={name=value2, comment=second object to compare, order=001}, value1={name=value1, comment=first object to compare, order=000}, negate={name=negate, comment=Inverts the sense of the conditional., order=002}}" apiBindings: "null" classComment: "Conditional component that compares two objects using the equals method." classDocURL: "er/extensions/components/conditionals/ERXEqualConditional.html" condition: "null" warning: No package defined for class componentName: "ERXInstanceOfConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXInstanceOfConditional.java" comments: "{negate={name=negate, comment=Inverts the sense of the conditional., order=002}, className={name=className, comment=class or interface name, order=001}, object={name=object, comment=object to test, order=000}}" apiBindings: "null" classComment: "Conditional component that tests if an object can be cast to the given class or interface without causing a ClassCastException." classDocURL: "er/extensions/components/conditionals/ERXInstanceOfConditional.html" condition: "null" warning: No package defined for class componentName: "ERXKeyValueConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXKeyValueConditional.java" comments: "{value={name=value, comment=, order=001}, key={name=key, comment=, order=000}}" apiBindings: "null" classComment: "Same as the {@link WOKeyValueConditional}, but as a dynamic element." classDocURL: "er/extensions/components/conditionals/ERXKeyValueConditional.html" condition: "null" warning: No package defined for class Binding: "key": binding tag in javadoc but no/empty comment Binding: "value": binding tag in javadoc but no/empty comment componentName: "ERXListContainsItemConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXListContainsItemConditional.java" comments: "{item={name=item, comment=object to test inclusion in the list, order=001}, negate={name=negate, comment=inverts the sense of the conditional., order=002}, list={name=list, comment=array of objects, order=000}}" apiBindings: "null" classComment: "Conditional component that tests if a given item is contained in an {@link java.util.List}." classDocURL: "er/extensions/components/conditionals/ERXListContainsItemConditional.html" condition: "null" warning: No package defined for class componentName: "ERXNonNullConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXNonNullConditional.java" comments: "{condition={name=condition, comment=object to test for null-value, order=000}, negate={name=negate, comment=inverts the sense of the conditional., order=001}}" apiBindings: "null" classComment: "Conditional component that tests if a given object is null." classDocURL: "er/extensions/components/conditionals/ERXNonNullConditional.html" condition: "null" warning: No package defined for class componentName: "ERXNonZeroConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXNonZeroConditional.java" comments: "{condition={name=condition, comment=numeric condition to test., order=000}, negate={name=negate, comment=inverts the sense of the conditional., order=001}}" apiBindings: "null" classComment: "Conditional component that tests if a given Number object is non-zero." classDocURL: "er/extensions/components/conditionals/ERXNonZeroConditional.html" condition: "null" warning: No package defined for class componentName: "ERXOncePerRequestConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXOncePerRequestConditional.java" comments: "{ERXOncePerRequestDisplayCountDict={name=ERXOncePerRequestDisplayCountDict, comment=, order=001}, keyName={name=keyName, comment=, order=000}}" apiBindings: "null" classComment: "Will render its embedded content only once during the RR loop." classDocURL: "er/extensions/components/conditionals/ERXOncePerRequestConditional.html" condition: "null" warning: No package defined for class Binding: "keyName": binding tag in javadoc but no/empty comment Binding: "ERXOncePerRequestDisplayCountDict": binding tag in javadoc but no/empty comment componentName: "ERXWOCase" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXWOCase.java" comments: "{case={name=case, comment=, order=000}}" apiBindings: "null" classComment: "Contains one case of a {@link ERXWOSwitch}." classDocURL: "er/extensions/components/conditionals/ERXWOCase.html" condition: "null" warning: No package defined for class Binding: "case": binding tag in javadoc but no/empty comment componentName: "ERXWOConditional" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXWOConditional.java" comments: "{condition={name=condition, comment=, order=000}, negate={name=negate, comment=, order=001}}" apiBindings: "null" classComment: "ERXWOConditional behaves just like WOConditional except that it tracks its condition state for use with ERXElse." classDocURL: "er/extensions/components/conditionals/ERXWOConditional.html" condition: "null" warning: No package defined for class Binding: "condition": binding tag in javadoc but no/empty comment Binding: "negate": binding tag in javadoc but no/empty comment componentName: "ERXWOSwitch" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXWOSwitch.java" comments: "{case={name=case, comment=the ivar that holds the value to be switched on, order=000}}" apiBindings: "null" classComment: "Adds a "multiple if" element to the WO templates." classDocURL: "er/extensions/components/conditionals/ERXWOSwitch.html" condition: "null" warning: No package defined for class componentName: "ERXWOTemplate" package: "er.extensions.components.conditionals" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/conditionals/ERXWOTemplate.java" comments: "{templateName={name=templateName, comment=, order=000}}" apiBindings: "null" classComment: "Allows for multiple contents in a component." classDocURL: "er/extensions/components/conditionals/ERXWOTemplate.html" condition: "null" warning: No package defined for class Binding: "templateName": binding tag in javadoc but no/empty comment componentName: "ERXWOEmailField" package: "er.extensions.components.html5" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/html5/ERXWOEmailField.java" comments: "{}" apiBindings: "null" classComment: " type = "email" - メールアドレスの入力欄を作成する (*5) name属性 - フォーム部品に名前をつける value属性 - 送信される値を指定する size属性 - 表示文字数を指定(1以上の正の整数) maxlength属性 - 入力できる最大文字数を指定する pattern属性 - 正規表現で入力値のパターンを指定する (*5) placeholder属性 - 入力欄に初期表示する内容を指定する (*5) readonly属性 - ユーザーによるテキスト編集を不可にして読み取り専用にする required属性 - 入力必須にする (*5) " classDocURL: "er/extensions/components/html5/ERXWOEmailField.html" condition: "null" warning: No package defined for class componentName: "ERXWOInput" package: "er.extensions.components.html5" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/html5/ERXWOInput.java" comments: "{}" apiBindings: "null" classComment: " WOInput HTML5 拡張 " classDocURL: "er/extensions/components/html5/ERXWOInput.html" condition: "null" warning: No package defined for class componentName: "ERXWONumberField" package: "er.extensions.components.html5" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/html5/ERXWONumberField.java" comments: "{}" apiBindings: "null" classComment: " type = "number" - 数値の入力欄を作成する (*5) autofocus属性 - フォーム・コントロールのオートフォーカス (*5) name属性 - フォーム部品に名前をつける value属性 - 送信される値を指定する max属性 - 入力できる最大値を指定する (*5) min属性 - 入力できる最小値を指定する (*5) readonly属性 - ユーザーによるテキスト編集を不可にして読み取り専用にする required属性 - 入力必須にする (*5) step属性 - 入力欄で刻むステップ値を指定する(type="number"の場合、初期値は1) (*5) " classDocURL: "er/extensions/components/html5/ERXWONumberField.html" condition: "null" warning: No package defined for class componentName: "ERXWOTelField" package: "er.extensions.components.html5" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/html5/ERXWOTelField.java" comments: "{}" apiBindings: "null" classComment: " type = "tel" - 電話番号の入力欄を作成する (*5) name属性 - フォーム部品に名前をつける value属性 - 送信される値を指定する size属性 - 表示文字数を指定(1以上の正の整数) maxlength属性 - 入力できる最大文字数を指定する pattern属性 - 正規表現で入力値のパターンを指定する (*5) placeholder属性 - 入力欄に初期表示する内容を指定する (*5) readonly属性 - ユーザーによるテキスト編集を不可にして読み取り専用にする required属性 - 入力必須にする (*5) " classDocURL: "er/extensions/components/html5/ERXWOTelField.html" condition: "null" warning: No package defined for class componentName: "ERXWOUrlField" package: "er.extensions.components.html5" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/html5/ERXWOUrlField.java" comments: "{}" apiBindings: "null" classComment: " type = "url" - URLの入力欄を作成する (*5) name属性 - フォーム部品に名前をつける value属性 - 送信される値を指定する size属性 - 表示文字数を指定(1以上の正の整数) maxlength属性 - 入力できる最大文字数を指定する pattern属性 - 正規表現で入力値のパターンを指定する (*5) placeholder属性 - 入力欄に初期表示する内容を指定する (*5) readonly属性 - ユーザーによるテキスト編集を不可にして読み取り専用にする required属性 - 入力必須にする (*5) " classDocURL: "er/extensions/components/html5/ERXWOUrlField.html" condition: "null" warning: No package defined for class componentName: "ERXClickableContainer" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXClickableContainer.java" comments: "{actionClass={name=actionClass, comment=the class name that contains the direct action, order=002}, directActionName={name=directActionName, comment=the name of the direct action to execute, order=003}, action={name=action, comment=the action to perform, order=001}, disabled={name=disabled, comment=if true, the onclick is not added to this container, order=004}, elementName={name=elementName, comment=the HTML element name to use (div by default), order=000}}" apiBindings: "null" classComment: "ERXClickableContainer is a WOGenericContainer with easier support for the javascript onclick event." classDocURL: "er/extensions/components/javascript/ERXClickableContainer.html" condition: "null" warning: No package defined for class componentName: "ERXEditDateJavascript" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXEditDateJavascript.java" comments: "{dateString={name=dateString, comment=, order=001}, dateformat={name=dateformat, comment=, order=000}}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/components/javascript/ERXEditDateJavascript.html" condition: "null" warning: No package defined for class warning: No class comment defined for class Binding: "dateformat": binding tag in javadoc but no/empty comment Binding: "dateString": binding tag in javadoc but no/empty comment componentName: "ERXJSAutoClosePage" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSAutoClosePage.java" comments: "{}" apiBindings: "null" classComment: "When returned will close the current page by calling onload=window.close()." classDocURL: "er/extensions/components/javascript/ERXJSAutoClosePage.html" condition: "null" warning: No package defined for class componentName: "ERXJSConfirmPanel" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSConfirmPanel.java" comments: "{hyperlinkMessage={name=hyperlinkMessage, comment=, order=000}, confirmMessage={name=confirmMessage, comment=, order=002}, action={name=action, comment=, order=001}, style={name=style, comment=style of the link, order=006}, disabled={name=disabled, comment=whether or not this link is disabled, order=007}, id={name=id, comment=id of the link, order=004}, title={name=title, comment=title of the link, order=003}, class={name=class, comment=class of the link, order=005}}" apiBindings: "null" classComment: "Stateless implementation of JSConfirmPanel." classDocURL: "er/extensions/components/javascript/ERXJSConfirmPanel.html" condition: "null" warning: No package defined for class Binding: "hyperlinkMessage": binding tag in javadoc but no/empty comment Binding: "action": binding tag in javadoc but no/empty comment Binding: "confirmMessage": binding tag in javadoc but no/empty comment componentName: "ERXJSCookiesConditional" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSCookiesConditional.java" comments: "{negate={name=negate, comment=, order=000}}" apiBindings: "null" classComment: "This component will display is content (as in WOComponentContent) if it detects cookies are disabled." classDocURL: "er/extensions/components/javascript/ERXJSCookiesConditional.html" condition: "null" warning: No package defined for class Binding: "negate": binding tag in javadoc but no/empty comment componentName: "ERXJSFlyOver" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSFlyOver.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/components/javascript/ERXJSFlyOver.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXJSFormForTarget" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSFormForTarget.java" comments: "{multipleSubmit={name=multipleSubmit, comment=true the form multiple submit, order=000}, targetDictionary={name=targetDictionary, comment=dictionary (optionally) containing

          • width - width of the window
          • targetName - name of the target window
          • height - height of the target window
          • scrollbars - NO/false if you don't want scrollbars
          , order=001}}" apiBindings: "null" classComment: "Useful for creating a javascript window for a form submit." classDocURL: "er/extensions/components/javascript/ERXJSFormForTarget.html" condition: "null" warning: No package defined for class componentName: "ERXJSInputValidator" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSInputValidator.java" comments: "{entityName={name=entityName, comment=the entity to validate against, order=001}, keyName={name=keyName, comment=the key to validate against, order=000}, disabled={name=disabled, comment=disable the validation, order=002}}" apiBindings: "null" classComment: "Client side part of the JavaScript validation." classDocURL: "er/extensions/components/javascript/ERXJSInputValidator.html" condition: "null" warning: No package defined for class componentName: "ERXJSLifebeat" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSLifebeat.java" comments: "{}" apiBindings: "null" classComment: "Keeps a session open by continuously calling a direct action." classDocURL: "er/extensions/components/javascript/ERXJSLifebeat.html" condition: "null" warning: No package defined for class componentName: "ERXJSOpenWindowHyperlink" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSOpenWindowHyperlink.java" comments: "{}" apiBindings: "null" classComment: "Given an action opens the action in a new window." classDocURL: "er/extensions/components/javascript/ERXJSOpenWindowHyperlink.html" condition: "null" warning: No package defined for class componentName: "ERXJSOpenWindowSubmitButton" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSOpenWindowSubmitButton.java" comments: "{}" apiBindings: "null" classComment: "Submit button to open a new window with an action." classDocURL: "er/extensions/components/javascript/ERXJSOpenWindowSubmitButton.html" condition: "null" warning: No package defined for class componentName: "ERXJSPopUpRelationPicker" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSPopUpRelationPicker.java" comments: "{parentEntitiesList={name=parentEntitiesList, comment=array of the parent objects that appear in the first pop-up., order=001}, parentLabel={name=parentLabel, comment=value displayed in the table interface for the parent popup., order=006}, defaultChildKey={name=defaultChildKey, comment=keypath of the parent for the default child (eg, largest city), order=008}, multiple={name=multiple, comment=boolean the defines if there can multiple parents and children selected., order=000}, childLabel={name=childLabel, comment=value displayed in the table interface for the child popup., order=007}, possibleChildren={name=possibleChildren, comment=shows only these values for children, order=014}, childrenSelection={name=childrenSelection, comment=returns the user-selected child(ren)., order=004}, childDisplayValueName={name=childDisplayValueName, comment=keypath of the child displayed in the child pop-up, order=010}, parentSelection={name=parentSelection, comment=currently selected parent(s) in the parent pop-up. This can be null, but will return the user-selected parent., order=003}, parentDisplayValueName={name=parentDisplayValueName, comment=keypath of the parent displayed in the parent pop-up, order=005}, childPopUpStringForAll={name=childPopUpStringForAll, comment=to display if no child is chosen ("- all -"), order=012}, size={name=size, comment=number of rows in select boxes, order=013}, parentToChildrenRelationshipName={name=parentToChildrenRelationshipName, comment=name of the relationship from the parent to its possible children. This is used to fill the values that appear in the children popup., order=002}, childrenSortKey={name=childrenSortKey, comment=keypath to sort the children on, order=009}, parentPopUpStringForAll={name=parentPopUpStringForAll, comment=to display if no parent is chosen ("- all -"), order=011}}" apiBindings: "null" classComment: "Very, very cool js component." classDocURL: "er/extensions/components/javascript/ERXJSPopUpRelationPicker.html" condition: "null" warning: No package defined for class componentName: "ERXJSPopupBlockerConditional" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSPopupBlockerConditional.java" comments: "{negate={name=negate, comment=, order=000}}" apiBindings: "null" classComment: "This component will display is content (as in WOComponentContent) if it detects that popup windows are blocked." classDocURL: "er/extensions/components/javascript/ERXJSPopupBlockerConditional.html" condition: "null" warning: No package defined for class Binding: "negate": binding tag in javadoc but no/empty comment componentName: "ERXJSPopupSelector" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSPopupSelector.java" comments: "{string={name=string, comment=, order=000}, selectsItem={name=selectsItem, comment=, order=002}, popupName={name=popupName, comment=, order=003}, doNotAddOneToComputedIndex"={name=doNotAddOneToComputedIndex", comment=defaults="Boolean, order=004}, list={name=list, comment=, order=001}}" apiBindings: "null" classComment: "Nice guy for performing actions when a popup item is selected." classDocURL: "er/extensions/components/javascript/ERXJSPopupSelector.html" condition: "null" warning: No package defined for class Binding: "string": binding tag in javadoc but no/empty comment Binding: "list": binding tag in javadoc but no/empty comment Binding: "selectsItem": binding tag in javadoc but no/empty comment Binding: "popupName": binding tag in javadoc but no/empty comment componentName: "ERXJSRemoteCall" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSRemoteCall.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "JavaScript remote execution." classDocURL: "er/extensions/components/javascript/ERXJSRemoteCall.html" condition: "null" warning: No package defined for class componentName: "ERXJSSubmitFunction" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSSubmitFunction.java" comments: "{functionName={name=functionName, comment=the name of the javascript function that executes the submit, order=002}, formName={name=formName, comment=the name of the form to submit (right now you must set the name properly on the desired form), order=001}, name={name=name, comment=the name of the hidden field that identifies which action is to be executed, order=003}, action={name=action, comment=the action to call when the javascript function is called and the form is submitted, order=000}}" apiBindings: "null" classComment: "ERXJSSubmitFunction generates a javascript method that can submit a particular form and trigger the call of a component action." classDocURL: "er/extensions/components/javascript/ERXJSSubmitFunction.html" condition: "null" warning: No package defined for class componentName: "ERXJSToManyRelationshipEditor" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSToManyRelationshipEditor.java" comments: "{item={name=item, comment=to use as an iteration variable, order=001}, selections={name=selections, comment=items from the list that are selected. The resulting selections will be pushed back into the parent component's variable that is bound to the selections binding., order=003}, sortKey={name=sortKey, comment=(optional) to use in order to produce a sorted menu, order=004}, displayString={name=displayString, comment=for the items in the menu, this should be a keyPath that will be resolved from each item to produce the display string for the item., order=000}, list={name=list, comment=of items to display; equivalent to the possible values from which a user might choose, order=002}}" apiBindings: "null" classComment: "A fancy to-many relationship editor component." classDocURL: "er/extensions/components/javascript/ERXJSToManyRelationshipEditor.html" condition: "null" warning: No package defined for class componentName: "ERXJSTwoLevelEditToOneRelationship" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSTwoLevelEditToOneRelationship.java" comments: "{}" apiBindings: "null" classComment: "Uses JSPopUpRelationPicker to edit a toOne relationship." classDocURL: "er/extensions/components/javascript/ERXJSTwoLevelEditToOneRelationship.html" condition: "null" warning: No package defined for class componentName: "ERXJSValidationErrors" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSValidationErrors.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Server side part of the JavaScript validation" classDocURL: "er/extensions/components/javascript/ERXJSValidationErrors.html" condition: "null" warning: No package defined for class componentName: "ERXJSVariables" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJSVariables.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for Wonder Component ERXJSVariables." classDocURL: "er/extensions/components/javascript/ERXJSVariables.html" condition: "null" warning: No package defined for class componentName: "ERXJavaScript" package: "er.extensions.components.javascript" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/javascript/ERXJavaScript.java" comments: "{scriptKey={name=scriptKey, comment=if set, the content will get rendered into an external script src, order=006}, hideInComment={name=hideInComment, comment=boolean that specifies if the script content should be included in HTML comments, true by default of the script tag contains a script, order=007}, filename={name=filename, comment=(same as scriptSource, but matches ERXStyleSheet), order=001}, scriptFramework={name=scriptFramework, comment=name of the framework for the script, order=003}, framework={name=framework, comment=(same as scriptFramework, but matches ERXStyleSheet), order=004}, scriptSource={name=scriptSource, comment=SRC attribute, either a full URL or the filename of the script, order=000}, scriptString={name=scriptString, comment=the script text when it should be included in the page (only for compatibility, simply use the content), order=005}, scriptFile={name=scriptFile, comment=the filename of the script when it should be included in the page (only for compatibility, simply use the content), order=002}}" apiBindings: "null" classComment: "Modern version of a javascript component." classDocURL: "er/extensions/components/javascript/ERXJavaScript.html" condition: "null" warning: No package defined for class componentName: "ERXPartialMarker" package: "er.extensions.components.partials" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/partials/ERXPartialMarker.java" comments: "{}" apiBindings: "null" classComment: "Marks a place in the current response." classDocURL: "er/extensions/components/partials/ERXPartialMarker.html" condition: "null" warning: No package defined for class componentName: "ERXPartialWrapper" package: "er.extensions.components.partials" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/components/partials/ERXPartialWrapper.java" comments: "{}" apiBindings: "null" classComment: "Routes all rendering to the response with the specified key." classDocURL: "er/extensions/components/partials/ERXPartialWrapper.html" condition: "null" warning: No package defined for class componentName: "ERXLongResponse" package: "er.extensions.concurrency" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXLongResponse.java" comments: "{task={name=task, comment=implementation of ERXLongResponseTask, order=000}}" apiBindings: "null" classComment: "ERXLongResponse is like WOLongResponsePage from JavaWOExtensions, but it can be used as a component and doesn't need to be subclassed." classDocURL: "er/extensions/concurrency/ERXLongResponse.html" condition: "null" warning: No package defined for class componentName: "ERXWOLongResponsePage" package: "er.extensions.concurrency" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXWOLongResponsePage.java" comments: "{}" apiBindings: "null" classComment: "ERXWOLongResponsePage is just like WOLongResponsePage except that it cleans up editing context locks at the end of run() just like the behavior at the end of a normal R-R loop." classDocURL: "er/extensions/concurrency/ERXWOLongResponsePage.html" condition: "null" warning: No package defined for class componentName: "ERXDatabaseConsole" package: "er.extensions.eof" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXDatabaseConsole.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/eof/ERXDatabaseConsole.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXHyperlinkResource" package: "er.extensions.foundation" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXHyperlinkResource.java" comments: "{}" apiBindings: "null" classComment: "ERXHyperlinkResource is very similar to WOHyperlink action Binding are the some, but there is one big difference." classDocURL: "er/extensions/foundation/ERXHyperlinkResource.html" condition: "null" warning: No package defined for class componentName: "ActiveImage" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/ActiveImage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "Browser" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/Browser.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "CheckBox" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/CheckBox.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "CheckBoxList" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/CheckBoxList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "GenericContainer" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/GenericContainer.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "GenericElement" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/GenericElement.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "HiddenField" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/HiddenField.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "Image" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/Image.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ImageButton" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/ImageButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "JavaScript" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/JavaScript.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "PasswordField" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/PasswordField.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "PopUpButton" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/PopUpButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "RadioButton" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/RadioButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "RadioButtonList" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/RadioButtonList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ResetButton" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/ResetButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SubmitButton" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/SubmitButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "Text" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/Text.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "TextField" package: "er.extensions.foundation.ERXPatcher.DynamicElementsPatches" apiFile: "null" sourceFile: "null" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/foundation/ERXPatcher/DynamicElementsPatches/TextField.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXLocalizedString" package: "er.extensions.localization" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/localization/ERXLocalizedString.java" comments: "{escapeHTML={name=escapeHTML, comment=when true will escape the value, order=008}, valueWhenEmpty={name=valueWhenEmpty, comment=display this value if value evaluates to null. The binding omitWhenEmpty will prevent this.
        , order=015}, keyPath={name=keyPath, comment=- ローカライズ対応オブジェクトへのキーパス, order=009}, omitWhenEmpty={name=omitWhenEmpty, comment=outputs an empty string if true when it would be null, order=011}, value={name=value, comment=- ローカライズする文字列, order=014}, object={name=object, comment=- 値を取り出すオブジェクト、指定されていない場合とキーパスがセットされていると parent() が使用される, order=010}, otherObject={name=otherObject, comment=- テンプレートと使用する第二のオブジェクト, order=012}, templateString={name=templateString, comment=- object と otherObject で使用するテンプレート, order=013}}" apiBindings: "null" classComment: "
        Examples:
        1. value = "Localize me" -> the localized value of "Localize me"
        2. keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component
        3. object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful)
        4. object = bug, keyPath = "state" -> localized version of the bugs state
        5. templateString = "You have" classDocURL: "er/extensions/localization/ERXLocalizedString.html" condition: "null" warning: No package defined for class componentName: "ERXLog4JConfiguration" package: "er.extensions.logging" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/logging/ERXLog4JConfiguration.java" comments: "{}" apiBindings: "null" classComment: "Configures and manages the log4j logging system." classDocURL: "er/extensions/logging/ERXLog4JConfiguration.html" condition: "null" warning: No package defined for class componentName: "ERXPageTracker" package: "er.extensions.statistics" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/statistics/ERXPageTracker.java" comments: "{server={name=server, comment=server to give to Google. If omitted or null, leaves the default., order=003}, omitQuotes={name=omitQuotes, comment=if set, does not quote the href value. This is useful if you want to use javascript values., order=002}, href={name=href, comment=url to give to Google. If omitted or null, first looks if context.page is an {@link ERXComponentActionRedirector.Restorable} or if not uses the normal URL which will not make a lot of sense in case of a component url., order=001}, key={name=key, comment=Google tracking key. If omitted or null, leaves out the content alltogether., order=000}}" apiBindings: "null" classComment: "Integration into Google analytics." classDocURL: "er/extensions/statistics/ERXPageTracker.html" condition: "null" warning: No package defined for class componentName: "ERXStatisticsPage" package: "er.extensions.statistics" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/statistics/ERXStatisticsPage.java" comments: "{}" apiBindings: "null" classComment: "Provides more and better functionality than the default WOStatsPage." classDocURL: "er/extensions/statistics/ERXStatisticsPage.html" condition: "null" warning: No package defined for class componentName: "ERXStatsSummary" package: "er.extensions.statistics" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/statistics/ERXStatsSummary.java" comments: "{}" apiBindings: "null" classComment: "A component to display a summary of collected stats." classDocURL: "er/extensions/statistics/ERXStatsSummary.html" condition: "null" warning: No package defined for class componentName: "ERXTimedSwitchComponent" package: "er.extensions.statistics" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/statistics/ERXTimedSwitchComponent.java" comments: "{}" apiBindings: "null" classComment: "A switch component that collects timing stats." classDocURL: "er/extensions/statistics/ERXTimedSwitchComponent.html" condition: "null" warning: No package defined for class componentName: "WOCollapsibleComponentContent" package: "er.extensions.woextensions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WOCollapsibleComponentContent.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/WOCollapsibleComponentContent.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WOSortOrder" package: "er.extensions.woextensions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WOSortOrder.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/WOSortOrder.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WOToManyRelationship" package: "er.extensions.woextensions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WOToManyRelationship.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/WOToManyRelationship.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WOToOneRelationship" package: "er.extensions.woextensions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/WOToOneRelationship.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/WOToOneRelationship.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXAjaxSortOrder" package: "er.extensions.woextensions._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/woextensions/_ajax/ERXAjaxSortOrder.java" comments: "{displayKey={name=displayKey, comment=, order=002}, displayGroup={name=displayGroup, comment=, order=001}, key={name=key, comment=, order=003}, d2wContext={name=d2wContext, comment=, order=000}}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/_ajax/ERXAjaxSortOrder.html" condition: "null" warning: No package defined for class warning: No class comment defined for class Binding: "d2wContext": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "displayKey": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERXAjaxSortOrderButton" package: "er.extensions.woextensions._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/woextensions/_ajax/ERXAjaxSortOrderButton.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/_ajax/ERXAjaxSortOrderButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERXAjaxSortOrderLink" package: "er.extensions.woextensions._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/woextensions/_ajax/ERXAjaxSortOrderLink.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/extensions/woextensions/_ajax/ERXAjaxSortOrderLink.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WOAjaxCollapsibleComponentContent" package: "er.extensions.woextensions._ajax" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/extensions/woextensions/_ajax/WOAjaxCollapsibleComponentContent.java" comments: "{container={name=container, comment=, order=000}}" apiBindings: "null" classComment: "Ajax/XHTML collapsible component" classDocURL: "er/extensions/woextensions/_ajax/WOAjaxCollapsibleComponentContent.html" condition: "null" warning: No package defined for class Binding: "container": binding tag in javadoc but no/empty comment componentName: "ERFirebug" package: "er.firebug.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERFirebug/Sources/er/firebug/components/ERFirebug.java" comments: "{}" apiBindings: "null" classComment: "Firebug lite WebObjects Framework http://getfirebug.com/lite.html" classDocURL: "er/firebug/components/ERFirebug.html" condition: "null" warning: No package defined for class componentName: "ERGoogleLoginForm" package: "er.google.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERGoogleSignIn/Sources/er/google/components/ERGoogleLoginForm.java" comments: "{clientID={name=clientID, comment=The client ID that will be used to authenticate the user., order=001}, clientIDName={name=clientIDName, comment=The name of the client ID that will be pulled from application properties as per GoogleAuthenticationUtilities.clientID(name);., order=002}, formName={name=formName, comment=The name of the form used to submit the authentication key., order=004}, includePlatformScript={name=includePlatformScript, comment=Whether or not to include the platform script., order=008}, directActionName={name=directActionName, comment=The name of the direct action function used to submit the authentication key., order=005}, directActionClass={name=directActionClass, comment=The class containing the direct action., order=006}, id={name=id, comment=The ID of the Google Login Button., order=003}, error={name=error, comment=If the google user is not authenticated for your system, return a non-null value here., order=000}, tokenFieldName={name=tokenFieldName, comment=The name of form field that delivers the authentication key to the direct action., order=007}}" apiBindings: "null" classComment: "Sends a google authentication key to a DirectAction." classDocURL: "er/google/components/ERGoogleLoginForm.html" condition: "null" warning: No package defined for class componentName: "ERGoogleLogoutLink" package: "er.google.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERGoogleSignIn/Sources/er/google/components/ERGoogleLogoutLink.java" comments: "{clientID={name=clientID, comment=The client ID used for authentication., order=001}, clientIDName={name=clientIDName, comment=The name of the client ID that will be pulled from application properties as per GoogleAuthenticationUtilities.clientID(name);., order=002}, includePlatformScript={name=includePlatformScript, comment=Whether or not to include the google platform script., order=004}, action={name=action, comment=The action that is called by the link., order=000}, includeInitializationScript={name=includeInitializationScript, comment=Whether or not to include the google authentication initialization script., order=003}}" apiBindings: "null" classComment: "Sends a logout link Required Bindings" classDocURL: "er/google/components/ERGoogleLogoutLink.html" condition: "null" warning: No package defined for class componentName: "ERGoogleSignInComponent" package: "er.google.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERGoogleSignIn/Sources/er/google/components/ERGoogleSignInComponent.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/google/components/ERGoogleSignInComponent.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "GCAbstractChart" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCAbstractChart.java" comments: "{data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=013}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, gridYStep={name=gridYStep, comment=the number of steps on the y axis between grid lines, order=030}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=026}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=021}, lineStyles={name=lineStyles, comment=the line styles (see http://code.google.com/apis/chart/#line_styles), order=025}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=027}, gridLines={name=gridLines, comment=the override for specifying all gridline values (see http://code.google.com/apis/chart/#grid), order=028}, id={name=id, comment=the id of the img tag, order=017}, class={name=class, comment=the class of the img tag, order=018}, height={name=height, comment=the height of the chart, order=003}, gridXStep={name=gridXStep, comment=the number of steps on the x axis between grid lines, order=029}, scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=023}, gridLineSize={name=gridLineSize, comment=the number of pixels in the line of the dash part of the grid line, order=031}, chartBackgroundStyle={name=chartBackgroundStyle, comment="solid", "gradient", or "stripes", order=010}, axisLabels={name=axisLabels, comment=an array of array of axis labels, order=015}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=022}, custom={name=custom, comment=custom query string parameters to append, order=016}, alt={name=alt, comment=the alt text of the img tag, order=019}, labeledAxes={name=labeledAxes, comment=an array of axes that have labels ("x,y,r") (see http://code.google.com/apis/chart/#multiple_axes_labels), order=014}, chartBackground={name=chartBackground, comment=the solid color of the chart background, order=011}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=020}, fillArea={name=fillArea, comment=the fill area (see http://code.google.com/apis/chart/#fill_area_marker), order=024}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=012}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, gridBlankSize={name=gridBlankSize, comment=the numer of pixels in the spacing between dashes in the grid line, order=032}}" apiBindings: "null" classComment: "The base class for all charts." classDocURL: "er/googlechart/components/GCAbstractChart.html" condition: "null" warning: No package defined for class componentName: "GCBarChart" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCBarChart.java" comments: "{barWidth={name=barWidth, comment=the width of the bars of the graph, order=032}, data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=011}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, gridYStep={name=gridYStep, comment=the number of steps on the y axis between grid lines, order=028}, zeroLine={name=zeroLine, comment=an array of zeroLines for the data sets, order=035}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=024}, spacing={name=spacing, comment=the spacing between bars, order=033}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=019}, lineStyles={name=lineStyles, comment=the line styles (see http://code.google.com/apis/chart/#line_styles), order=023}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=025}, gridLines={name=gridLines, comment=the override for specifying all gridline values (see http://code.google.com/apis/chart/#grid), order=026}, id={name=id, comment=the id of the img tag, order=015}, class={name=class, comment=the class of the img tag, order=016}, height={name=height, comment=the height of the chart, order=003}, gridXStep={name=gridXStep, comment=the number of steps on the x axis between grid lines, order=027}, scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=021}, orientation={name=orientation, comment="horizontal" or "vertical" orientation, order=031}, gridLineSize={name=gridLineSize, comment=the number of pixels in the line of the dash part of the grid line, order=029}, axisLabels={name=axisLabels, comment=an array of array of axis labels, order=013}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=020}, custom={name=custom, comment=custom query string parameters to append, order=014}, alt={name=alt, comment=the alt text of the img tag, order=017}, labeledAxes={name=labeledAxes, comment=an array of axes that have labels ("x,y,r") (see http://code.google.com/apis/chart/#multiple_axes_labels), order=012}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=018}, fillArea={name=fillArea, comment=the fill area (see http://code.google.com/apis/chart/#fill_area_marker), order=022}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=010}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, groupSpacing={name=groupSpacing, comment=the spacing between groupds of bars, order=034}, gridBlankSize={name=gridBlankSize, comment=the numer of pixels in the spacing between dashes in the grid line, order=030}}" apiBindings: "null" classComment: "A bar chart (see http://code.google.com/apis/chart/#bar_charts)." classDocURL: "er/googlechart/components/GCBarChart.html" condition: "null" warning: No package defined for class componentName: "GCLineChart" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCLineChart.java" comments: "{data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=013}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, gridYStep={name=gridYStep, comment=the number of steps on the y axis between grid lines, order=030}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=026}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=021}, lineStyles={name=lineStyles, comment=the line styles (see http://code.google.com/apis/chart/#line_styles), order=025}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=027}, gridLines={name=gridLines, comment=the override for specifying all gridline values (see http://code.google.com/apis/chart/#grid), order=028}, id={name=id, comment=the id of the img tag, order=017}, class={name=class, comment=the class of the img tag, order=018}, height={name=height, comment=the height of the chart, order=003}, gridXStep={name=gridXStep, comment=the number of steps on the x axis between grid lines, order=029}, scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=023}, gridLineSize={name=gridLineSize, comment=the number of pixels in the line of the dash part of the grid line, order=031}, chartBackgroundStyle={name=chartBackgroundStyle, comment="solid", "gradient", or "stripes", order=010}, axisLabels={name=axisLabels, comment=an array of array of axis labels, order=015}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=022}, custom={name=custom, comment=custom query string parameters to append, order=016}, alt={name=alt, comment=the alt text of the img tag, order=019}, labeledAxes={name=labeledAxes, comment=an array of axes that have labels ("x,y,r") (see http://code.google.com/apis/chart/#multiple_axes_labels), order=014}, chartBackground={name=chartBackground, comment=the solid color of the chart background, order=011}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=020}, fillArea={name=fillArea, comment=the fill area (see http://code.google.com/apis/chart/#fill_area_marker), order=024}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=012}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, gridBlankSize={name=gridBlankSize, comment=the numer of pixels in the spacing between dashes in the grid line, order=032}}" apiBindings: "null" classComment: "A line chart." classDocURL: "er/googlechart/components/GCLineChart.html" condition: "null" warning: No package defined for class componentName: "GCMap" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCMap.java" comments: "{area={name=area, comment=the geographic area to show ("africa", "asia", "europe", "middle_east", "south_america", "usa", "world"), order=014}, regions={name=regions, comment=the regions to color, order=015}, data={name=data, comment=the array, or array of arrays, of data, order=000}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=013}, custom={name=custom, comment=custom query string parameters to append, order=007}, alt={name=alt, comment=the alt text of the img tag, order=010}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=011}, colors={name=colors, comment=an array of color values (default color followed by gradient colors), order=004}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=012}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=005}, id={name=id, comment=the id of the img tag, order=008}, class={name=class, comment=the class of the img tag, order=009}, height={name=height, comment=the height of the chart, order=003}}" apiBindings: "null" classComment: "Geographic maps (see http://code.google.com/apis/chart/#maps)." classDocURL: "er/googlechart/components/GCMap.html" condition: "null" warning: No package defined for class componentName: "GCMeter" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCMeter.java" comments: "{scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=014}, data={name=data, comment=the array, or array of arrays, of data, order=000}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=013}, custom={name=custom, comment=custom query string parameters to append, order=007}, alt={name=alt, comment=the alt text of the img tag, order=010}, label={name=label, comment=the label for the meter pointer, order=015}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=011}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=012}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=005}, id={name=id, comment=the id of the img tag, order=008}, class={name=class, comment=the class of the img tag, order=009}, height={name=height, comment=the height of the chart, order=003}}" apiBindings: "null" classComment: "The Google-o-meter (see http://code.google.com/apis/chart/#gom)." classDocURL: "er/googlechart/components/GCMeter.html" condition: "null" warning: No package defined for class componentName: "GCPie3DChart" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCPie3DChart.java" comments: "{scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=018}, data={name=data, comment=the array, or array of arrays, of data, order=000}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=017}, custom={name=custom, comment=custom query string parameters to append, order=011}, alt={name=alt, comment=the alt text of the img tag, order=014}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=015}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, labels={name=labels, comment=an array of labels for the pie slices, order=019}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=010}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=016}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, id={name=id, comment=the id of the img tag, order=012}, class={name=class, comment=the class of the img tag, order=013}, height={name=height, comment=the height of the chart, order=003}}" apiBindings: "null" classComment: "A 3D Pie Chart (see http://code.google.com/apis/chart/#pie_charts)." classDocURL: "er/googlechart/components/GCPie3DChart.html" condition: "null" warning: No package defined for class componentName: "GCPieChart" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCPieChart.java" comments: "{scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=018}, data={name=data, comment=the array, or array of arrays, of data, order=000}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=017}, custom={name=custom, comment=custom query string parameters to append, order=011}, alt={name=alt, comment=the alt text of the img tag, order=014}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=015}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, labels={name=labels, comment=an array of labels for the pie slices, order=019}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=010}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=016}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, id={name=id, comment=the id of the img tag, order=012}, class={name=class, comment=the class of the img tag, order=013}, height={name=height, comment=the height of the chart, order=003}}" apiBindings: "null" classComment: "A Pie Chart (see http://code.google.com/apis/chart/#pie_charts)." classDocURL: "er/googlechart/components/GCPieChart.html" condition: "null" warning: No package defined for class componentName: "GCQRCode" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCQRCode.java" comments: "{outputEncoding={name=outputEncoding, comment=the output encoding to use (defaults to UTF-8), order=001}, margin={name=margin, comment=the margin around the code, order=003}, size={name=size, comment="wxh" format chart size ("300x400"), order=004}, ecLevel={name=ecLevel, comment=the error correction level ("L", "M", "Q", or "H"), order=002}, custom={name=custom, comment=custom query string parameters to append, order=007}, width={name=width, comment=the width of the chart, order=005}, alt={name=alt, comment=the alt text of the img tag, order=010}, text={name=text, comment=the text to encode, order=000}, id={name=id, comment=the id of the img tag, order=008}, class={name=class, comment=the class of the img tag, order=009}, height={name=height, comment=the height of the chart, order=006}}" apiBindings: "null" classComment: "QR Codes (see http://code.google.com/apis/chart/#qrcodes)." classDocURL: "er/googlechart/components/GCQRCode.html" condition: "null" warning: No package defined for class componentName: "GCRadarChart" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCRadarChart.java" comments: "{data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=010}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, spline={name=spline, comment=if true, a spline is used instead of line segments, order=030}, title={name=title, comment=the title of the chart, order=005}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, gridYStep={name=gridYStep, comment=the number of steps on the y axis between grid lines, order=027}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=023}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=018}, lineStyles={name=lineStyles, comment=the line styles (see http://code.google.com/apis/chart/#line_styles), order=022}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=024}, gridLines={name=gridLines, comment=the override for specifying all gridline values (see http://code.google.com/apis/chart/#grid), order=025}, id={name=id, comment=the id of the img tag, order=014}, class={name=class, comment=the class of the img tag, order=015}, height={name=height, comment=the height of the chart, order=003}, gridXStep={name=gridXStep, comment=the number of steps on the x axis between grid lines, order=026}, scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=020}, gridLineSize={name=gridLineSize, comment=the number of pixels in the line of the dash part of the grid line, order=028}, axisLabels={name=axisLabels, comment=an array of array of axis labels, order=012}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=019}, custom={name=custom, comment=custom query string parameters to append, order=013}, alt={name=alt, comment=the alt text of the img tag, order=016}, labeledAxes={name=labeledAxes, comment=an array of axes that have labels ("x,y,r") (see http://code.google.com/apis/chart/#multiple_axes_labels), order=011}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=017}, fillArea={name=fillArea, comment=the fill area (see http://code.google.com/apis/chart/#fill_area_marker), order=021}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=009}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, gridBlankSize={name=gridBlankSize, comment=the numer of pixels in the spacing between dashes in the grid line, order=029}}" apiBindings: "null" classComment: "A radar chart." classDocURL: "er/googlechart/components/GCRadarChart.html" condition: "null" warning: No package defined for class componentName: "GCScatterPlot" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCScatterPlot.java" comments: "{data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=013}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, gridYStep={name=gridYStep, comment=the number of steps on the y axis between grid lines, order=028}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=024}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=021}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=025}, gridLines={name=gridLines, comment=the override for specifying all gridline values (see http://code.google.com/apis/chart/#grid), order=026}, id={name=id, comment=the id of the img tag, order=017}, class={name=class, comment=the class of the img tag, order=018}, height={name=height, comment=the height of the chart, order=003}, gridXStep={name=gridXStep, comment=the number of steps on the x axis between grid lines, order=027}, scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=023}, gridLineSize={name=gridLineSize, comment=the number of pixels in the line of the dash part of the grid line, order=029}, chartBackgroundStyle={name=chartBackgroundStyle, comment="solid", "gradient", or "stripes", order=010}, axisLabels={name=axisLabels, comment=an array of array of axis labels, order=015}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=022}, custom={name=custom, comment=custom query string parameters to append, order=016}, alt={name=alt, comment=the alt text of the img tag, order=019}, labeledAxes={name=labeledAxes, comment=an array of axes that have labels ("x,y,r") (see http://code.google.com/apis/chart/#multiple_axes_labels), order=014}, chartBackground={name=chartBackground, comment=the solid color of the chart background, order=011}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=020}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=012}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, gridBlankSize={name=gridBlankSize, comment=the numer of pixels in the spacing between dashes in the grid line, order=030}}" apiBindings: "null" classComment: "A scatter plot (see http://code.google.com/apis/chart/#scatter_plot)." classDocURL: "er/googlechart/components/GCScatterPlot.html" condition: "null" warning: No package defined for class componentName: "GCSparkline" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCSparkline.java" comments: "{data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=013}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, gridYStep={name=gridYStep, comment=the number of steps on the y axis between grid lines, order=030}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=026}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=021}, lineStyles={name=lineStyles, comment=the line styles (see http://code.google.com/apis/chart/#line_styles), order=025}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=027}, gridLines={name=gridLines, comment=the override for specifying all gridline values (see http://code.google.com/apis/chart/#grid), order=028}, id={name=id, comment=the id of the img tag, order=017}, class={name=class, comment=the class of the img tag, order=018}, height={name=height, comment=the height of the chart, order=003}, gridXStep={name=gridXStep, comment=the number of steps on the x axis between grid lines, order=029}, scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=023}, gridLineSize={name=gridLineSize, comment=the number of pixels in the line of the dash part of the grid line, order=031}, chartBackgroundStyle={name=chartBackgroundStyle, comment="solid", "gradient", or "stripes", order=010}, axisLabels={name=axisLabels, comment=an array of array of axis labels, order=015}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=022}, custom={name=custom, comment=custom query string parameters to append, order=016}, alt={name=alt, comment=the alt text of the img tag, order=019}, labeledAxes={name=labeledAxes, comment=an array of axes that have labels ("x,y,r") (see http://code.google.com/apis/chart/#multiple_axes_labels), order=014}, chartBackground={name=chartBackground, comment=the solid color of the chart background, order=011}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=020}, fillArea={name=fillArea, comment=the fill area (see http://code.google.com/apis/chart/#fill_area_marker), order=024}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=012}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, gridBlankSize={name=gridBlankSize, comment=the numer of pixels in the spacing between dashes in the grid line, order=032}}" apiBindings: "null" classComment: "A sparkline chart (see http://code.google.com/apis/chart/#sparkline)." classDocURL: "er/googlechart/components/GCSparkline.html" condition: "null" warning: No package defined for class componentName: "GCVennDiagram" package: "er.googlechart.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/GoogleChart/Sources/er/googlechart/components/GCVennDiagram.java" comments: "{scaling={name=scaling, comment=if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling), order=019}, data={name=data, comment=the array, or array of arrays, of data, order=000}, legend={name=legend, comment=an array of legend values, order=011}, maxValue={name=maxValue, comment=if false, normalization is off or set to a number to override the max value, order=018}, custom={name=custom, comment=custom query string parameters to append, order=012}, alt={name=alt, comment=the alt text of the img tag, order=015}, titleSize={name=titleSize, comment=the size of the chart title, order=007}, title={name=title, comment=the title of the chart, order=005}, encoding={name=encoding, comment=the explicit chart encoding to use ("simple", "extended", "text"), order=016}, colors={name=colors, comment=an array of color values (for lines, bars, pie slices), order=004}, rangeMarkers={name=rangeMarkers, comment=the string that specifies range markers (see http://code.google.com/apis/chart/#hor_line_marker), order=020}, size={name=size, comment="wxh" format chart size ("300x400"), order=001}, titleColor={name=titleColor, comment=the color of the chart title, order=006}, background={name=background, comment=the solid color of the background, order=009}, transparency={name=transparency, comment=the transparency color of the chart background, order=010}, normalize={name=normalize, comment=if true, values will be normalized relative to the max value, order=017}, shapeMarkers={name=shapeMarkers, comment=the string that specifies shape markers (see http://code.google.com/apis/chart/#shape_markers2), order=021}, width={name=width, comment=the width of the chart, order=002}, backgroundStyle={name=backgroundStyle, comment="solid", "gradient", or "stripes", order=008}, id={name=id, comment=the id of the img tag, order=013}, class={name=class, comment=the class of the img tag, order=014}, height={name=height, comment=the height of the chart, order=003}}" apiBindings: "null" classComment: "A Venn diagram (see http://code.google.com/apis/chart/#venn)." classDocURL: "er/googlechart/components/GCVennDiagram.html" condition: "null" warning: No package defined for class componentName: "IMAction" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMAction.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/imadaptor/components/IMAction.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "IMBuddyStatus" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMBuddyStatus.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/imadaptor/components/IMBuddyStatus.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "IMConfirmationAction" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMConfirmationAction.java" comments: "{}" apiBindings: "null" classComment: "IMConfirmation has a single binding "confirmed"." classDocURL: "er/imadaptor/components/IMConfirmationAction.html" condition: "null" warning: No package defined for class componentName: "IMPickListAction" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMPickListAction.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/imadaptor/components/IMPickListAction.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "IMSearchMessageAction" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMSearchMessageAction.java" comments: "{}" apiBindings: "null" classComment: "IMSearchMessageAction allows you to map substrings that appear in AIM message responses to other objects." classDocURL: "er/imadaptor/components/IMSearchMessageAction.html" condition: "null" warning: No package defined for class componentName: "IMSearchOptionsAction" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMSearchOptionsAction.java" comments: "{}" apiBindings: "null" classComment: "IMSearchOptionsAction allows you to search your options for the AIM response that is received." classDocURL: "er/imadaptor/components/IMSearchOptionsAction.html" condition: "null" warning: No package defined for class componentName: "IMTextAction" package: "er.imadaptor.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/WOAdaptors/ERIMAdaptor/Sources/er/imadaptor/components/IMTextAction.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/imadaptor/components/IMTextAction.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERQMComponentBase" package: "er.jqm.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/ERQMComponentBase.java" comments: "{}" apiBindings: "null" classComment: "Base for all JQueryMobile Components." classDocURL: "er/jqm/components/ERQMComponentBase.html" condition: "null" warning: No package defined for class componentName: "ERQMPageBase" package: "er.jqm.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/ERQMPageBase.java" comments: "{}" apiBindings: "null" classComment: "Builds url names for jQueryMobile css and js files /" classDocURL: "er/jqm/components/ERQMPageBase.html" condition: "null" warning: No package defined for class componentName: "ERQMAjaxObserveField" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMAjaxObserveField.java" comments: "{}" apiBindings: "null" classComment: "Listen for onChange event
           id class otherTagSring observeFieldID updateContainerID if set, load() is used, otherwise get() fullSubmit not tested yet secure action 
          /" classDocURL: "er/jqm/components/core/ERQMAjaxObserveField.html" condition: "null" warning: No package defined for class componentName: "ERQMAjaxUpdateContainer" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMAjaxUpdateContainer.java" comments: "{}" apiBindings: "null" classComment: "Container for JQM load()
           elementName div id class otherTagSring 
          /" classDocURL: "er/jqm/components/core/ERQMAjaxUpdateContainer.html" condition: "null" warning: No package defined for class componentName: "ERQMAutoComplete" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMAutoComplete.java" comments: "{}" apiBindings: "null" classComment: "Input type="text | password | number | email | url | tel | time | date | month | week | datetime | datetime-local | color"
           id class value localValues localMatchFromStart true | false data-corners	true | false data-clear-btn	true | false - Adds a clear button data-clear-btn-text	string - Text for the close button."
                classDocURL: "er/jqm/components/core/ERQMAutoComplete.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMButton"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "data-icon : Left arrow - data-icon="arrow-l" Right arrow - data-icon="arrow-r" Up arrow - data-icon="arrow-u" Down arrow - data-icon="arrow-d" Delete - data-icon="delete" Plus - data-icon="plus" Minus - data-icon="minus" Check - data-icon="check" Gear - data-icon="gear" Refresh - data-icon="refresh" Forward - data-icon="forward" Back - data-icon="back" Grid - data-icon="grid" Star - data-icon="star" Alert - data-icon="alert" Info - data-icon="info" Home - data-icon="home" Search - data-icon="search" data-iconpos : ["left"], "right", "top", "bottom", "notext" data-inline : ["false"], "true" Custom Icons To use custom icons, specify a data-icon value that has a unique name like myapp-email and the button plugin will generate a class by prefixing ui-icon- to the data-icon value and apply it to the button: ui-icon-myapp-email."
                classDocURL: "er/jqm/components/core/ERQMButton.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMCheckbox"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCheckbox.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMCheckbox.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMCollapsibleComponentContent"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCollapsibleComponentContent.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMCollapsibleComponentContent.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMCollapsibleComponentContentGroup"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCollapsibleComponentContentGroup.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMCollapsibleComponentContentGroup.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMContent"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMContent.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "data-role            content これを設定することでフッターになります。 /"
                classDocURL: "er/jqm/components/core/ERQMContent.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMDialog"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMDialog.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMDialog.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMDisplayGroupNavigationBar"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMDisplayGroupNavigationBar.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Don't forget to add the stylesheet "dgnavbar/icon-pack-custom.css" to your page wrapper."
                classDocURL: "er/jqm/components/core/ERQMDisplayGroupNavigationBar.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMFooterBar"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMFooterBar.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMFooterBar.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMGrid"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMGrid.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMGrid.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMGridBlock"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMGridBlock.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/core/ERQMGridBlock.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMGroupDiv"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMGroupDiv.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "
           otherTagString tag string added to the container class isHorizontal data-corners	true | false data-exclude-invisible	true | false - Sets whether to exclude invisible children in the assignment of rounded corners data-mini	true | false - Compact sized version for all items in the controlgroup data-theme	swatch letter (a-z) data-type	horizontal | vertical - For horizontal or vertical item alignment 
          /" classDocURL: "er/jqm/components/core/ERQMGroupDiv.html" condition: "null" warning: No package defined for class componentName: "ERQMGroupFieldset" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMGroupFieldset.java" comments: "{}" apiBindings: "null" classComment: "
           otherTagString tag string added to the container class isHorizontal isDiv	true | false - if false a fieldset is used instead of an div inset	true | false - surround all with div class = "ui-field-contain" legend	text for legend data-corners	true | false data-exclude-invisible	true | false - Sets whether to exclude invisible children in the assignment of rounded corners data-mini	true | false - Compact sized version for all items in the controlgroup data-theme	swatch letter (a-z) data-type	horizontal | vertical - For horizontal or vertical item alignment 
          /" classDocURL: "er/jqm/components/core/ERQMGroupFieldset.html" condition: "null" warning: No package defined for class componentName: "ERQMHeaderBar" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMHeaderBar.java" comments: "{}" apiBindings: "null" classComment: "data-role header これを設定することでヘッダーになります。 /" classDocURL: "er/jqm/components/core/ERQMHeaderBar.html" condition: "null" warning: No package defined for class componentName: "ERQMHtmlTemplate" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMHtmlTemplate.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/jqm/components/core/ERQMHtmlTemplate.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERQMListView" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMListView.java" comments: "{}" apiBindings: "null" classComment: "OL or UL with data-role="listview" data-count-theme - swatch letter (a-z) data-dividertheme - swatch letter (a-z) data-filter - true | [false] data-filter-placeholder - string data-filter-theme - swatch letter (a-z) data-inset - true | [false] data-split-icon - home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search data-split-theme - swatch letter (a-z) data-theme - swatch letter (a-z) /" classDocURL: "er/jqm/components/core/ERQMListView.html" condition: "null" warning: No package defined for class componentName: "ERQMListViewElement" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMListViewElement.java" comments: "{}" apiBindings: "null" classComment: "LI within a listview data-filtertext - string (filter by this value instead of inner text) data-icon - home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search data-role - list-divider data-theme - swatch letter (a-z) - can also be set on individual LIs" classDocURL: "er/jqm/components/core/ERQMListViewElement.html" condition: "null" warning: No package defined for class componentName: "ERQMNavBar" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMNavBar.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/jqm/components/core/ERQMNavBar.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERQMNavBarElement" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMNavBarElement.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/jqm/components/core/ERQMNavBarElement.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERQMPopUpButton" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMPopUpButton.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/jqm/components/core/ERQMPopUpButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERQMRadioButton" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMRadioButton.java" comments: "{}" apiBindings: "null" classComment: "
           id name class checked selection value otherTagString isFlipswitch -> data-role="flipswitch" data-corners	true | false data-mini	true | false - Compact sized version data-role	none - Prevents auto-enhancement to use native control data-theme	swatch letter (a-z) - Added to the form element data-disabled	true | false data-iconpos	left | right data-wrapper-class 
          /" classDocURL: "er/jqm/components/core/ERQMRadioButton.html" condition: "null" warning: No package defined for class componentName: "ERQMSessionPing" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMSessionPing.java" comments: "{keepSessionAlive={name=keepSessionAlive, comment=true if session should be checked out to reset timeout when the application is pinged (optional, default false), order=001}, onFailure={name=onFailure, comment=function to execute if the session has expired or other HTTP error code returned from ping (optional, default "function(response) { window.close();}"), order=002}, frequency={name=frequency, comment=the period between pings of the application (optional, default 60 seconds), order=000}}" apiBindings: "null" classComment: "Simple component to ping the session in the background." classDocURL: "er/jqm/components/core/ERQMSessionPing.html" condition: "null" warning: No package defined for class componentName: "ERQMSubmitButton" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMSubmitButton.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/jqm/components/core/ERQMSubmitButton.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERQMText" package: "er.jqm.components.core" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMText.java" comments: "{}" apiBindings: "null" classComment: "Textarea with autoresize
           data-corners	true | false data-clear-btn	true | false - Adds a clear button data-clear-btn-text	string - Text for the close button."
                classDocURL: "er/jqm/components/core/ERQMText.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMTextField"
                    package: "er.jqm.components.core"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/core/ERQMTextField.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Input type="text | password | number | email | url | tel | time | date | month | week | datetime | datetime-local | color" 
           id class value data-corners	true | false data-clear-btn	true | false - Adds a clear button data-clear-btn-text	string - Text for the close button."
                classDocURL: "er/jqm/components/core/ERQMTextField.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMButtonBack"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/extended/ERQMButtonBack.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Button Links with data-role="button" and data-rel = "back"."
                classDocURL: "er/jqm/components/extended/ERQMButtonBack.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMButtonDialog"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/extended/ERQMButtonDialog.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Button Links with data-role="button" and data-rel = "dialog"."
                classDocURL: "er/jqm/components/extended/ERQMButtonDialog.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMButtonExternal"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/extended/ERQMButtonExternal.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Button Links with data-role="button" and data-rel = "external"."
                classDocURL: "er/jqm/components/extended/ERQMButtonExternal.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMButtonPopup"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/extended/ERQMButtonPopup.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Button Links with data-role="button" and data-rel = "popup"."
                classDocURL: "er/jqm/components/extended/ERQMButtonPopup.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMInputEmail"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/extended/ERQMInputEmail.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Input type="email" 
           data-clear-btn	true | false - Adds a clear button data-clear-btn-text	string - Text for the close button."
                classDocURL: "er/jqm/components/extended/ERQMInputEmail.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMInputFlipSwitch"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputFlipSwitch.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/extended/ERQMInputFlipSwitch.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputSearch"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputSearch.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/extended/ERQMInputSearch.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputTel"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputTel.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/extended/ERQMInputTel.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputText"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputText.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/extended/ERQMInputText.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputUrl"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputUrl.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/extended/ERQMInputUrl.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMPasswordField"
                    package: "er.jqm.components.extended"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/extended/ERQMPasswordField.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Input type="password" 
           data-clear-btn	true | false - Adds a clear button data-clear-btn-text	string - Text for the close button."
                classDocURL: "er/jqm/components/extended/ERQMPasswordField.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "AXSubmitButton"
                    package: "er.jqm.components.internal"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/internal/AXSubmitButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/internal/AXSubmitButton.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMHeaderBarSimple"
                    package: "er.jqm.components.predefined"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQMobile/Sources/er/jqm/components/predefined/ERQMHeaderBarSimple.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jqm/components/predefined/ERQMHeaderBarSimple.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "jQueryGet"
                    package: "er.jquery"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/jQueryGet.java"
                   comments: "{action={name=action, comment=When bound the action is performed, order=000}, callback={name=callback, comment=Callback @see jQuery.ajax() success, order=001}}"
                apiBindings: "null"
               classComment: "Wrapper of jQuery.get()"
                classDocURL: "er/jquery/jQueryGet.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "jQueryGetLink"
                    package: "er.jquery"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/jQueryGetLink.java"
                   comments: "{queryDictionary		The={name=queryDictionary		The, comment=form values used in the directAction that replaced $('container'), order=000}, confirmMessage		The={name=confirmMessage		The, comment=message you wish to display in a confirm panel before executing the update, order=001}}"
                apiBindings: "null"
               classComment: "A jQuery.get() as a link"
                classDocURL: "er/jquery/jQueryGetLink.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "jQueryLoad"
                    package: "er.jquery"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/jQueryLoad.java"
                   comments: "{container={name=container, comment=The id of the container to that performs the load, order=001}, action={name=action, comment=When bound the action is performed, order=000}, complete={name=complete, comment=A callback executed when the request completes, order=002}}"
                apiBindings: "null"
               classComment: "Wrapper of jQuery.load()"
                classDocURL: "er/jquery/jQueryLoad.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "jQueryLoadLink"
                    package: "er.jquery"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/jQueryLoadLink.java"
                   comments: "{queryDictionary		The={name=queryDictionary		The, comment=form values used in the directAction that replaced $('container'), order=000}}"
                apiBindings: "null"
               classComment: "A jQuery .load() as a link"
                classDocURL: "er/jquery/jQueryLoadLink.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "WXGenericContainer"
                    package: "er.jquery.support"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/support/WXGenericContainer.java"
                   comments: "{elementName		Defaults={name=elementName		Defaults, comment=to "div", order=002}, ajax			If={name=ajax			If, comment=the it is an Ajax update container. The default is false, order=001}, id={name=id, comment=, order=000}, class={name=class, comment=, order=003}}"
                apiBindings: "null"
               classComment: "An ajax version of WOGenericContainer (only no support for invokeAction and formValue(s) bindings) i.e support for Prototype Ajax.Updater"
                classDocURL: "er/jquery/support/WXGenericContainer.html"
                  condition: "null"
                    warning: No package defined for class
                    Binding: "id": binding tag in javadoc but no/empty comment
                    Binding: "class": binding tag in javadoc but no/empty comment
          
              componentName: "AjaxUpload"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUpload.java"
                   comments: "{onChange={name=onChange, comment=, order=001}, onSubmit={name=onSubmit, comment=, order=002}, onComplete={name=onComplete, comment=, order=003}, name={name=name, comment=, order=000}}"
                apiBindings: "null"
               classComment: "Encapsulation of"
                classDocURL: "er/jquery/widgets/AjaxUpload.html"
                  condition: "null"
                    warning: No package defined for class
                    Binding: "name": binding tag in javadoc but no/empty comment
                    Binding: "onChange": binding tag in javadoc but no/empty comment
                    Binding: "onSubmit": binding tag in javadoc but no/empty comment
                    Binding: "onComplete": binding tag in javadoc but no/empty comment
          
              componentName: "AjaxUploadButton"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUploadButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Encapsulation of http://valums.com/ajax-upload/ implemented like WOFileUpload API/binding compatible with WOFileUpload."
                classDocURL: "er/jquery/widgets/AjaxUploadButton.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "AjaxUploadContainer"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUploadContainer.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquery/widgets/AjaxUploadContainer.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "FileUploader"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/FileUploader.java"
                   comments: "{allowedExtensions={name=allowedExtensions, comment=E.g: "['jpg', 'jpeg', 'png', 'gif']", order=003}, onChange={name=onChange, comment=, order=000}, onSubmit={name=onSubmit, comment=, order=001}, onComplete={name=onComplete, comment=, order=002}}"
                apiBindings: "null"
               classComment: "Encapsulation of"
                classDocURL: "er/jquery/widgets/FileUploader.html"
                  condition: "null"
                    warning: No package defined for class
                    Binding: "onChange": binding tag in javadoc but no/empty comment
                    Binding: "onSubmit": binding tag in javadoc but no/empty comment
                    Binding: "onComplete": binding tag in javadoc but no/empty comment
          
              componentName: "FileUploaderContainer"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/FileUploaderContainer.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquery/widgets/FileUploaderContainer.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "JWPlayer"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/JWPlayer.java"
                   comments: "{poster		ERAttachment={name=poster		ERAttachment, comment=for the video poster, order=000}, sources		An={name=sources		An, comment=array of ERAttachments comprising the video sources, order=001}, framework	Set={name=framework	Set, comment=to "app" if you're including your own skin or licensed copy of the JW video player (.swf), order=003}, skin		(optional)={name=skin		(optional), comment=A zip of the skin for the video player that you bundle in your WO app. If you include your own JW video player skin be sure to copy the player.swf into your WO app WebServerResources. See Skins, order=002}}"
                apiBindings: "null"
               classComment: "Component encapsulating HTML5 jwplayer"
                classDocURL: "er/jquery/widgets/JWPlayer.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "TweetButton"
                    package: "er.jquery.widgets"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/TweetButton.java"
                   comments: "{directAction		Direct={name=directAction		Direct, comment=action URL to link to in tweet, order=000}, queryDictionary		Query={name=queryDictionary		Query, comment=parameters for direct action, order=001}, dataText			@see={name=dataText			@see, comment=data-text, order=002}, dataCount			@see={name=dataCount			@see, comment=data-count, order=004}, dataVia				@see={name=dataVia				@see, comment=data-via, order=003}}"
                apiBindings: "null"
               classComment: "TweetButton as WO component"
                classDocURL: "er/jquery/widgets/TweetButton.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMBackButton"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMBackButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMBackButton.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMButton"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "data-icon : Left arrow - data-icon="arrow-l" Right arrow - data-icon="arrow-r" Up arrow - data-icon="arrow-u" Down arrow - data-icon="arrow-d" Delete - data-icon="delete" Plus - data-icon="plus" Minus - data-icon="minus" Check - data-icon="check" Gear - data-icon="gear" Refresh - data-icon="refresh" Forward - data-icon="forward" Back - data-icon="back" Grid - data-icon="grid" Star - data-icon="star" Alert - data-icon="alert" Info - data-icon="info" Home - data-icon="home" Search - data-icon="search" data-iconpos : ["left"], "right", "top", "bottom", "notext" data-inline : ["false"], "true" Custom Icons To use custom icons, specify a data-icon value that has a unique name like myapp-email and the button plugin will generate a class by prefixing ui-icon- to the data-icon value and apply it to the button: ui-icon-myapp-email."
                classDocURL: "er/jquerymobile/components/ERQMButton.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMButtonGroup"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMButtonGroup.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMButtonGroup.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMCheckbox"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCheckbox.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMCheckbox.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMCheckboxList"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCheckboxList.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMCheckboxList.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMCollapsibleComponentContent"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCollapsibleComponentContent.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMCollapsibleComponentContent.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMCollapsibleComponentContentGroup"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMCollapsibleComponentContentGroup.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMCollapsibleComponentContentGroup.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMContent"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMContent.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "data-role            content これを設定することでフッターになります。 /"
                classDocURL: "er/jquerymobile/components/ERQMContent.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMDialog"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMDialog.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMDialog.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMDialogLink"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMDialogLink.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMDialogLink.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMFooterBar"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMFooterBar.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMFooterBar.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMGrid"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMGrid.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMGrid.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMGridBlock"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMGridBlock.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMGridBlock.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMGrouping"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMGrouping.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMGrouping.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMHeaderBar"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMHeaderBar.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "data-role  header これを設定することでヘッダーになります。 /"
                classDocURL: "er/jquerymobile/components/ERQMHeaderBar.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMHtmlTemplate"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMHtmlTemplate.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMHtmlTemplate.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputBaseComponent"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputBaseComponent.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputBaseComponent.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputColor"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputColor.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputColor.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputDate"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputDate.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputDate.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputDateTime"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputDateTime.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputDateTime.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputDateTimeLocal"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputDateTimeLocal.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputDateTimeLocal.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputFlipSwitch"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputFlipSwitch.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputFlipSwitch.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputMail"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputMail.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputMail.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputMonth"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputMonth.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputMonth.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputNumber"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputNumber.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputNumber.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputPassword"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputPassword.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputPassword.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputRange"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputRange.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputRange.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputSearch"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputSearch.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputSearch.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputString"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputString.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputString.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputTel"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputTel.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputTel.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputText"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputText.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputText.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputTime"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputTime.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputTime.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputUrl"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputUrl.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputUrl.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMInputWeek"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMInputWeek.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMInputWeek.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMListView"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMListView.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "OL or UL with data-role="listview" data-count-theme - swatch letter (a-z) data-dividertheme - swatch letter (a-z) data-filter - true | [false] data-filter-placeholder - string data-filter-theme - swatch letter (a-z) data-inset - true | [false] data-split-icon - home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search data-split-theme - swatch letter (a-z) data-theme - swatch letter (a-z) /"
                classDocURL: "er/jquerymobile/components/ERQMListView.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMListViewElement"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMListViewElement.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "LI within a listview data-filtertext - string (filter by this value instead of inner text) data-icon - home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search data-role - list-divider data-theme  - swatch letter (a-z) - can also be set on individual LIs"
                classDocURL: "er/jquerymobile/components/ERQMListViewElement.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERQMListViewIcon"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMListViewIcon.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMListViewIcon.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMListViewImage"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMListViewImage.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMListViewImage.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMNavBar"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMNavBar.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMNavBar.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMNavBarElement"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMNavBarElement.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMNavBarElement.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMPopUpButton"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMPopUpButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMPopUpButton.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMRadioList"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMRadioList.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMRadioList.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERQMSubmitButton"
                    package: "er.jquerymobile.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERJQueryMobile/Sources/er/jquerymobile/components/ERQMSubmitButton.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/jquerymobile/components/ERQMSubmitButton.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERMD2WBatchNavigationBar"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WBatchNavigationBar.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "D2W Batch navigation bar based on AjaxFlickrBatchNavigation"
                classDocURL: "er/modern/directtoweb/components/ERMD2WBatchNavigationBar.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMD2WCSSReference"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WCSSReference.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Component to go in the <head> of a page."
                classDocURL: "er/modern/directtoweb/components/ERMD2WCSSReference.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMD2WColumnSelector"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WColumnSelector.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Adds a small drop-down menu to list table headers to allow the user a choice of which columns should be displayed."
                classDocURL: "er/modern/directtoweb/components/ERMD2WColumnSelector.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMD2WCombinedTableHeader"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WCombinedTableHeader.java"
                   comments: "{updateContainerID={name=updateContainerID, comment=, order=001}, displayGroup={name=displayGroup, comment=, order=000}}"
                apiBindings: "null"
               classComment: "Combined AjaxSortOrder and propertyKey display for list table header cells."
                classDocURL: "er/modern/directtoweb/components/ERMD2WCombinedTableHeader.html"
                  condition: "null"
                    warning: No package defined for class
                    Binding: "displayGroup": binding tag in javadoc but no/empty comment
                    Binding: "updateContainerID": binding tag in javadoc but no/empty comment
          
              componentName: "ERMD2WInspectLink"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WInspectLink.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Simple component to wrap a string attribute with a hyperlinke to take the clicker to an inspect page."
                classDocURL: "er/modern/directtoweb/components/ERMD2WInspectLink.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMD2WPropertyName"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WPropertyName.java"
                   comments: "{localContext={name=localContext, comment=, order=000}}"
                apiBindings: "null"
               classComment: "Modern property name component."
                classDocURL: "er/modern/directtoweb/components/ERMD2WPropertyName.html"
                  condition: "null"
                    warning: No package defined for class
                    Binding: "localContext": binding tag in javadoc but no/empty comment
          
              componentName: "ERMD2WStyleSheetInjector"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WStyleSheetInjector.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Component to inject the rule defined stylesheets."
                classDocURL: "er/modern/directtoweb/components/ERMD2WStyleSheetInjector.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMD2WTableHeader"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMD2WTableHeader.java"
                   comments: "{displayGroup={name=displayGroup, comment=, order=000}}"
                apiBindings: "null"
               classComment: "Component for table header cell."
                classDocURL: "er/modern/directtoweb/components/ERMD2WTableHeader.html"
                  condition: "null"
                    warning: No package defined for class
                    Binding: "displayGroup": binding tag in javadoc but no/empty comment
          
              componentName: "ERMDAjaxNotificationCenter"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDAjaxNotificationCenter.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "ERMDAjaxNotificationCenter makes it easy to observe properties for changes and update dependent property keys."
                classDocURL: "er/modern/directtoweb/components/ERMDAjaxNotificationCenter.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMDBatchSizeControl"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDBatchSizeControl.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "A modern batch size controll that uses an AjaxInplaceEditor to edit the batch size."
                classDocURL: "er/modern/directtoweb/components/ERMDBatchSizeControl.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMDDatePicker"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "D2WEditComponent based on CCDatePicker."
                classDocURL: "er/modern/directtoweb/components/ERMDDatePicker.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMDDebuggingHelp"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDebuggingHelp.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: ""
                classDocURL: "er/modern/directtoweb/components/ERMDDebuggingHelp.html"
                  condition: "null"
                    warning: No package defined for class
                    warning: No class comment defined for class
          
              componentName: "ERMDEmptyListMessage"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDEmptyListMessage.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Modern empty list message component"
                classDocURL: "er/modern/directtoweb/components/ERMDEmptyListMessage.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMDHasChangesMarker"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDHasChangesMarker.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Customizable hasChangesMarker component"
                classDocURL: "er/modern/directtoweb/components/ERMDHasChangesMarker.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMDSectionText"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDSectionText.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "Display component for the section heading"
                classDocURL: "er/modern/directtoweb/components/ERMDSectionText.html"
                  condition: "null"
                    warning: No package defined for class
          
              componentName: "ERMDWizardBanner"
                    package: "er.modern.directtoweb.components"
                    apiFile: "null"
                 sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDWizardBanner.java"
                   comments: "{}"
                apiBindings: "null"
               classComment: "WizardPage banner that displays as: 

          "1 Foo Step 1 of n"" classDocURL: "er/modern/directtoweb/components/ERMDWizardBanner.html" condition: "null" warning: No package defined for class componentName: "ERMDWizardDetailedBanner" package: "er.modern.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDWizardDetailedBanner.java" comments: "{}" apiBindings: "null" classComment: "Wizard page banner that displays as a ul of the possible steps with the curren step identified with the class of "CurrentStep"." classDocURL: "er/modern/directtoweb/components/ERMDWizardDetailedBanner.html" condition: "null" warning: No package defined for class componentName: "ERMDActionBar" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionBar.java" comments: "{}" apiBindings: "null" classComment: "Subclass of ERDActionBar that uses ERModern stylable buttons and wraps the buttons in an ActionList UL." classDocURL: "er/modern/directtoweb/components/buttons/ERMDActionBar.html" condition: "null" warning: No package defined for class componentName: "ERMDActionButton" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDActionButton.java" comments: "{displayGroup={name=displayGroup, comment=, order=001}, dataSource={name=dataSource, comment=, order=002}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Base Class for the ERM action buttons" classDocURL: "er/modern/directtoweb/components/buttons/ERMDActionButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment componentName: "ERMDDeleteButton" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDDeleteButton.java" comments: "{displayGroup={name=displayGroup, comment=, order=002}, dataSource={name=dataSource, comment=, order=001}, object={name=object, comment=, order=000}, d2wContext={name=d2wContext, comment=, order=003}}" apiBindings: "null" classComment: "Delete button for repetitions." classDocURL: "er/modern/directtoweb/components/buttons/ERMDDeleteButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "d2wContext": binding tag in javadoc but no/empty comment componentName: "ERMDEditButton" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDEditButton.java" comments: "{object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Edit button for repetitions" classDocURL: "er/modern/directtoweb/components/buttons/ERMDEditButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment componentName: "ERMDInspectButton" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDInspectButton.java" comments: "{object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Inspect button for repetitions" classDocURL: "er/modern/directtoweb/components/buttons/ERMDInspectButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment componentName: "ERMDRemoveRelatedButton" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.java" comments: "{displayGroup={name=displayGroup, comment=, order=001}, dataSource={name=dataSource, comment=, order=002}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Remove related item button for repetitions" classDocURL: "er/modern/directtoweb/components/buttons/ERMDRemoveRelatedButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment componentName: "ERMDSelectButton" package: "er.modern.directtoweb.components.buttons" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/buttons/ERMDSelectButton.java" comments: "{object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Select button for repetitions" classDocURL: "er/modern/directtoweb/components/buttons/ERMDSelectButton.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment componentName: "ERMD2WEditRelationship" package: "er.modern.directtoweb.components.embedded" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/embedded/ERMD2WEditRelationship.java" comments: "{}" apiBindings: "null" classComment: "Use ERMDEditRelationship" classDocURL: "er/modern/directtoweb/components/embedded/ERMD2WEditRelationship.html" condition: "null" warning: No package defined for class componentName: "ERMD2WQuery" package: "er.modern.directtoweb.components.embedded" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/embedded/ERMD2WQuery.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/directtoweb/components/embedded/ERMD2WQuery.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMDEditRelationship" package: "er.modern.directtoweb.components.embedded" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/embedded/ERMDEditRelationship.java" comments: "{}" apiBindings: "null" classComment: "Embeddable EditRelationship component" classDocURL: "er/modern/directtoweb/components/embedded/ERMDEditRelationship.html" condition: "null" warning: No package defined for class componentName: "ERMD2WEditRelationshipHeader" package: "er.modern.directtoweb.components.header" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/header/ERMD2WEditRelationshipHeader.java" comments: "{key={name=key, comment=, order=001}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Header for an EditRelationshipPage" classDocURL: "er/modern/directtoweb/components/header/ERMD2WEditRelationshipHeader.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERMD2WHeader" package: "er.modern.directtoweb.components.header" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/header/ERMD2WHeader.java" comments: "{key={name=key, comment=, order=001}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "Abstract base class for header components" classDocURL: "er/modern/directtoweb/components/header/ERMD2WHeader.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERMD2WSimpleHeader" package: "er.modern.directtoweb.components.header" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/header/ERMD2WSimpleHeader.java" comments: "{}" apiBindings: "null" classComment: "Simple h1 header that defaults to displaying the displayNameForPageConfiguration" classDocURL: "er/modern/directtoweb/components/header/ERMD2WSimpleHeader.html" condition: "null" warning: No package defined for class componentName: "ERMD2WUserPresentableDescriptionHeader" package: "er.modern.directtoweb.components.header" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/header/ERMD2WUserPresentableDescriptionHeader.java" comments: "{}" apiBindings: "null" classComment: "Simple h1 header that defaults to displaying the displayNameForPageConfiguration and appends the object's userPresentableDescription if one is available." classDocURL: "er/modern/directtoweb/components/header/ERMD2WUserPresentableDescriptionHeader.html" condition: "null" warning: No package defined for class componentName: "ERMD2WListFilter" package: "er.modern.directtoweb.components.query" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WListFilter.java" comments: "{}" apiBindings: "null" classComment: "Ajax-enabled ad-hoc filtering of lists." classDocURL: "er/modern/directtoweb/components/query/ERMD2WListFilter.html" condition: "null" warning: No package defined for class componentName: "ERMD2WQueryDateRange" package: "er.modern.directtoweb.components.query" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/query/ERMD2WQueryDateRange.java" comments: "{}" apiBindings: "null" classComment: "Date range query component that uses {@link CCDatePicker}" classDocURL: "er/modern/directtoweb/components/query/ERMD2WQueryDateRange.html" condition: "null" warning: No package defined for class componentName: "ERMD2WEditAttachment" package: "er.modern.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditAttachment.java" comments: "{key={name=key, comment=, order=001}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "A D2W Component that wraps {@link ERAttachmentFlexibleEditor}" classDocURL: "er/modern/directtoweb/components/relationships/ERMD2WEditAttachment.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERMD2WEditToOneTypeAhead" package: "er.modern.directtoweb.components.relationships" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.java" comments: "{}" apiBindings: "null" classComment: "

          A to-one relationship edit component that allows a user to select from a list by typing in the text field

          It uses the 'keyWhenRelationship' from the d2w rules for this relationship to display and query." classDocURL: "er/modern/directtoweb/components/relationships/ERMD2WEditToOneTypeAhead.html" condition: "null" warning: No package defined for class componentName: "ERMDInspectPageRepetition" package: "er.modern.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDInspectPageRepetition.java" comments: "{}" apiBindings: "null" classComment: "Modern tableless inspect/edit page repetition" classDocURL: "er/modern/directtoweb/components/repetitions/ERMDInspectPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERMDListPageRepetition" package: "er.modern.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDListPageRepetition.java" comments: "{displayGroup={name=displayGroup, comment=, order=000}, d2wContext={name=d2wContext, comment=, order=001}}" apiBindings: "null" classComment: "Table based list repetition." classDocURL: "er/modern/directtoweb/components/repetitions/ERMDListPageRepetition.html" condition: "null" warning: No package defined for class Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "d2wContext": binding tag in javadoc but no/empty comment componentName: "ERMDNestingListPageRepetition" package: "er.modern.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDNestingListPageRepetition.java" comments: "{displayGroup={name=displayGroup, comment=, order=000}, d2wContext={name=d2wContext, comment=, order=001}}" apiBindings: "null" classComment: "Special list page repetition for hierarchical object structures that extends ERMDListPageRepetition." classDocURL: "er/modern/directtoweb/components/repetitions/ERMDNestingListPageRepetition.html" condition: "null" warning: No package defined for class Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "d2wContext": binding tag in javadoc but no/empty comment componentName: "ERMDQueryPageRepetition" package: "er.modern.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDQueryPageRepetition.java" comments: "{}" apiBindings: "null" classComment: "Modern QueryPage repetition." classDocURL: "er/modern/directtoweb/components/repetitions/ERMDQueryPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERMDReducedListPageRepetition" package: "er.modern.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDReducedListPageRepetition.java" comments: "{}" apiBindings: "null" classComment: "Non table based (UL) list page repetition." classDocURL: "er/modern/directtoweb/components/repetitions/ERMDReducedListPageRepetition.html" condition: "null" warning: No package defined for class componentName: "ERMDSimpleListPageRepetition" package: "er.modern.directtoweb.components.repetitions" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/repetitions/ERMDSimpleListPageRepetition.java" comments: "{displayGroup={name=displayGroup, comment=, order=000}, d2wContext={name=d2wContext, comment=, order=001}}" apiBindings: "null" classComment: "Modernized table based list page repetition." classDocURL: "er/modern/directtoweb/components/repetitions/ERMDSimpleListPageRepetition.html" condition: "null" warning: No package defined for class Binding: "displayGroup": binding tag in javadoc but no/empty comment Binding: "d2wContext": binding tag in javadoc but no/empty comment componentName: "ERMODComponent" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODComponent.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/components/ERMODComponent.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODEditableListTemplate" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODEditableListTemplate.java" comments: "{settings={name=settings, comment=, order=002}, action={name=action, comment=, order=000}, dataSource={name=dataSource, comment=, order=001}}" apiBindings: "null" classComment: "List page for editing all items in the list." classDocURL: "er/modern/look/components/ERMODEditableListTemplate.html" condition: "null" warning: No package defined for class Binding: "action": binding tag in javadoc but no/empty comment Binding: "dataSource": binding tag in javadoc but no/empty comment Binding: "settings": binding tag in javadoc but no/empty comment componentName: "ERMODErrorBlock" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODErrorBlock.java" comments: "{}" apiBindings: "null" classComment: "Reusable component for the error message display" classDocURL: "er/modern/look/components/ERMODErrorBlock.html" condition: "null" warning: No package defined for class componentName: "ERMODGenericActionBlock" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODGenericActionBlock.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/components/ERMODGenericActionBlock.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODRequiredWrapper" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODRequiredWrapper.java" comments: "{}" apiBindings: "null" classComment: "Wrapper for most look pages." classDocURL: "er/modern/look/components/ERMODRequiredWrapper.html" condition: "null" warning: No package defined for class componentName: "ERMODSecondaryActionButtons" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODSecondaryActionButtons.java" comments: "{}" apiBindings: "null" classComment: "Re-usable block of secondary action buttons." classDocURL: "er/modern/look/components/ERMODSecondaryActionButtons.html" condition: "null" warning: No package defined for class componentName: "ERMODSection" package: "er.modern.look.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/components/ERMODSection.java" comments: "{}" apiBindings: "null" classComment: "Wrapper component for Sections." classDocURL: "er/modern/look/components/ERMODSection.html" condition: "null" warning: No package defined for class componentName: "ERMODCSVGroupingListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODCSVGroupingListPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODCSVGroupingListPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODCSVListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODCSVListPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODCSVListPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODCalendarPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODCalendarPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODCalendarPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODCompactInspectPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODCompactInspectPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODCompactInspectPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODCompactListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODCompactListPage.java" comments: "{}" apiBindings: "null" classComment: "Compact list page." classDocURL: "er/modern/look/pages/ERMODCompactListPage.html" condition: "null" warning: No package defined for class componentName: "ERMODConfirmPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODConfirmPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODConfirmPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODEditRelationshipPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODEditRelationshipPage.java" comments: "{}" apiBindings: "null" classComment: "An improved EditRelationshipPage that supports embedding and inline editing tasks." classDocURL: "er/modern/look/pages/ERMODEditRelationshipPage.html" condition: "null" warning: No package defined for class componentName: "ERMODGroupingListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODGroupingListPage.java" comments: "{}" apiBindings: "null" classComment: "Displays a groups of objects grouped by a key." classDocURL: "er/modern/look/pages/ERMODGroupingListPage.html" condition: "null" warning: No package defined for class componentName: "ERMODGroupingListXMLPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODGroupingListXMLPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODGroupingListXMLPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODGroupingPrinterFriendlyListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODGroupingPrinterFriendlyListPage.java" comments: "{}" apiBindings: "null" classComment: "Printer friendly version." classDocURL: "er/modern/look/pages/ERMODGroupingPrinterFriendlyListPage.html" condition: "null" warning: No package defined for class componentName: "ERMODInspectPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODInspectPage.java" comments: "{}" apiBindings: "null" classComment: "Modernized inspect page." classDocURL: "er/modern/look/pages/ERMODInspectPage.html" condition: "null" warning: No package defined for class componentName: "ERMODListComparePage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODListComparePage.java" comments: "{}" apiBindings: "null" classComment: "Basically a list page flipped vertical." classDocURL: "er/modern/look/pages/ERMODListComparePage.html" condition: "null" warning: No package defined for class componentName: "ERMODListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODListPage.java" comments: "{}" apiBindings: "null" classComment: "Modernized list page." classDocURL: "er/modern/look/pages/ERMODListPage.html" condition: "null" warning: No package defined for class componentName: "ERMODListXMLPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODListXMLPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODListXMLPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODMessagePage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODMessagePage.java" comments: "{}" apiBindings: "null" classComment: "Used to present a message to the user with only one option, usually "OK"." classDocURL: "er/modern/look/pages/ERMODMessagePage.html" condition: "null" warning: No package defined for class componentName: "ERMODPickListPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODPickListPage.java" comments: "{}" apiBindings: "null" classComment: "A basic list but adding the ability to choose an arbitrary number of eos." classDocURL: "er/modern/look/pages/ERMODPickListPage.html" condition: "null" warning: No package defined for class componentName: "ERMODPickTypePage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODPickTypePage.java" comments: "{}" apiBindings: "null" classComment: "Useful for picking the type of something." classDocURL: "er/modern/look/pages/ERMODPickTypePage.html" condition: "null" warning: No package defined for class componentName: "ERMODPrinterFriendlyInspectPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODPrinterFriendlyInspectPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/modern/look/pages/ERMODPrinterFriendlyInspectPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMODProgressPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODProgressPage.java" comments: "{}" apiBindings: "null" classComment: "Class for DirectToWeb Component ERMODProgressPage." classDocURL: "er/modern/look/pages/ERMODProgressPage.html" condition: "null" warning: No package defined for class componentName: "ERMODQueryEntitiesPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODQueryEntitiesPage.java" comments: "{}" apiBindings: "null" classComment: "Modernized QueryEntities page" classDocURL: "er/modern/look/pages/ERMODQueryEntitiesPage.html" condition: "null" warning: No package defined for class componentName: "ERMODQueryPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODQueryPage.java" comments: "{}" apiBindings: "null" classComment: "Modernized query page." classDocURL: "er/modern/look/pages/ERMODQueryPage.html" condition: "null" warning: No package defined for class componentName: "ERMODTabInspectPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODTabInspectPage.java" comments: "{}" apiBindings: "null" classComment: "A modernized tab inspect/edit template." classDocURL: "er/modern/look/pages/ERMODTabInspectPage.html" condition: "null" warning: No package defined for class componentName: "ERMODWizardCreationPage" package: "er.modern.look.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERModernLook/Sources/er/modern/look/pages/ERMODWizardCreationPage.java" comments: "{}" apiBindings: "null" classComment: "A wizard inspect/edit template." classDocURL: "er/modern/look/pages/ERMODWizardCreationPage.html" condition: "null" warning: No package defined for class componentName: "ERMTD2WBatchNavigationBar" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WBatchNavigationBar.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WBatchNavigationBar.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WCSSReference" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WCSSReference.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WCSSReference.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WCombinedTableHeader" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WCombinedTableHeader.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WCombinedTableHeader.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WEditAttachment" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WEditAttachment.java" comments: "{key={name=key, comment=, order=001}, object={name=object, comment=, order=000}}" apiBindings: "null" classComment: "A D2W Component that wraps {@link ERAttachmentFlexibleEditor}" classDocURL: "er/mootools/directtoweb/components/ERMTD2WEditAttachment.html" condition: "null" warning: No package defined for class Binding: "object": binding tag in javadoc but no/empty comment Binding: "key": binding tag in javadoc but no/empty comment componentName: "ERMTD2WEditRelationship" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WEditRelationship.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WEditRelationship.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WInspectLink" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WInspectLink.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WInspectLink.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WPropertyName" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WPropertyName.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WPropertyName.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WStyleSheetInjector" package: "er.mootools.directtoweb.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/ERMTD2WStyleSheetInjector.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/ERMTD2WStyleSheetInjector.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WEditRelationshipHeader" package: "er.mootools.directtoweb.components.headers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/headers/ERMTD2WEditRelationshipHeader.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/headers/ERMTD2WEditRelationshipHeader.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERMTD2WSimpleHeader" package: "er.mootools.directtoweb.components.headers" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/D2W/ERMootoolsDirectToWeb/Sources/er/mootools/directtoweb/components/headers/ERMTD2WSimpleHeader.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/mootools/directtoweb/components/headers/ERMTD2WSimpleHeader.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUEditRelationshipPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUEditRelationshipPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUEditRelationshipPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUEditSortedManyToManyPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUEditSortedManyToManyPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUEditSortedManyToManyPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUErrorPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUErrorPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUErrorPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUGroupingListPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUGroupingListPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUGroupingListPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUInspectPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUInspectPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUInspectPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUListPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUListPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUListPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUMessagePage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUMessagePage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUMessagePage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUPickListPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUPickListPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUPickListPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUQueryAllPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUQueryAllPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUQueryAllPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUQueryPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUQueryPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUQueryPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUSavedQueriesComponent" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUSavedQueriesComponent.java" comments: "{}" apiBindings: "null" classComment: "This Component will store the forms values in the displayGroup of a Query Page into user preferences under a saved name." classDocURL: "er/neutral/ERNEUSavedQueriesComponent.html" condition: "null" warning: No package defined for class componentName: "ERNEUTabInspectPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUTabInspectPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUTabInspectPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERNEUWizardCreationPage" package: "er.neutral" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERNeutralLook/Sources/er/neutral/ERNEUWizardCreationPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/neutral/ERNEUWizardCreationPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERPDFWrapper" package: "er.pdf" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/ERPDFWrapper.java" comments: "{filename={name=filename, comment=the filename on the client, defaults to result.pdf, order=002}, framework={name=framework, comment=(optional) framework name where font files are, order=004}, fonts={name=fonts, comment=(optional) array of font filenames to include for PDF generation, order=003}, additionalPDFs={name=additionalPDFs, comment=(optional) array of PDF filenames to append to the generated PDF, order=005}, secure={name=secure, comment=true if HTTPS should be used for unqualified URLs in the HTML, defaults to the request type, order=000}, enabled={name=enabled, comment=true if a PDF should be created instead of HTML during appendToResponse phase defaults to true, order=001}}" apiBindings: "null" classComment: "ERPDFWrapper will render the containing component content as a PDF document." classDocURL: "er/pdf/ERPDFWrapper.html" condition: "null" warning: No package defined for class componentName: "ERFOPWrapper" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/ERFOPWrapper.java" comments: "{xml2fopXsl={name=xml2fopXsl, comment=the location of the xml->fo transform sheet (should be in the classpath), order=000}}" apiBindings: "null" classComment: "ERFOPWrapper will render the containing component content as a PDF document using Apache FOP." classDocURL: "er/pdf/components/ERFOPWrapper.html" condition: "null" warning: No package defined for class componentName: "ERPDF2PS" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/ERPDF2PS.java" comments: "{duplex={name=duplex, comment=, order=001}, enabled={name=enabled, comment=, order=000}}" apiBindings: "null" classComment: "ERPDF2PS will render the containing PDF content as a Postscript document suitable for printing." classDocURL: "er/pdf/components/ERPDF2PS.html" condition: "null" warning: No package defined for class Binding: "enabled": binding tag in javadoc but no/empty comment Binding: "duplex": binding tag in javadoc but no/empty comment componentName: "UJACBackgroundImage" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACBackgroundImage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACBackgroundImage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACImage" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACImage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACImage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACImport" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACImport.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACImport.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACInsertDocument" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACInsertDocument.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACInsertDocument.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACOverlay" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACOverlay.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACOverlay.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACRegisterFont" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACRegisterFont.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACRegisterFont.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACResource" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACResource.java" comments: "{filename={name=filename, comment=filename of the icon, order=001}, framework={name=framework, comment=framework of the icon, order=002}, href={name=href, comment=href to the icon, order=000}}" apiBindings: "null" classComment: "UJAC resource component with resource manager support" classDocURL: "er/pdf/components/UJACResource.html" condition: "null" warning: No package defined for class componentName: "UJACResourceBundle" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACResourceBundle.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACResourceBundle.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "UJACWatermark" package: "er.pdf.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERPDFGeneration/Sources/er/pdf/components/UJACWatermark.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/pdf/components/UJACWatermark.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERPCategoryChart" package: "er.plot" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/ERPlot/Sources/er/plot/ERPCategoryChart.java" comments: "{orientation={name=orientation, comment=either "horizontal" (default) or "vertical", order=015}, configuration={name=configuration, comment=NSDictionary that will be applied to the chart via key-value-coding prior to rendering. Contains entries like antiAlias=true or categoryPlot.dataAreaRatio = 0.8., order=017}, categoryKey={name=categoryKey, comment=the key for the categories (optional, must return Comparable), order=009}, yName={name=yName, comment=the name for the y axis (String), order=011}, showUrls={name=showUrls, comment=true, if urls should be shown, order=014}, showLegends={name=showLegends, comment=true, if legends should be shown, order=012}, nameKey={name=nameKey, comment=the key for the name (must return Comparable), order=007}, name={name=name, comment=the name of the chart, order=000}, chartType={name=chartType, comment=the type of the chart (possible values depend on the concrete subclass), order=001}, width={name=width, comment=the width of the chart (400 pixel if not specified), order=003}, showToolTips={name=showToolTips, comment=true, if tool tips should be shown, order=013}, valueKey={name=valueKey, comment=the key for the value (must return Number), order=008}, xName={name=xName, comment=the name for the x axis (String), order=010}, imageType={name=imageType, comment=the type of the image to show: png (default) or jpeg, order=002}, dataset={name=dataset, comment=Dataset to use. If this is given, then items, nameKey, valueKey and categoryKey are not considered., order=005}, items={name=items, comment=array of values to display the chart for, order=006}, chart={name=chart, comment=Chart to use instead of the created one. If this binding is set-able, then it will be set to the actually used chart, order=016}, height={name=height, comment=the height of the chart (400 pixel if not specified), order=004}}" apiBindings: "null" classComment: "Display a category chart - a chart where you have 2 or 3 dimensions." classDocURL: "er/plot/ERPCategoryChart.html" condition: "null" warning: No package defined for class componentName: "ERPChart" package: "er.plot" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/ERPlot/Sources/er/plot/ERPChart.java" comments: "{configuration={name=configuration, comment=NSDictionary that will be applied to the chart via key-value-coding prior to rendering. Contains entries like antiAlias=true or categoryPlot.dataAreaRatio = 0.8., order=013}, showUrls={name=showUrls, comment=true, if urls should be shown, order=011}, showLegends={name=showLegends, comment=true, if legends should be shown, order=009}, nameKey={name=nameKey, comment=the key for the name (must return Comparable), order=007}, name={name=name, comment=the name of the chart, order=000}, chartType={name=chartType, comment=the type of the chart (possible values depend on the concrete subclass), order=001}, width={name=width, comment=the width of the chart (400 pixel if not specified), order=003}, showToolTips={name=showToolTips, comment=true, if tool tips should be shown, order=010}, valueKey={name=valueKey, comment=the key for the value (must return Number), order=008}, imageType={name=imageType, comment=the type of the image to show: png (default) or jpeg, order=002}, dataset={name=dataset, comment=Dataset to use. If this is given, then items, nameKey, valueKey and categoryKey are not considered., order=005}, items={name=items, comment=array of values to display the chart for, order=006}, chart={name=chart, comment=Chart to use instead of the created one. If this binding is setable, then it will be set to the actually used chart, order=012}, height={name=height, comment=the height of the chart (400 pixel if not specified), order=004}}" apiBindings: "null" classComment: "Abstract superclass of the charts." classDocURL: "er/plot/ERPChart.html" condition: "null" warning: No package defined for class componentName: "ERPOFCChart" package: "er.plot" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/ERPlot/Sources/er/plot/ERPOFCChart.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/plot/ERPOFCChart.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERPPieChart" package: "er.plot" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/ERPlot/Sources/er/plot/ERPPieChart.java" comments: "{configuration={name=configuration, comment=NSDictionary that will be applied to the chart via key-value-coding prior to rendering. Contains entries like antiAlias=true or categoryPlot.dataAreaRatio = 0.8., order=014}, showUrls={name=showUrls, comment=true, if urls should be shown, order=012}, showLegends={name=showLegends, comment=true, if legends should be shown, order=009}, showLabels={name=showLabels, comment=true, if labels should be shown (default is true), order=010}, nameKey={name=nameKey, comment=the key for the name (must return String), order=007}, name={name=name, comment=the name of the chart, order=000}, chartType={name=chartType, comment=the type of the chart (possible values depend on the concrete subclass), order=001}, width={name=width, comment=the width of the chart (400 pixel if not specified), order=003}, showToolTips={name=showToolTips, comment=true, if tool tips should be shown, order=011}, valueKey={name=valueKey, comment=the key for the value (must return Number), order=008}, imageType={name=imageType, comment=the type of the image to show: png (default) or jpeg, order=002}, dataset={name=dataset, comment=Dataset to use. If this is given, then items, nameKey, valueKey and categoryKey are not considered., order=005}, items={name=items, comment=array of values to display the chart for, order=006}, chart={name=chart, comment=Chart to use instead of the created one. If this binding is setable, then it will be set to the actually used chart, order=013}, height={name=height, comment=the height of the chart (400 pixel if not specified), order=004}}" apiBindings: "null" classComment: "Displays a Pie chart with an optional map." classDocURL: "er/plot/ERPPieChart.html" condition: "null" warning: No package defined for class componentName: "AjaxRequest" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxRequest.java" comments: "{onCreate={name=onCreate, comment=Callback @see Prototype Ajax.options, order=003}, evalScripts={name=evalScripts, comment=@see Prototype Ajax.Request, order=004}, onComplete={name=onComplete, comment=Callback @see Prototype Ajax.options, order=001}, action={name=action, comment=When bound the action is performed, order=000}, onSuccess={name=onSuccess, comment=Callback @see Prototype Ajax.options, order=002}}" apiBindings: "null" classComment: "Wrapper of Prototype's Ajax.Request" classDocURL: "er/prototaculous/AjaxRequest.html" condition: "null" warning: No package defined for class componentName: "AjaxRequestButton" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxRequestButton.java" comments: "{}" apiBindings: "null" classComment: "An Ajax.Request as a button (that also submits the form and form values) In order to use this, the form elements(i.e WOTextField, etc) need to have their name attribute bound to concrete values." classDocURL: "er/prototaculous/AjaxRequestButton.html" condition: "null" warning: No package defined for class componentName: "AjaxRequestLink" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxRequestLink.java" comments: "{queryDictionary The={name=queryDictionary The, comment=form values used in the directAction that replaced $('container'), order=000}, confirmMessage The={name=confirmMessage The, comment=message you wish to display in a confirm panel before executing the update, order=001}}" apiBindings: "null" classComment: "An Ajax.Request as a link" classDocURL: "er/prototaculous/AjaxRequestLink.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdater" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxUpdater.java" comments: "{container={name=container, comment=The id of the container to be updated, order=000}, onCreate={name=onCreate, comment=Callback @see Prototype Ajax.options, order=005}, evalScripts={name=evalScripts, comment=@see Prototype Ajax.Updater, order=007}, method={name=method, comment=@see Prototype Ajax.Updater, order=008}, onComplete={name=onComplete, comment=Callback @see Prototype Ajax.options, order=003}, directActionName={name=directActionName, comment=When bound $('container') is replaced with the results of the direct action, order=002}, action={name=action, comment=When bound $('container') is replaced with the results of the action, order=001}, onException={name=onException, comment=Callback @see Prototype Ajax.options, order=006}, onSuccess={name=onSuccess, comment=Callback @see Prototype Ajax.options, order=004}}" apiBindings: "null" classComment: "Wrapper of Prototype's Ajax.Updater" classDocURL: "er/prototaculous/AjaxUpdater.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdaterButton" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxUpdaterButton.java" comments: "{}" apiBindings: "null" classComment: "An Ajax.Updater as a button (that also submits the form and form values)." classDocURL: "er/prototaculous/AjaxUpdaterButton.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdaterForm" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxUpdaterForm.java" comments: "{showForm @see={name=showForm @see, comment=ERXOptionalForm, order=000}}" apiBindings: "null" classComment: "Form with Ajax.Updater onsubmit:" classDocURL: "er/prototaculous/AjaxUpdaterForm.html" condition: "null" warning: No package defined for class componentName: "AjaxUpdaterLink" package: "er.prototaculous" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/AjaxUpdaterLink.java" comments: "{queryDictionary The={name=queryDictionary The, comment=form values used in the directAction that replaced $('container'), order=000}, confirmMessage The={name=confirmMessage The, comment=message you wish to display in a confirm panel before executing the update, order=001}}" apiBindings: "null" classComment: "An Ajax.Updater as a link" classDocURL: "er/prototaculous/AjaxUpdaterLink.html" condition: "null" warning: No package defined for class componentName: "WXGenericContainer" package: "er.prototaculous.support" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/support/WXGenericContainer.java" comments: "{elementName Defaults={name=elementName Defaults, comment=to "div", order=002}, ajax If={name=ajax If, comment=the it is an Ajax update container. The default is false, order=001}, id={name=id, comment=, order=000}, class={name=class, comment=, order=003}}" apiBindings: "null" classComment: "An ajax version of WOGenericContainer (only no support for invokeAction and formValue(s) bindings) i.e support for Prototype Ajax.Updater" classDocURL: "er/prototaculous/support/WXGenericContainer.html" condition: "null" warning: No package defined for class Binding: "id": binding tag in javadoc but no/empty comment Binding: "class": binding tag in javadoc but no/empty comment componentName: "WXPageFragment" package: "er.prototaculous.support" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/support/WXPageFragment.java" comments: "{}" apiBindings: "null" classComment: "Any component vended as an action via Ajax.Updater (or Ajax.Request) needs to be a subclass of WXPageFragment only really necessary IF it has form controls as content (and it requires form values to be passed between requests)!" classDocURL: "er/prototaculous/support/WXPageFragment.html" condition: "null" warning: No package defined for class componentName: "Accordion" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/Accordion.java" comments: "{}" apiBindings: "null" classComment: "WAS: Encapsulation of http://www.stickmanlabs.com/accordion NOW: http://nettuts.com/javascript-ajax/create-a-simple-intelligent-accordion-effect-using-prototype-and-scriptaculous/ Extends the api of AjaxAccordion." classDocURL: "er/prototaculous/widgets/Accordion.html" condition: "null" warning: No package defined for class componentName: "AccordionTab" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AccordionTab.java" comments: "{}" apiBindings: "null" classComment: "Encapsulation of http://www.stickmanlabs.com/accordion Extends the api of AjaxAccordionTab." classDocURL: "er/prototaculous/widgets/AccordionTab.html" condition: "null" warning: No package defined for class componentName: "AjaxUpload" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUpload.java" comments: "{onChange={name=onChange, comment=, order=001}, onSubmit={name=onSubmit, comment=, order=002}, onComplete={name=onComplete, comment=, order=003}, name={name=name, comment=, order=000}}" apiBindings: "null" classComment: "Encapsulation of" classDocURL: "er/prototaculous/widgets/AjaxUpload.html" condition: "null" warning: No package defined for class Binding: "name": binding tag in javadoc but no/empty comment Binding: "onChange": binding tag in javadoc but no/empty comment Binding: "onSubmit": binding tag in javadoc but no/empty comment Binding: "onComplete": binding tag in javadoc but no/empty comment componentName: "AjaxUploadButton" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUploadButton.java" comments: "{}" apiBindings: "null" classComment: "Encapsulation of http://valums.com/ajax-upload/ implemented like WOFileUpload API/binding compatible with WOFileUpload." classDocURL: "er/prototaculous/widgets/AjaxUploadButton.html" condition: "null" warning: No package defined for class componentName: "AjaxUploadContainer" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/AjaxUploadContainer.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/prototaculous/widgets/AjaxUploadContainer.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "CalendarDateSelect" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/CalendarDateSelect.java" comments: "{size={name=size, comment=, order=004}, dateFormat={name=dateFormat, comment=, order=003}, name={name=name, comment=, order=002}, id={name=id, comment=, order=001}, value={name=value, comment=, order=000}}" apiBindings: "null" classComment: "WO wrapper around Rails (Prototype) date picker NOTE: that dateformats must have compatible client side scripts So optionally you may produce your own variants of the client-side date format javascripts and set the properties to use them" classDocURL: "er/prototaculous/widgets/CalendarDateSelect.html" condition: "null" warning: No package defined for class Binding: "value": binding tag in javadoc but no/empty comment Binding: "id": binding tag in javadoc but no/empty comment Binding: "name": binding tag in javadoc but no/empty comment Binding: "dateFormat": binding tag in javadoc but no/empty comment Binding: "size": binding tag in javadoc but no/empty comment componentName: "LightWindow" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/LightWindow.java" comments: "{}" apiBindings: "null" classComment: "Abstract superclass that encapsulates http://www.stickmanlabs.com/lightwindow 2.0" classDocURL: "er/prototaculous/widgets/LightWindow.html" condition: "null" warning: No package defined for class componentName: "LightWindowButton" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/LightWindowButton.java" comments: "{}" apiBindings: "null" classComment: "Encapsulates http://www.stickmanlabs.com/lightwindow 2.0 Extending the api of WOSubmitButton" classDocURL: "er/prototaculous/widgets/LightWindowButton.html" condition: "null" warning: No package defined for class componentName: "LightWindowLink" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/LightWindowLink.java" comments: "{type ={name=type , comment=// LightWindow lightwindow_type, order=000}}" apiBindings: "null" classComment: "Encapsulates http://www.stickmanlabs.com/lightwindow 2.0 Extending the api of WOHyperlink." classDocURL: "er/prototaculous/widgets/LightWindowLink.html" condition: "null" warning: No package defined for class componentName: "ModalBox" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/ModalBox.java" comments: "{}" apiBindings: "null" classComment: "Encapsulation of http://www.wildbit.com/labs/modalbox/ (a re-implementation of AjaxModalDialog)" classDocURL: "er/prototaculous/widgets/ModalBox.html" condition: "null" warning: No package defined for class componentName: "ModalBoxButton" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/ModalBoxButton.java" comments: "{method={name=method, comment=The method of the modalbox/Ajax request. i.e 'post' or 'get', order=000}, serializeForm If={name=serializeForm If, comment=you do not want to process form data set to false NOTE: there appears to be a limitation as to how much can be serialized in WO + Ajax. Results vary - IE being the worst :) Default is true, order=001}}" apiBindings: "null" classComment: "Encapsulation of http://www.wildbit.com/labs/modalbox/ (a re-implementation of AjaxModalDialog) This component extends api of WOSubmitButton i.e api compatible with WOSubmitButton" classDocURL: "er/prototaculous/widgets/ModalBoxButton.html" condition: "null" warning: No package defined for class componentName: "ModalBoxLink" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/ModalBoxLink.java" comments: "{}" apiBindings: "null" classComment: "Encapsulation of http://www.wildbit.com/labs/modalbox/ (a re-implementation of AjaxModalDialog) Extends the api of WOHyperlink i.e api compatible with WOHyperlink" classDocURL: "er/prototaculous/widgets/ModalBoxLink.html" condition: "null" warning: No package defined for class componentName: "ModalBoxOnLoad" package: "er.prototaculous.widgets" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Ajax/ERPrototaculous/Sources/er/prototaculous/widgets/ModalBoxOnLoad.java" comments: "{}" apiBindings: "null" classComment: "An on DOM load variant of the AjaxModalBox" classDocURL: "er/prototaculous/widgets/ModalBoxOnLoad.html" condition: "null" warning: No package defined for class componentName: "ERQSJobInformations" package: "er.quartzscheduler.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERQuartzScheduler/Sources/main/er/quartzscheduler/components/ERQSJobInformations.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/quartzscheduler/components/ERQSJobInformations.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRAttributeEditor" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRAttributeEditor.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRAttributeEditor.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRAttributeGroup" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRAttributeGroup.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRAttributeGroup.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRAttributeListEditor" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRAttributeListEditor.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRAttributeListEditor.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRLayoutEditor" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRLayoutEditor.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRLayoutEditor.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRMasterCriteriaEditor" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRMasterCriteriaEditor.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRMasterCriteriaEditor.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRNavigationControl" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRNavigationControl.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRNavigationControl.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRNestedCellsLayout" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRNestedCellsLayout.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for Wonder Component WRNestedCellsLayout." classDocURL: "er/reporting/WRNestedCellsLayout.html" condition: "null" warning: No package defined for class componentName: "WRNestedList" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRNestedList.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRNestedList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRQuickReport" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRQuickReport.java" comments: "{}" apiBindings: "null" classComment: "Provides a quick way to set up a {@link WRReport}." classDocURL: "er/reporting/WRQuickReport.html" condition: "null" warning: No package defined for class componentName: "WRRecordGroup" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRRecordGroup.java" comments: "{}" apiBindings: "null" classComment: "Contains a cell in the table that {@link WRReport} has set up." classDocURL: "er/reporting/WRRecordGroup.html" condition: "null" warning: No package defined for class componentName: "WRReport" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRReport.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRReport.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRReportEditor" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRReportEditor.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/reporting/WRReportEditor.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "WRVerticalRowsLayout" package: "er.reporting" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Reporting/WRReporting/Sources/er/reporting/WRVerticalRowsLayout.java" comments: "{sample={name=sample, comment=sample binding explanation, order=000}}" apiBindings: "null" classComment: "Class for Wonder Component WRVerticalRowsLayout." classDocURL: "er/reporting/WRVerticalRowsLayout.html" condition: "null" warning: No package defined for class componentName: "ERXRouteLink" package: "er.rest.routes.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/components/ERXRouteLink.java" comments: "{entityName={name=entityName, comment=(optional) the name of the entity to link to, order=000}, record={name=record, comment=(optional) the record to link to, order=002}, format={name=format, comment=(optional) the format to link to (defaults to "html"), order=006}, action={name=action, comment=(optional) the rest action to perform (defaults to "show" when an id or record is set, "index" if only an entityName is set), order=003}, queryDictionary={name=queryDictionary, comment=(optional) additional query parameters dictionary, order=005}, id={name=id, comment=(optional) the id of the entity to link to, order=001}, secure={name=secure, comment=(optional) whether or not to generate a secure url (defaults to the same as the current request), order=004}}" apiBindings: "null" classComment: "Generate a WOHyperlink that points to a particular ERXRouteController route (this is a quicky impl and not totally thought out yet)." classDocURL: "er/rest/routes/components/ERXRouteLink.html" condition: "null" warning: No package defined for class componentName: "ERXRouteURL" package: "er.rest.routes.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/components/ERXRouteURL.java" comments: "{entityName={name=entityName, comment=(optional) the name of the entity to link to, order=000}, record={name=record, comment=(optional) the record to link to, order=002}, format={name=format, comment=(optional) the format to link to (defaults to "html"), order=006}, action={name=action, comment=(optional) the rest action to perform (defaults to "show" when an id or record is set, "index" if only an entityName is set), order=003}, queryDictionary={name=queryDictionary, comment=(optional) additional query parameters dictionary, order=005}, id={name=id, comment=(optional) the id of the entity to link to, order=001}, secure={name=secure, comment=(optional) whether or not to generate a secure url (defaults to the same as the current request), order=004}}" apiBindings: "null" classComment: "Generate a URL that points to a particular ERXRouteController route (this is a quicky impl and not totally thought out yet)." classDocURL: "er/rest/routes/components/ERXRouteURL.html" condition: "null" warning: No package defined for class componentName: "SeleniumTestSuitePage" package: "er.selenium" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERSelenium/Sources/er/selenium/SeleniumTestSuitePage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/selenium/SeleniumTestSuitePage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SeleniumComponentExporterPage" package: "er.selenium.io" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERSelenium/Sources/er/selenium/io/SeleniumComponentExporterPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/selenium/io/SeleniumComponentExporterPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SeleniumPresentationExporterPage" package: "er.selenium.io" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERSelenium/Sources/er/selenium/io/SeleniumPresentationExporterPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/selenium/io/SeleniumPresentationExporterPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SeleniumXHTMLExporterPage" package: "er.selenium.io" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/ERSelenium/Sources/er/selenium/io/SeleniumXHTMLExporterPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/selenium/io/SeleniumXHTMLExporterPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEComponent" package: "er.snapshotexplorer.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/SEComponent.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/SEComponent.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEEntitySnapshots" package: "er.snapshotexplorer.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/SEEntitySnapshots.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/SEEntitySnapshots.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEHeaderFooter" package: "er.snapshotexplorer.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/SEHeaderFooter.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/SEHeaderFooter.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEPage" package: "er.snapshotexplorer.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/SEPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/SEPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEPanel" package: "er.snapshotexplorer.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/SEPanel.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/SEPanel.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SESnapshotsList" package: "er.snapshotexplorer.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/SESnapshotsList.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/SESnapshotsList.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEEOEntityShowPage" package: "er.snapshotexplorer.components.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/pages/SEEOEntityShowPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/pages/SEEOEntityShowPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEEOModelGroupIndexPage" package: "er.snapshotexplorer.components.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/pages/SEEOModelGroupIndexPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/pages/SEEOModelGroupIndexPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEEOModelGroupShowPage" package: "er.snapshotexplorer.components.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/pages/SEEOModelGroupShowPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/pages/SEEOModelGroupShowPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEEOModelIndexPage" package: "er.snapshotexplorer.components.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/pages/SEEOModelIndexPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/pages/SEEOModelIndexPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "SEEOModelShowPage" package: "er.snapshotexplorer.components.pages" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Misc/SnapshotExplorer/Sources/er/snapshotexplorer/components/pages/SEEOModelShowPage.java" comments: "{}" apiBindings: "null" classComment: "" classDocURL: "er/snapshotexplorer/components/pages/SEEOModelShowPage.html" condition: "null" warning: No package defined for class warning: No class comment defined for class componentName: "ERAjaxTagField" package: "er.taggable.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERTaggable/Sources/er/taggable/components/ERAjaxTagField.java" comments: "{taggable={name=taggable, comment=the ERTaggable to manage, order=000}, style={name=style, comment=the css style of the text field, order=002}, id={name=id, comment=the dom ID of the text field, order=003}, class={name=class, comment=the css class of the text field, order=001}}" apiBindings: "null" classComment: "ERAjaxTagField is an alternative implementation based on Mike Schrag's original ERTagField." classDocURL: "er/taggable/components/ERAjaxTagField.html" condition: "null" warning: No package defined for class componentName: "ERTagCloud" package: "er.taggable.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERTaggable/Sources/er/taggable/components/ERTagCloud.java" comments: "{tagClassPrefix={name=tagClassPrefix, comment=the prefix to prepend to the tag cloud class name ("tagCloud" by default), order=007}, cache={name=cache, comment=if false, the computation of the tag cloud is not cached (this is EXPENSIVE), order=008}, tagClass={name=tagClass, comment=the class name of the current tag, order=001}, additionalQualifier={name=additionalQualifier, comment=an optional restricting qualifier, order=009}, entityName={name=entityName, comment=the name of the entity to load tags for, order=002}, categoryCount={name=categoryCount, comment=the number of categories to split into (default 5), order=006}, limit={name=limit, comment=the maximum number of tags to show, order=003}, shouldResetTagCloud={name=shouldResetTagCloud, comment=forces recalculation of the tag cloud when the binding evaluates to true. After recalculation, the binding will be set to false again., order=010}, tag={name=tag, comment=the name of the current tag being rendered, order=000}, categories={name=categories, comment=the tag category names to use (NSArray of Strings), order=005}, minimum={name=minimum, comment=the minimum tag count required for a tag to be shown, order=004}}" apiBindings: "null" classComment: "ERTagCloud provides a simple tag cloud view." classDocURL: "er/taggable/components/ERTagCloud.html" condition: "null" warning: No package defined for class componentName: "ERTagField" package: "er.taggable.components" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/BusinessLogic/ERTaggable/Sources/er/taggable/components/ERTagField.java" comments: "{size={name=size, comment=the size of the text field. Defaults to 60., order=003}, additionalQualifier={name=additionalQualifier, comment=an optional restricting qualifier, order=007}, taggable={name=taggable, comment=the ERTaggable to manage, order=000}, limit={name=limit, comment=the maximum number of tags to show, order=001}, style={name=style, comment=the css style of the text field, order=005}, id={name=id, comment=the dom ID of the text field, order=006}, minimum={name=minimum, comment=the minimum tag count required for a tag to be shown, order=002}, class={name=class, comment=the css class of the text field, order=004}}" apiBindings: "null" classComment: "ERTagField implements a fancy del.icio.us-style javascript-enabled tagging text field with tab completion, toggling pickers, etc." classDocURL: "er/taggable/components/ERTagField.html" condition: "null" warning: No package defined for class componentName: "ERXWOTestInterface" package: "er.testrunner" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/testrunner/ERXWOTestInterface.java" comments: "{}" apiBindings: "null" classComment: "component for interactively running tests." classDocURL: "er/testrunner/ERXWOTestInterface.html" condition: "null" warning: No package defined for class componentName: "ERXWOTestResult" package: "er.testrunner" apiFile: "null" sourceFile: "/var/lib/jenkins/workspace/Wonder7/Wonder/Frameworks/Core/ERExtensions/Sources/er/testrunner/ERXWOTestResult.java" comments: "{test={name=test, comment=, order=003}, errorMessage={name=errorMessage, comment=, order=000}, runTime={name=runTime, comment=, order=002}, testResult={name=testResult, comment=, order=001}, showExceptions={name=showExceptions, comment=, order=004}}" apiBindings: