Uses of Class
com.opensymphony.webwork.components.UIBean

Packages that use UIBean
com.opensymphony.webwork.components   
com.opensymphony.webwork.components.table   
com.opensymphony.webwork.components.template   
 

Uses of UIBean in com.opensymphony.webwork.components
 

Subclasses of UIBean in com.opensymphony.webwork.components
 class ActionError
          Render action errors if they exists the specific layout of the rendering depends on the theme itself.
 class ActionMessage
          Render action messages if they exists, specific rendering layout depends on the theme itself.
 class Anchor
          A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo framework.
 class Checkbox
          Renders an HTML input element of type checkbox, populated by the specified property from the OgnlValueStack.
 class CheckboxList
          Creates a series of checkboxes from a list.
 class ClosingUIBean
          ClosingUIBean is the standard superclass for UI components such as div etc.
 class ComboBox
          The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality.
 class DatePicker
          Renders datepicker element.
 class Debug
           
 class Div
          The div tag is primarily an AJAX tag, providing a remote call from the current page to update a section of content without having to refresh the entire page.

It creates a HTML <DIV /> that obtains it's content via a remote XMLHttpRequest call via the dojo framework.

If a "listenTopics" is supplied, it will listen to that topic and refresh it's content when any message is received.

Important: Be sure to setup the page containing this tag to be Configured for AJAX

 class DoubleListUIBean
          DoubleListUIBean is the standard superclass of all webwork double list handling components.
 class DoubleSelect
          Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
 class FieldError
          Render field errors if they exists.
 class File
          Renders an HTML file input element.
 class Form
          Renders HTML an input form.

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

 class FormButton
          FormButton.
 class GenericUIBean
          Renders an custom UI widget using the specified templates.
 class Head
          Renders parts of the HEAD section for an HTML file.
 class Hidden
          Renders an HTML input element of type hidden, populated by the specified property from the OgnlValueStack.
 class Label
          Renders an HTML LABEL that will allow you to output label:name combination that has the same format treatment as the rest of your UI controls.
 class ListUIBean
          DoubleListUIBean is the standard superclass of all webwork list handling components.
 class OptionTransferSelect
          Create a option transfer select component which is basically two <select ...> tag with buttons in the middle of them allowing options in each of the <select ...> to be moved between themselves.
 class Panel
          Render a panel for tabbedPanel.
 class Password
          Render an HTML input tag of type password.
 class Radio
          Render a radio button input field.
 class RemoteCallUIBean
          RemoteCallUIBean is superclass for all components dealing with remote calls.
 class Reset
          Render a reset button.
 class RichTextEditor
          Create a Rich Text Editor based on FCK editor (www.fckeditor.net).
 class Select
          Render an HTML input tag of type select.
 class Submit
          Render a submit button.
 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 TextArea
          Render HTML textarea tag.
 class TextField
          Render an HTML input field of type text
 class Token
          Stop double-submission of forms.
 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.

 class UpDownSelect
          Create a Select component with buttons to move the elements in the select component up and down.
 

Methods in com.opensymphony.webwork.components with parameters of type UIBean
protected  Map UIBean.getTooltipConfig(UIBean component)
           
 

Uses of UIBean in com.opensymphony.webwork.components.table
 

Subclasses of UIBean in com.opensymphony.webwork.components.table
 class WebTable
           
 

Uses of UIBean in com.opensymphony.webwork.components.template
 

Methods in com.opensymphony.webwork.components.template that return UIBean
 UIBean TemplateRenderingContext.getTag()
           
 

Constructors in com.opensymphony.webwork.components.template with parameters of type UIBean
TemplateRenderingContext(Template template, Writer writer, OgnlValueStack stack, Map params, UIBean tag)
          Constructor
 


WebWork Project Page