- TabAllStateProperties - Interface in com.ebasetech.xi.api.controls
-
The
TabAllStateProperties
interface represents styling properties applied to all tab states in a
TabSetControl
.
- TabControl - Interface in com.ebasetech.xi.api.controls
-
- Table - Interface in com.ebasetech.xi.api
-
The Table
interface represents a table defined in a form, integration service or workflow job.
- TableAddRowCellProperties - Interface in com.ebasetech.xi.api.controls
-
- TableCellStyleProperties - Interface in com.ebasetech.xi.api.controls
-
- TableColumn - Interface in com.ebasetech.xi.api
-
The TableColumn
interface represents a table column form, integration service or workflow job.
- TableColumnHeaderProperties - Interface in com.ebasetech.xi.api.controls
-
- TableColumnValuePatternProperties - Interface in com.ebasetech.xi.api.controls
-
- TableControl - Interface in com.ebasetech.xi.api.controls
-
Table Control - represents a displayed table.
- TableControlAddRowProperties - Interface in com.ebasetech.xi.api.controls
-
- TableControlStyleProperties - Interface in com.ebasetech.xi.api.controls
-
- TableControlTextProperties - Interface in com.ebasetech.xi.api.controls
-
- TablePageControl - Interface in com.ebasetech.xi.api.controls
-
A Table Page Control represents a horizontal page of table data and can only be added as a child of a
Table Control
.
- TableRowIterator - Interface in com.ebasetech.xi.api
-
The TableRowIterator
interface represents a collection of table rows, and provides methods for iterating through
the table rows either forwards or backwards, to address the underlying columns and their values.
- TableRowStyleProperties - Interface in com.ebasetech.xi.api.controls
-
- Tables - Interface in com.ebasetech.xi.api
-
The Tables
interface acts as a parent object for all tables within a form, integration service
or workflow process.
- TableSortProperties - Interface in com.ebasetech.xi.api.controls
-
- TabSetContentPanelProperties - Interface in com.ebasetech.xi.api.controls
-
The TabSetContentPanelProperties
interface represents styling properties applied to the content panels of tabs within a Tab Set Control.
- TabSetControl - Interface in com.ebasetech.xi.api.controls
-
A Tab Set Control is a container containing a number of individual
tabs
.
- Text - Interface in com.ebasetech.xi.api
-
The Text
interface represents a text that can be used anywhere in a form.
- TEXT_BOLD - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TEXT_ITALIC - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TEXT_LINE_THROUGH - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TEXT_NORMAL - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TEXT_OBLIQUE - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TEXT_OVERLINE - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TEXT_UNDERLINE - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-
- TextControl - Interface in com.ebasetech.xi.api.controls
-
A Text Control represents a text.
- Texts - Interface in com.ebasetech.xi.api
-
The Texts
interface acts as a parent object for all texts that can be accessed from a form.
- TextStyleProperties - Interface in com.ebasetech.xi.api.controls
-
The TextStyleProperties
interface represents common text styling properties.
- TitleBarProperties - Interface in com.ebasetech.xi.api.controls
-
The
TitleBarProperties
interface represents styling properties applied to the title bar of a
TitlePanelControl
.
- TitlePanelControl - Interface in com.ebasetech.xi.api.controls
-
A Titled Panel Control is a container control with a title bar and border, where the title bar can contain a text and/or an image.
- toJSON() - Method in interface com.ebasetech.xi.api.Table
-
Returns a JSON string representing all rows in the table in the following format:
- toJSON(boolean) - Method in interface com.ebasetech.xi.api.Table
-
Returns a JSON string representing all rows in the table, this is the same as
Table.toJSON()
but additionally provides
an option on how null values in table columns are handled.
- toJSONString() - Method in interface com.ebasetech.xi.api.JWSHeader
-
Return JSON String representation of header
* @since V5.7
- toString() - Method in interface com.ebasetech.xi.api.SystemVariable
-
Returns a String value for the system variable.
- TransactionManager - Interface in com.ebasetech.xi.api
-
TransactionManager
provides a centralized interface for all transaction related services.