Display Class Reference

  • Applet - Inserts an applet reference into the page.

  • BackLink - Displays a link that returns to the previous page.

  • BorderedPanel - A container that organizes its components into 5 regions: north, south, east, west, and center.

  • Button - Displays a button.

  • ButtonRow - A container that arranges its components in a horizontal row with padding in between. Typically used to display a row of Button components.

  • Checkbox - Displays a checkbox. When checked, the box represents a value of true. An unselected box represents a false value.

  • DatePicker - Displays a calendar icon on the page. The user can click this icon to select a calendar date and populate a page field.

  • EditForm - The default container for forms. Displays component titles in one column and components in another. Each row has an alternating gray or white background.

  • FileUpload - A variant of the Text component used for specifying the name of a file to be uploaded.

  • Hidden - A component used to include data into the HTML page that is not displayed.

  • Html - Inserts pre-formatted HTML into the page.

  • Javascript - Defines JavaScript functions.

  • Label - Displays read-only text.

  • Link - Places a link on the page.

  • LinkForm - An alternative to the EditForm container, it places its components in a bulleted vertical list with no titles. Typically used for pages that contain lists of Link components..

  • MultiSelect - Displays a multiselection box, which displays as a two-part object in which a defined set of values in one box can be moved to a “selected” box.

  • NameValueTable - Displays a list of name/value pairs in a simple table with a beige background.

  • Panel - A simple container component, it organizes its components in either a horizontal or vertical line.

  • Radio - Displays a horizontal list of one or more radio buttons. A user can select only one radio button at a time. If the component value is null or does not match any of the allowed values, no button is selected.

  • SectionHead - Displays a section heading. These are recognized by the EditForm container to and are rendered in bold text that spans both the title and component columns.

  • Select - Displays a single-selection list box.

  • SimpleTable - Arranges components in a simple grid with a row of column titles.

  • SubTitle - Identifies the text that displays below the form title.

  • Text - Default display type. Displays a regular text entry box.

  • TextArea - Displays a multi-line text entry box.

  • Title - Identifies the text that displays at the top of the form.