| Package | Description | 
|---|---|
| com.ebasetech.xi.api | |
| com.ebasetech.xi.api.controls | 
| Modifier and Type | Method and Description | 
|---|---|
| Text | WebFormFieldOrColumn. getHelpText()Returns the help  Textfor the form field for the current language. | 
| Text | WebFormFieldOrColumn. getLabelText()Returns the label  Textfor the form field for the current language. | 
| Text | WebFormTableColumn. getLabelText()Returns the column header  Textfor the column for the current language. | 
| Text | SystemTexts. getText(java.lang.String textId)Returns the system text  Text. | 
| Text | Texts. getText(java.lang.String textId)Returns the  Textwith idtextId. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MessageContainer. addErrorMessageText(Text text)Adds an error message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addErrorMessageText(Text text,
                   java.lang.String[] replaceParameters)Adds an error message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addErrorMessageText(Text text,
                   java.lang.String[] replaceParameters,
                   boolean stopProcessing)Adds an error message that will be displayed to the user, sourced from an existing text. | 
| void | WebForm. addFinalPageMessageText(Text text,
                       java.lang.String[] replaceParameters)Adds a message that will be displayed to the user on the form's final page. | 
| void | MessageContainer. addInfoMessageText(Text text)Adds an info message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addInfoMessageText(Text text,
                  java.lang.String[] replaceParameters)Adds an info message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addInfoMessageText(Text text,
                  java.lang.String[] replaceParameters,
                  boolean stopProcessing)Adds an info message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addWarningMessageText(Text text)Adds a warning message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addWarningMessageText(Text text,
                     java.lang.String[] replaceParameters)Adds a warning message that will be displayed to the user, sourced from an existing text. | 
| void | MessageContainer. addWarningMessageText(Text text,
                     java.lang.String[] replaceParameters,
                     boolean stopProcessing)Adds a warning message that will be displayed to the user, sourced from an existing text. | 
| Modifier and Type | Method and Description | 
|---|---|
| Text | ImageControlProperties. getAlternativeText()Returns the  Textobject for the image alternate text. | 
| Text | ButtonControlProperties. getAriaLabelText()Returns the  Textobject for the aria label text. | 
| Text | FieldControlProperties. getAriaLabelText()Returns the  Textobject for the aria label text. | 
| Text | HyperlinkControl. getAriaLabelText()Returns the  Textobject for the aria label text. | 
| Text | ImageControlProperties. getAriaLabelText()Returns the  Textobject for the aria label text. | 
| Text | MenuItemControl. getAriaLabelText()Returns the  Textobject for the aria label text. | 
| Text | ButtonControlProperties. getButtonText()Returns the  Textobject for the button text. | 
| Text | FieldControlProperties. getButtonText()Returns the  Textobject for the button text. | 
| Text | GroupPanelControl. getGroupHeaderText()Returns the  Textobject for the header text. | 
| Text | GroupPanelControl. getGroupInfoText()Returns the  Textobject for the information text. | 
| Text | GroupPanelControl. getGroupTrailerText()Returns the  Textobject for the trailer text. | 
| Text | ButtonColumnControl. getHeaderText()Returns the  Textobject for the column header text. | 
| Text | ImageColumnControl. getHeaderText()Returns the  Textobject for the column header text. | 
| Text | HTMLControl. getHtmlText()Returns the  Textobject for the text. | 
| Text | StaticMenuItemControl. getImageAltText()Returns the  Textobject for the menu item image alternate text. | 
| Text | TabControl. getImageAltText()Returns the  Textobject for the tab header image alternate text. | 
| Text | TitlePanelControl. getImageAltText()Returns the  Textobject for the title bar image alternatetext. | 
| Text | StaticMenuItemControl. getImageMouseOverText()Returns the  Textobject for the menu item image mouse over text. | 
| Text | TabControl. getImageMouseOverText()Returns the  Textobject for the tab header image mouse over text. | 
| Text | TitlePanelControl. getImageMouseOverText()Returns the  Textobject for the title bar image mouse over text. | 
| Text | BarcodeControl. getMessage()Returns the text for the barcode. | 
| Text | ButtonControlProperties. getMouseOverText()Returns the  Textobject for the mouse over text. | 
| Text | ImageControlProperties. getMouseOverText()Returns the  Textobject for the mouse over text. | 
| Text | PageControl. getPdfFooterText()Returns the  Textobject for the PDF footer text when a page is included in a PDF. | 
| Text | PageControl. getPdfHeaderText()Returns the  Textobject for the PDF header text when a page is included in a PDF. | 
| Text | FieldControlProperties. getPlaceHolderText()Returns the  Textobject for the place holder text. | 
| Text | FieldControlProperties. getRequiredText()Returns the required message  Textdisplayed when the field is missing. | 
| Text | TableControl. getTableHeaderText()Returns the  Textobject for the table header text. | 
| Text | TableControl. getTableInfoText()Returns the  Textobject for the table information text. | 
| Text | TableControl. getTableTrailerText()Returns the  Textobject for the table trailer text. | 
| Text | HyperlinkControl. getText()Returns the  Textobject for the hyperlink text. | 
| Text | StaticMenuItemControl. getText()Returns the  Textobject for the menu item text. | 
| Text | TabControl. getText()Returns the  Textobject for the tab header text. | 
| Text | TextControl. getText()Returns the  Textobject for the text. | 
| Text | TitlePanelControl. getText()Returns the  Textobject for the title bar text. | 
| Text | HyperlinkControl. getTitle()Returns the  Textobject for the mouse over text. | 
| Text | FieldControlProperties. getValidationText()Returns the HTML5 validation message  Text. |