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 |
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 |
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 |
GridControl
Grid Control.
|
interface |
GroupAndPageTextProperties |
interface |
HeaderControl
Header Control
A container that wraps content in a header tag.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|