Package | Description |
---|---|
com.ebasetech.xi.api.controls |
Modifier and Type | Interface and Description |
---|---|
interface |
AddRowButtonProperties |
interface |
BasicBlockControl |
interface |
BootstrapColumnControl
Bootstrap Column Control
|
interface |
BootstrapContainerControl
Bootstrap Container Control
|
interface |
BootstrapRowControl
Bootstrap Row Control
|
interface |
ButtonColumnControl |
interface |
ButtonColumnProperties
The
ButtonColumnProperties interface represents styling properties for button columns. |
interface |
ButtonControl
Button Control
|
interface |
ButtonControlProperties |
interface |
CanvasControl
A Canvas Control represents an HTML <canvas> tag.
|
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 |
FooterControl
Footer Control
|
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 |
HeaderControl
Header Control
A container that wraps content in a header tag.
|
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 |
ListControl
List Control
|
interface |
ListHyperlinkControl
A List Hyperlink Control displays a hyperlink using the text from the list configured in its parent
Repeating List Control . |
interface |
ListItemControl
List Item Control
|
interface |
ListPanelControl
List Panel 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 |
NavControl
Nav Control
|
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 |
RepeatingTableListControl |
interface |
RepeatingTableListRowControl |
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 |
SectionControl
Section Control
A container that wraps content in a section tag.
|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|