Package com.ibm.xsp.component.xp

Control classes.

See:
          Description

Class Summary
XspCallback A callback control that provides an editable area in a custom control.
XspColumn A control that displays a single column in a data table.
XspCommandButton A control that starts an assigned action when an event occurs, for example, a click by a user.
XspDataIterator A control that repeats a control on a page.
XspDataTableEx A control that displays a set of repeating data in a table.
XspDateTimeHelper A DateTimeHelper for the edit box.
XspDiv A control that may contain other controls or text and acts as division or block of content within the HTML page.
XspEventHandler A control that allows JavaScript to run both on the server and the client.
XspFileDownload A control that displays a list of available files for downloading
XspFileUpload A control that allows users to upload files to the page
XspForm A control that groups data that should be submitted together.
XspGraphicImage A control that displays a graphic on a page.
XspInputCheckbox A control that can be selected or cleared.
XspInputHidden A control that stores data that needs to be hidden from the user.
XspInputRadio A control that can be selected.
XspInputRichText A control that displays a field for entering multiple lines of rich text.
XspInputText A control that displays a field for entering a single line of data.
XspInputTextarea A control that displays a field for entering multiple lines of data.
XspLineBreak A control that inserts a break in text.
XspMessage A control that displays warning, information, and error messages for one control on a page.
XspMessages A control that displays warning, information, and error messages for all controls on a page.
XspOutputLabel A control that displays text
XspOutputLink A control that links to a different page, to another control on the same page, or to an external resource using a URL.
XspOutputScript A control that outputs scripts.
XspOutputText A control that displays a read-only field that outputs the result of an expression.
XspPager A common control that allows traversal of data pages
XspPagerControl A pager control that is placed inside the common pager
XspParagraph A control that contains text in a paragraph format.
XspPlatformEvent A common control that handles a platform event
XspSection A control that allows users to expand and collapse paragraphs.
XspSelectManyCheckbox A control that displays multiple check boxes.
XspSelectManyListbox A control that displays a list of choices.
XspSelectOneMenu A control that displays a list of choices.
XspSelectOneRadio A control that displays a group of radio buttons.
XspSpan A control that allows other controls to display beside it.
XspTabbedPanel A control that provides a tabbed container for controls that share common data and styling attributes.
XspTable A control that displays individual cells for arranging controls on a page.
XspTableCell A control that displays a single cell in a table row.
XspTableRow A control that displays a single row in a table control.
XspTabPanel A control that displays a tab and its contents in a tabbed panel.
XspTypeAhead An input control that automatically fills itself in as users type a succession of characters that match a specified suggestion.
XspViewColumn A control that displays a column in a view
XspViewColumnHeader A control that displays a header for a view column
XspViewPanel A control that displays sortable rows and columns of data extracted from XML based on a defined query
XspViewTitle A control that provides a title for a view
 

Package com.ibm.xsp.component.xp Description

Control classes.