Uses of Class
org.apache.struts2.components.ClosingUIBean

Packages that use ClosingUIBean
org.apache.struts2.components   
 

Uses of ClosingUIBean in org.apache.struts2.components
 

Subclasses of ClosingUIBean in org.apache.struts2.components
 class AbstractRemoteCallUIBean
          TODO: Document AbstractRemoteCallUIBean.
 class Anchor
          A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo framework.

THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED href errorText listenTopics notifyTopics executeScripts loadingText listenTopics handler formId formFilter targets showErrorTransportText targets indicator 'resultDivId' Deprecated.

 class Div
          The div tag when used on the ajax theme, provides a remote call from the current page to update a section of content without having to refresh the entire page.
 class Form
          

Renders HTML an input form.

The remote form allows the form to be submitted without the page being refreshed.

 class TabbedPanel
          The tabbedpanel widget is primarily an AJAX component, where each tab can either be local content or remote content (refreshed each time the user selects that tab).
 class Tree
          Renders a tree widget with AJAX support.

The id attribute is normally specified, such that it could be looked up using javascript if necessary.

Examples

 class TreeNode
          Renders a tree node within a tree widget with AJAX support.

Either of the following combinations should be used depending on if the tree is to be constrcted dynamically or statically.

 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.