How to display a table view inside a UserService

How to display a table view inside a UserService

book

Article ID: KB0073680

calendar_today

Updated On:

Products Versions
TIBCO EBX All versions from 5.8.0.

Description

In this article we will give an example of UserService implementation that includes a table view.
Before reading this article you should be aware of the UserService API.
Please see links in "reference" section.

You can use this method on any type of user service.

Resolution

In order to do this, we will display the table view inside an iframe object, using a sub-session  UIHttpManagerComponent.
Documentation:  https://docs.tibco.com/pub/ebx/5.9.13/doc/html/en/Java_API/com/orchestranetworks/ui/UIHttpManagerComponent.html

You will find the java source of the service attached to the article.

Here is the result in the user interface:

User-added image


Please note that you can hide some features of the table view (title, create button, filters pane, etc.) by calling one of the following methods on the UIHttpManagerComponent object: The list of all hidable features can be found here.

Issue/Introduction

How to display a table view inside a UserService

Additional Information

User services documentation:

Knowledge base article:

Attachments

How to display a table view inside a UserService get_app