|
Class Summary |
| Ajax |
|
| AjaxAccordion |
|
| AjaxAccordionTab |
|
| AjaxAutoComplete |
Autocompleting combo-box similar to Google suggest.
This is a component that look like a text field, where when you start
entering value, it start giving you a menu of options related to what you
type. |
| AjaxBehaviour |
Adds a script tag with a Behaviour.register() with the content as the method argument. |
| AjaxBusyIndicator |
AjaxBusyIndicator provides various ways of performing operations when an Ajax requst is in process. |
| AjaxComponent |
This abstract (by design) superclass component isolate general utility methods. |
| AjaxConstantOption |
|
| AjaxDatePicker |
Shameless port and adoption of Rails Date Kit. |
| AjaxDefaultSubmitButton |
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. |
| AjaxDraggable |
AjaxDraggable makes HTML elements draggable. |
| AjaxDragResize |
|
| AjaxDragResizeContainer |
|
| AjaxDroppable |
|
| AjaxDynamicElement |
|
| AjaxExpansion |
AjaxExpansion provides an easy way to make expansion areas that
appear and disappear by clicking a link (for instance, expandable
options areas). |
| AjaxFileUpload |
AjaxFileUpload provides an Ajax wrapper around the file upload process. |
| AjaxFileUploadRequestHandler |
Provides the backend for Ajax uploads. |
| AjaxFlexibleFileUpload |
AjaxFlexibleFileUpload is an enhanced file upload component that uses a call to a hidden iFrame to handle a file
upload. |
| AjaxFlickrBatchNavigation |
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. |
| AjaxFunctionButton |
AjaxFunctionButton is a convenience for calling javascript functions in response to an onclick on a button. |
| AjaxFunctionLink |
AjaxFunctionLink is a convenience for calling javascript functions in response to
an onclick. |
| AjaxGMap |
Instantiates a Google Map (an object of GMap2 javascript class) at the given location (specified by lat&lng or address) with given properties. |
| AjaxGMarker |
Adds a GMarker instance to a Google Map. |
| AjaxGrid |
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. |
| AjaxGridNavBar |
Abstract super class for a navigation bar that can be used with AjaxGrid. |
| AjaxHighlight |
AjaxHighlight provides a convenient way to queue up an object as highlighted so that it gets a highlight effect when
the next page renders. |
| AjaxHighlight.HighlightMetadata |
|
| AjaxHyperlink |
Ajax enabled Hyperlink. |
| AjaxIBoxComponentContent |
Deprecated. use AjaxModelContainer or AjaxModalDialog |
| AjaxIncludeScript |
AjaxIncludeScript provides an easy way to add an Ajax script dependency. |
| AjaxInPlace |
AjaxInPlace is a generalization of the AjaxInPlaceEditor. |
| AjaxInPlaceEditor |
|
| AjaxInPlaceEditTemplate |
|
| AjaxInPlaceViewTemplate |
|
| AjaxLongResponse |
Simple Ajax long response handler that stays on the same page. |
| AjaxModalContainer |
Shows a link and wraps an area that is later presented as a modal window. |
| AjaxModalDialog |
AjaxModalDialog is a modal dialog window based on ModalBox (see below for link). |
| AjaxModalDialogOpener |
Generates an element to open a specific AjaxModalDialog. |
| AjaxObserveField |
AjaxObserveField allows you to perform an Ajax submit (and optional update) based
on the state of a form field changing. |
| AjaxOption |
|
| AjaxOption.Type |
|
| AjaxOptions |
|
| AjaxPing |
AjaxPing provides support for refreshing a large content area based on a series of periodic refreshes of a very small
area. |
| AjaxPingUpdate |
AjaxPingUpdate is primarily for use inside of an AjaxPing tag to support
ping-updating multiple containers from a single AjaxPing request. |
| AjaxProgress |
AjaxProgress is the model for an AjaxProgressBar. |
| AjaxProgressBar |
|
| AjaxProxy |
Handles javascript-java communication (client-server) between the javascript world running in a web browser and the
java world, running in a WebObject application. |
| AjaxPushRequestHandler |
Request handler that offers push-style notifications. |
| AjaxRemoteLogging |
Allows you to log window.console JS messages from the browser to
a logger on the server. |
| AjaxRemoteLogging.Log |
|
| AjaxRequestHandler |
|
| AjaxResetButton |
Simple submit button wrapper around Prototypes Form.reset('formID');. |
| AjaxResponse |
AjaxResponse provides support for performing an AjaxUpdate in the same response
as an ajax action. |
| AjaxResponse.AjaxResponseDelegate |
If you click on, for instance, an AjaxInPlace, that sends a request to the server that
you want to be in edit mode. |
| AjaxResponseAppender |
|
| AjaxRoundEffect |
|
| AjaxSelectionList |
AjaxSelectionList provides a list component that supports keyboard navigation and component renderers. |
| AjaxSessionPing |
Simple component to ping the session in the background. |
| AjaxSessionPing.Action |
Internal WODirectAction subclass to handle the request from AjaxSessionPing. |
| AjaxSlider |
Simple Ajax slider. |
| AjaxSocialNetwork |
Provides an interface to retrieving information and URLs
about various social network sites. |
| AjaxSocialNetwork.Ask |
|
| AjaxSocialNetwork.Delicious |
|
| AjaxSocialNetwork.Digg |
|
| AjaxSocialNetwork.Facebook |
|
| AjaxSocialNetwork.Furl |
|
| AjaxSocialNetwork.Google |
|
| AjaxSocialNetwork.Magnolia |
|
| AjaxSocialNetwork.Netscape |
|
| AjaxSocialNetwork.Newsvine |
|
| AjaxSocialNetwork.Ning |
|
| AjaxSocialNetwork.Rawsugar |
|
| AjaxSocialNetwork.Reddit |
|
| AjaxSocialNetwork.Spurl |
|
| AjaxSocialNetwork.Squidoo |
|
| AjaxSocialNetwork.StumbleUpon |
|
| AjaxSocialNetwork.Tagtooga |
|
| AjaxSocialNetwork.Technorati |
|
| AjaxSocialNetwork.WindowsLive |
|
| AjaxSocialNetwork.YahooMyWeb |
|
| AjaxSocialNetworkLink |
AjaxSocialNetworkLink creates a link to the submission URL for
a social network around the social network's icon. |
| AjaxSortableList |
|
| AjaxSortOrder |
An Ajax version of ERXSortOrder. |
| AjaxSubmitButton |
AjaxSubmitButton behaves just like a WOSubmitButton except that it submits in the background with an Ajax.Request. |
| AjaxTabbedPanel |
This implements the tabs and the main control of a tabbed panel display as an
unordered list (UL and LI elements). |
| AjaxTabbedPanelTab |
This implements the tab contents of a tabbed panel display as an unordered
list (UL and LI elements). |
| AjaxTextHinter |
Hints input and textarea fields with ghosted text that serves as an explanation for the user what to enter. |
| AjaxToggleLink |
AjaxToggleLink provides a wrapper for calling Effect.toggle when clicking a link. |
| AjaxTree |
AjaxTree provides an Ajax-refreshing tree view. |
| AjaxTreeModel |
|
| AjaxTreeModel.WrapperNode |
WrapperNode is useful if your objects form a
graph instead of a tree and you want to maintain the unique
branching to a particular node as the user navigates through
the tree. |
| AjaxUpdateContainer |
observeFieldID requires ERExtensions, specifically ERXWOForm |
| AjaxUpdateLink |
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. |
| AjaxUpdateTrigger |
AjaxUpdateTrigger is useful if you have multiple containers on a page
that are controlled by a central parent component. |
| AjaxUploadProgress |
AjaxUploadProgress is an AjaxProgress extended for tracking an Ajax File Upload. |
| AjaxUtils |
|
| AjaxValue |
AjaxValue provides a method for serializing Objects into a Javascript-compatible format
with hinting via AjaxOption.Type constants. |
| FocusText |
Focus text is a convenience version of ERXWOText that provides support for grabbing default focus via javascript. |
| FocusTextField |
Focus text field is a convenience version of ERXWOTextField that provides
support for grabbing default focus via javascript. |