Oracle9iAS Portal Developer Kit

User interface portlet API packages

This topic presents an overview of the methods in the wwui_api_portlet and wwui_api_portlet_dialog API packages:

  • wwui_api_portlet functions and procedures provide a mechanism for providers to integrate page styles into their portlets. In addition there are APIs for drawing a portlet header and border.

  • wwui_api_portlet_dialog functions and procedures provide a mechanism for creating dialogs.

This topic presents function and procedure names and descriptions and reference topics.

UI portlet API (wwui_api_portlet) method names and descriptions

open_portlet procedure

Opens the table and the table cell for the portlet.

close_portlet procedure

Closes the table and the table cell for the portlet.

draw_portlet_header procedure

Draws the header for the portlet.

draw_xml_header procedure

Draws the header for XML portlets.

render_portlet_top procedure

Draws the top of the portlet.

render_portlet_bottom procedure

Draws the bottom of the portlet.

portlet_heading function

Returns the string with the CSS font settings for a heading in the portlet body.

portlet_text function

Returns the string with the CSS font settings for text in the portlet.

portlet_headertext function

Returns the string with the CSS font settings for text in the portlet header.

portlet_subheadertext function

Returns the string with the CSS font settings for text in the portlet subheader.

portlet_headerlink function

Returns the string with the CSS font settings for a link in the portlet header.

portlet_subheaderlink function

Returns the string with the CSS font settings for a link in the portlet subheader.

portlet_header_color function

Returns the CSS class for the portlet header color.

portlet_body_color function

Returns the CSS class for the portlet body color.

portlet_subheader_color function

Returns the CSS class for the portlet subheader color.

UI portlet dialog API (wwui_api_portlet_dialog) method names and descriptions

open_dialog procedure

Opens a dialog.

close_dialog procedure

Closes a dialog.

create_button function

Creates a button record given a button name and URL.

create_ok_button function

Creates a button with the translatable title 'OK'.

create_cancel_button function

Creates a button with the translatable title 'Cancel'.

create_apply_button function

Creates a button with the translatable title 'Apply'.

create_next_button function

Creates a button with the translatable title 'Next'.

create_previous_button function

Creates a button with the translatable title 'Previous'.

create_delete_button function

Creates a button with the translatable title 'Delete'.

create_close_button function

Creates a button with the translatable title 'Close'.

create_yes_button function

Creates a button with the translatable title 'Yes'.

create_no_button function

Creates a button with the translatable title 'No'.

create_create_button function

Creates a button with the translatable title 'Create'.

create_preview_button function

Creates a button with the translatable title 'Preview'.

create_reset_button function

Creates a button with the translatable title 'Reset'.

create_reset_default_button function

Creates a button with the translatable title 'Reset to Default'.

button record structure and table

Contains the button record structure.

Reference topic names and descriptions

Overview of user interface portlet API

Presents conceptual and working information about the UI portlet API package.

Related topics

 

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio