|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AjaxDynamicElement | |
---|---|
er.ajax |
Uses of AjaxDynamicElement in er.ajax |
---|
Subclasses of AjaxDynamicElement in er.ajax | |
---|---|
class |
AjaxBehaviour
Adds a script tag with a Behaviour.register() with the content as the method argument. |
class |
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. |
class |
AjaxHyperlink
Ajax enabled Hyperlink. |
class |
AjaxIBoxComponentContent
Deprecated. use AjaxModelContainer or AjaxModalDialog |
class |
AjaxIncludeScript
AjaxIncludeScript provides an easy way to add an Ajax script dependency. |
class |
AjaxInPlaceEditor
|
class |
AjaxModalContainer
Shows a link and wraps an area that is later presented as a modal window. |
class |
AjaxObserveField
AjaxObserveField allows you to perform an Ajax submit (and optional update) based on the state of a form field changing. |
class |
AjaxRemoteLogging
Allows you to log window.console JS messages from the browser to
a logger on the server. |
class |
AjaxRoundEffect
|
class |
AjaxSessionPing
Simple component to ping the session in the background. |
class |
AjaxSubmitButton
AjaxSubmitButton behaves just like a WOSubmitButton except that it submits in the background with an Ajax.Request. |
class |
AjaxTabbedPanel
This implements the tabs and the main control of a tabbed panel display as an unordered list (UL and LI elements). |
class |
AjaxTabbedPanelTab
This implements the tab contents of a tabbed panel display as an unordered list (UL and LI elements). |
class |
AjaxTextHinter
Hints input and textarea fields with ghosted text that serves as an explanation for the user what to enter. |
class |
AjaxUpdateContainer
observeFieldID requires ERExtensions, specifically ERXWOForm |
class |
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. |
Methods in er.ajax with parameters of type AjaxDynamicElement | |
---|---|
static void |
AjaxObserveField.appendToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context,
AjaxDynamicElement element,
java.lang.String observeFieldID,
boolean observeDescendentFields,
java.lang.String updateContainerID,
boolean fullSubmit,
com.webobjects.foundation.NSMutableDictionary options)
|
static java.lang.String |
AjaxObserveField.nameInContext(com.webobjects.appserver.WOContext context,
com.webobjects.appserver.WOComponent component,
AjaxDynamicElement element)
|
protected static java.lang.String |
AjaxUpdateContainer.updateContainerID(AjaxDynamicElement element,
java.lang.String bindingName,
com.webobjects.appserver.WOComponent component)
|
protected static java.lang.String |
AjaxUpdateContainer.updateContainerID(AjaxDynamicElement element,
com.webobjects.appserver.WOComponent component)
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |