Package | Description |
---|---|
com.ebasetech.xi.api | |
com.ebasetech.xi.api.controls |
Modifier and Type | Method and Description |
---|---|
Text |
WebFormFieldOrColumn.getHelpText()
Returns the help
Text for the form field for the current language. |
Text |
WebFormFieldOrColumn.getLabelText()
Returns the label
Text for the form field for the current language. |
Text |
WebFormTableColumn.getLabelText()
Returns the column header
Text for 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
Text with id textId . |
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
Text object for the image alternate text. |
Text |
ButtonControlProperties.getAriaLabelText()
Returns the
Text object for the aria label text. |
Text |
FieldControlProperties.getAriaLabelText()
Returns the
Text object for the aria label text. |
Text |
HyperlinkControl.getAriaLabelText()
Returns the
Text object for the aria label text. |
Text |
ImageControlProperties.getAriaLabelText()
Returns the
Text object for the aria label text. |
Text |
MenuItemControl.getAriaLabelText()
Returns the
Text object for the aria label text. |
Text |
ButtonControlProperties.getButtonText()
Returns the
Text object for the button text. |
Text |
FieldControlProperties.getButtonText()
Returns the
Text object for the button text. |
Text |
GroupPanelControl.getGroupHeaderText()
Returns the
Text object for the header text. |
Text |
GroupPanelControl.getGroupInfoText()
Returns the
Text object for the information text. |
Text |
GroupPanelControl.getGroupTrailerText()
Returns the
Text object for the trailer text. |
Text |
ButtonColumnControl.getHeaderText()
Returns the
Text object for the column header text. |
Text |
ImageColumnControl.getHeaderText()
Returns the
Text object for the column header text. |
Text |
HTMLControl.getHtmlText()
Returns the
Text object for the text. |
Text |
StaticMenuItemControl.getImageAltText()
Returns the
Text object for the menu item image alternate text. |
Text |
TabControl.getImageAltText()
Returns the
Text object for the tab header image alternate text. |
Text |
TitlePanelControl.getImageAltText()
Returns the
Text object for the title bar image alternatetext. |
Text |
StaticMenuItemControl.getImageMouseOverText()
Returns the
Text object for the menu item image mouse over text. |
Text |
TabControl.getImageMouseOverText()
Returns the
Text object for the tab header image mouse over text. |
Text |
TitlePanelControl.getImageMouseOverText()
Returns the
Text object for the title bar image mouse over text. |
Text |
BarcodeControl.getMessage()
Returns the text for the barcode.
|
Text |
ButtonControlProperties.getMouseOverText()
Returns the
Text object for the mouse over text. |
Text |
ImageControlProperties.getMouseOverText()
Returns the
Text object for the mouse over text. |
Text |
PageControl.getPdfFooterText()
Returns the
Text object for the PDF footer text when a page is included in a PDF. |
Text |
PageControl.getPdfHeaderText()
Returns the
Text object for the PDF header text when a page is included in a PDF. |
Text |
FieldControlProperties.getPlaceHolderText()
Returns the
Text object for the place holder text. |
Text |
FieldControlProperties.getRequiredText()
Returns the required message
Text displayed when the field is missing. |
Text |
TableControl.getTableHeaderText()
Returns the
Text object for the table header text. |
Text |
TableControl.getTableInfoText()
Returns the
Text object for the table information text. |
Text |
TableControl.getTableTrailerText()
Returns the
Text object for the table trailer text. |
Text |
HyperlinkControl.getText()
Returns the
Text object for the hyperlink text. |
Text |
StaticMenuItemControl.getText()
Returns the
Text object for the menu item text. |
Text |
TabControl.getText()
Returns the
Text object for the tab header text. |
Text |
TextControl.getText()
Returns the
Text object for the text. |
Text |
TitlePanelControl.getText()
Returns the
Text object for the title bar text. |
Text |
HyperlinkControl.getTitle()
Returns the
Text object for the mouse over text. |
Text |
FieldControlProperties.getValidationText()
Returns the HTML5 validation message
Text . |