The TIBCO EBX® graphical interface can be customized through various EBX® APIs.
EBX® can be integrated into any application that is accessible through a supported web browser, thanks to the Web Component API.
A typical use is to integrate EBX® views into an organization's intranet framework. Web Components can also be invoked from the EBX® user interface using User services.
To embed all or part of EBX® in a web page, the HTML tag <iframe>
should be used by indicating the URL to EBX®. This URL can be specified either manually or by using the UIHttpManagerComponent
API. A single web page may include several iframes that integrate EBX®. It is then possible to create a portal made of tables, forms, hierarchical views, etc., from EBX®.
A user service is an extension of EBX® that provides a graphical user interface (GUI) that allows users to access specific or advanced functions.
Powerful custom user services can be developed using the same visual components and data validation mechanisms as standard EBX® user interfaces.
It is possible to override the default layout and behavior of forms in the user interface by using various tools and API.
Custom forms editor | It is possible to override the default layout of forms in the user interface by using the 'Custom forms' extension in the DMA. This extension provides a graphical editor, which gives the possibility to customize the layout of a form, while having the same components and standard behavior as record forms using the default layout. See also |
Programmatic form layout | It is also possible to use the |
User service as form layout | It is also possible to use user services to override the default layout of forms. This API gives the possibility to customize the layout of a form, while having the same components as record forms using the default layout, with a customizable behavior. See also |
Custom widgets are included in the Java API to allow the development of user interface components for fields or groups of fields. A custom widget (UICustomWidget
) allows, for a given node, to control the area where the input or display component is located. This allows having an input and display component that is fully customizable in HTML. The standard components (UIWidgets
) are available and can be used. The custom widget can implement several display aspects: input component in the form, display in the form, display in a table cell. If a custom widget writes its own HTML components, it has the possibility to save the value in the database when submitting the form.
A table filter allows, for a given table, to create a criteria input form in order to apply a filter to the table view. The UITableFilter
API is used to implement a table filter with a custom UI. It provides methods to create a UI that automatically adapts to the underlying data format (for example, by displaying a combo box when applicable).
EBX® uses a label to display a reference to a given record (for example a foreign key). Labels are also used in the title of a record form and in hierarchical views. This label can be customized in the model using expressions. It is also possible to customize labels using the UILabelRenderer
API.
It is possible to integrate CSS and JavaScript files in each EBX® page by declaring them in the registration module. The inclusion of JavaScript files can be subject to conditions through development depending on the context.