Package net.sf.tacos.ajax.components

Interface Summary
ListItemRenderer Renderer used by Autocompleter component to render lists usable by the currently integrated script.aculo.us javascript library.
PartialForBean.RepSource An interface that provides the string representation of a given value
PartialRenderBlock Handles management of partial requests/renders that are not contained within a Part component.
ProgressWorker Used by the ProgressBar component to manage a threaded piece of work in a tapestry page.
 

Class Summary
AbstractSubmit Superclass for components submitting their form.
AjaxAutoInvoker A component that submit form every intervalMilliseconds seconds
AjaxDirectLink Generates links that invoke ajax requests to AjaxDirectService engine service.
AjaxEventSubmit Generates a javascript function that submits the containing form using an AJAX request.
AjaxForm Overrides default Form behaviour.
AjaxFormSupportImpl Encapsulates most of the behavior of a Form component.
AjaxImageSubmit A component that generates a clickable image that will cause the enclosing form to submit.
AjaxLinkSubmit Implements a component that submits its enclosing form via a JavaScript link.
AjaxSubmit Implements a component that manages an HTML <input type=submit> form element.
AjaxValidationDelegate Provides more intelligent validation delegate support.
Autocompleter Autocompleteing component intended to be used in place of a TextField or a TextArea component to provide a searchable/selectable drop down list of choices for a form input text field.
DatePicker Provides a Form java.util.Date field component for selecting dates.
DebugConsole  
DefaultListItemRenderer Default implementation of ListItemRenderer.
Dialog Wrapper around dojo's Dialog widget.
DojoAccordion Created by IntelliJ IDEA.
DojoContentPane Created by IntelliJ IDEA.
DojoLayoutContainer User: sgendler Date: July 05, 2006 Time: 11:15:12 AM
DojoTabs  
DojoTitlePane Created by IntelliJ IDEA.
DojoTooltip Created by IntelliJ IDEA.
DropTarget Drag and drop component.
Editor  
FisheyeList Implementation of dojo's(contributed from cal at yahoo/flickr) Fisheye widget that provides zooming/clicking effects for a list of iconifiable items.
FloatingPane Implementation of dojo's FloatingPane
FormMessages  
HtmlArea  
InlineEditBox Inline editing of an arbitrary piece of text.
PartialForBean  
ProgressBar Generates and renders a progress bar for use with pages that have extremely heavy loads.
Radio Implements a component that manages an HTML <input type=radio> form element.
RadioGroup A special type of form component that is used to contain Radiocomponents.
Refresh Performs a refresh of the specified component/element id's on a page/component.
TacosSlider Created by IntelliJ IDEA.