Uses of Interface
com.ebasetech.xi.api.controls.TextStyleProperties

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

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

Subinterfaces of TextStyleProperties in com.ebasetech.xi.api.controls
 interface AddRowButtonProperties
           
 interface ButtonColumnControl
           
 interface ButtonColumnProperties
          The ButtonColumnProperties interface represents styling properties for button columns.
 interface ButtonControl
          Button Control
 interface ButtonControlProperties
           
 interface CellStyleProperties
          Table Cell properties.
 interface ColumnStyleProperties
          Table Column styling properties.
 interface EbaseButtonControlProperties
          The EbaseButtonControlProperties interface represents common properties for all Ebase navigation buttons.
 interface EditorInputProperties
          Editor Input Properties
 interface FieldColumnControl
          Field Column Control
 interface FieldHyperlinkProperties
          Field Hyperlink Properties.
 interface FinishButtonControl
          Finish Button Control is one of the supplied Ebase page navigation buttons.
 interface FormHeaderProperties
          Properties for the optional form header text.
 interface GridCellControl
          A Grid Cell Control represents a single cell within a Grid Control.
 interface GridControl
          Grid Control.
 interface GroupAndPageTextProperties
           
 interface HyperlinkControl
          A Hyperlink Control represents a text displayed as a hyperlink.
 interface HyperlinkStateProperties
          Hyperlink Properties.
 interface ImageColumnControl
          Image Column Control.
 interface IndividualTabStateProperties
          The IndividualTabStateProperties interface represents Tab Control styling properties for a specific tab state.
 interface InfoProperties
          The InfoProperties interface represents properties that apply to field help texts.
 interface MenuStateProperties
          The MenuStateProperties interface represents menu item styling properties for a specific menu item state.
 interface MessageStyleProperties
          The MessageProperties interface represents styling properties of error and warning messages.
 interface NavigationBarStyleProperties
           
 interface NavigationRowProperties
           
 interface NextPageButtonControl
          Next Page Button Control is one of the supplied Ebase page navigation buttons.
 interface PageNavigationButtonStyle
          The PageNavigationButtonStyle interface represents styling properties for page navigation buttons.
 interface PageNavigationPanel
          A Page Navigation Control represents a panel containing up to five buttons.
 interface PanelControl
          Panel Control
 interface PrevPageButtonControl
          Previous Page Button Control is one of the supplied Ebase page navigation buttons.
 interface RepeatingStyleProperties
          The RepeatingStyleProperties represents styling properties shared by both a Repeater Control and a Repeater Row Control.
 interface RepeatingTableControl
          A Repeater Control provides a flexible way of displaying data from a table.
 interface RepeatingTableRowControl
          A Repeater Row Control represents a single table row within a Repeater Control.
 interface RestoreButtonControl
          A Restore Button Control represents the restore button for the Save/Restore Feature.
 interface SaveButtonControl
          A Save Button Control represents the save button for the Save/Restore Feature.
 interface TabAllStateProperties
          The TabAllStateProperties interface represents styling properties applied to all tab states in a TabSetControl.
 interface TableCellStyleProperties
           
 interface TableColumnHeaderProperties
           
 interface TableColumnValuePatternProperties
           
 interface TableControlStyleProperties
           
 interface TableControlTextProperties
           
 interface TabSetContentPanelProperties
          The TabSetContentPanelProperties interface represents styling properties applied to the content panels of tabs within a Tab Set Control.
 interface TabSetControl
          A Tab Set Control is a container containing a number of individual tabs.
 interface TextControl
          A Text Control represents a text.
 interface TitleBarProperties
          The TitleBarProperties interface represents styling properties applied to the title bar of a TitlePanelControl.
 

Methods in com.ebasetech.xi.api.controls that return TextStyleProperties
 TextStyleProperties BaseTableControl.getActivePageNumberProperties()
          Text styling properties for active (clickable) page numbers in the navigation bar.
 TextStyleProperties PageControl.getContentsTextProperties()
          The default text properties for the page.
 TextStyleProperties GroupAndPagePanelProperties.getContentText()
          Content text properties.
 TextStyleProperties TitlePanelControl.getContentText()
          Text properties for the content area.
 TextStyleProperties FieldColumnControl.getEditorInputTextProperties()
          Text properties for the data content of each table cell.
 TextStyleProperties TabSetControl.getHoverState()
          Styling properties applied to tab headers when the mouse is hovered over a tab.
 TextStyleProperties BaseTableControl.getInactivePageNumberProperties()
          Text styling properties for inactive (not clickable) page numbers in the navigation bar.
 TextStyleProperties FieldControl.getLabelProperties()
          Text properties for the label text.
 TextStyleProperties BaseTableControl.getPageNavigationInactiveProperties()
          Text styling properties for inactive (not clickable) icons/texts in the navigation bar.
 TextStyleProperties BaseTableControl.getPageNavigationProperties()
          Text styling properties for active (clickable) icons/texts in the navigation bar.
 TextStyleProperties InfoProperties.getPopupTextProperties()
          Image properties for the clickable help image.
 TextStyleProperties TabSetControl.getSelectedState()
          Styling properties applied to tab headers when a tab is selected.
 TextStyleProperties FieldColumnControl.getStripeEditorInputTextProperties()
          Text properties for the data content of each table cell - applied to alternate (striped) rows.
 TextStyleProperties TabSetControl.getUnselectedState()
          Styling properties applied to tab headers when a tab is not selected.
 TextStyleProperties FieldColumnControl.getValuePatternProperties()
          Value pattern properties.
 TextStyleProperties FieldControl.getValuePatternProperties()
          Text properties for the value pattern text text.