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

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

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

Subinterfaces of PaddingStyleProperties 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 ColumnLayoutCell
          The ColumnLayoutCell interface provides the ability to override properties from the parent control's ColumnLayout;
 interface ColumnStyleProperties
          Table Column styling properties.
 interface EbaseButtonControlProperties
          The EbaseButtonControlProperties interface represents common properties for all Ebase navigation buttons.
 interface FieldColumnControl
          Field Column Control
 interface FieldControl
          Field 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 GroupAndPageTextProperties
           
 interface HorizontalMenuControl
          A Horizontal Menu Control represents a menu where the top level is shown horizontally and is always visible.
 interface HyperlinkControl
          A Hyperlink Control represents a text displayed as a hyperlink.
 interface ImageColumnControl
          Image Column Control.
 interface MenuControl
          MenuControl is the base interface for both horizontal and vertical menu controls.
 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 PanelControl
          Panel Control
 interface PDFPageStyleProperties
          The PDFPageStyleProperties interface represents styling properties applied to a page when it is included in a PDF.
 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 TableAddRowCellProperties
           
 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 TextControl
          A Text Control represents a text.
 interface TitleBarProperties
          The TitleBarProperties interface represents styling properties applied to the title bar of a TitlePanelControl.
 interface VerticalMenuControl
          A Vertical Menu Control represents a menu where the top level is shown vertically; subsequent levels can also be shown vertically with the menu expanding to accommodate them, or they can be shown as dynamic drop out menus in the same way as for a Horizontal Menu Control.
 

Methods in com.ebasetech.xi.api.controls that return PaddingStyleProperties
 PaddingStyleProperties ColumnLayout.getCellPadding()
          Padding properties for each table cell.
 PaddingStyleProperties GroupAndPagePanelProperties.getContentPadding()
          Content padding properties - the space between the content and its border.
 PaddingStyleProperties TitlePanelControl.getContentPadding()
          Padding properties for the content area - the space between the content area and its border.
 PaddingStyleProperties FieldLayout.getEditorPadding()
          Padding properties for editor table cells - used when displaying Field Controls.
 PaddingStyleProperties FieldLayoutCell.getEditorPadding()
          Padding properties for editor table cells when displaying Field Controls, overriding the corresponding padding properties from the parent FieldLayout.
 PaddingStyleProperties FieldLayout.getFullWidthPadding()
          Padding properties when displaying controls other than a Field Control.
 PaddingStyleProperties FieldLayoutCell.getFullWidthPadding()
          Padding properties when displaying controls other than a Field Control, overriding the corresponding padding properties from the parent FieldLayout.
 PaddingStyleProperties FieldLayout.getInfoPadding()
          Padding properties for help table cells - used when displaying Field Controls.
 PaddingStyleProperties FieldLayoutCell.getInfoPadding()
          Padding properties for help table cells when displaying Field Controls, overriding the corresponding padding properties from the parent FieldLayout.
 PaddingStyleProperties MenuLevelProperties.getItemPadding()
          Padding properties for each menu item.
 PaddingStyleProperties FieldLayout.getLabelPadding()
          Padding properties for label table cells - used when displaying Field Controls.
 PaddingStyleProperties FieldLayoutCell.getLabelPadding()
          Padding properties for label table cells when displaying Field Controls, overriding the corresponding padding properties from the parent FieldLayout.
 PaddingStyleProperties VerticalMenuLevelProperties.getLevelPadding()
          Padding properties for the menu level.
 PaddingStyleProperties InfoProperties.getPopupPaddingProperties()
          Padding properties for the help text.