Package org.apache.struts2.dojo.components

Interface Summary
RemoteBean  
 

Class Summary
AbstractRemoteBean AbstractRemoteCallUIBean is superclass for all components dealing with remote calls.
AbstractValidateBean Base class for tags that perform AJAX validation
Anchor  
Autocompleter  
Bind  
DateTimePicker  
Div  
Head The "head" tag renders required JavaScript code to configure Dojo and is required in order to use any of the tags included in the Dojo plugin.
Submit Renders a submit button that can submit a form asynchronously.
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).
TextArea Render Dojo Editor2 widget
Tree Renders a tree widget with AJAX support.

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

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 constructed dynamically or statically.

 



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