Uses of Interface
com.ebasetech.xi.api.Text

Packages that use Text
com.ebasetech.xi.api   
com.ebasetech.xi.api.controls   
 

Uses of Text in com.ebasetech.xi.api
 

Methods in com.ebasetech.xi.api that return Text
 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.
 

Uses of Text in com.ebasetech.xi.api.controls
 

Methods in com.ebasetech.xi.api.controls that return Text
 Text ImageControlProperties.getAlternativeText()
          Returns the Text object for the image alternate 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()
           
 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 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.