Namespace HP.LFT.SDK.SAP.GUI
Classes
- APOGridDescription
Description of a SAP GUI for Windows APO Grid.
- ButtonDescription
Description of a SAP GUI for Windows button.
- CalendarDescription
Description of a SAP GUI for Windows calendar.
- CheckBoxDescription
Description of a SAP GUI for Windows checkbox.
- ComboBoxDescription
Description of a SAP GUI for Windows combo box.
- EditFieldDescription
Description of a SAP GUI for Windows edit field.
- EditorDescription
Description of a SAP GUI for Windows text area object.
- ElementDescription
Description of a SAP GUI for Windows element.
- GridDescription
Description of a SAP GUI for Windows grid.
- GuiSessionDescription
The description of an SAP Gui Session test object.
- GuiSessionFactory
A class for creating an IGuiSession instance.
- LabelDescription
Description of a SAP GUI for Windows label.
- MenubarDescription
Description of a SAP GUI for Windows menubar.
- OKCodeDescription
Description of a SAP GUI for Windows OK Code box.
- RadioButtonDescription
Description of a SAP GUI for Windows radio button.
- SessionLaunchInfo
The SAP GuiSession launch parameters.
- StatusBarDescription
Description of a SAP GUI for Windows status bar.
- TabControlDescription
Description of a SAP GUI for Windows tab strip.
- TableBaseDescription
Base class for Description of table, grid and APO grid controls in SAP GUI for Windows applications.
- TableDescription
Description of a SAP GUI for Windows table.
- ToolBarDescription
Description of a SAP GUI for Windows toolbar.
- TreeViewDescription
Description of a SAP GUI for Windows tree.
- WindowDescription
Description of a window in a SAP GUI for Windows application.
Interfaces
- IAPOGrid
An APO grid control in a SAP GUI for Windows application.
- IAPOGridCell
A single grid cell in SAP GUI for Windows application.
- IButton
A button in a SAP GUI for Windows application.
- ICalendar
A calendar control in a SAP GUI for Windows application.
- ICheckBox
A checkbox control in a SAP GUI for Windows application.
- IComboBox
A combo box in a SAP GUI for Windows application.
- IComboBoxItem
An item of a combo box in a SAP GUI for Windows application.
- IEditField
An edit field in a SAP GUI for Windows application.
- IEditor
A text area object in a SAP GUI for Windows application.
- IElement
An object in a SAP GUI for Windows application.
- IGrid
A grid control in a SAP GUI for Windows application.
- IGridCell
A single grid cell in SAP GUI for Windows application.
- IGuiSession
A SAP GUI for Windows session.
- ILabel
A label control in a SAP GUI for Windows application.
- IMenubar
A menubar control in a SAP GUI for Windows application.
- IOKCode
An OK Code box in a SAP GUI for Windows application.
- IRadioButton
A radio button in a SAP GUI for Windows application.
- IStatusBar
A status bar in a SAP GUI for Windows application.
- ITabControl
A tab strip control in a SAP GUI for Windows application.
- ITable
A table control in a SAP GUI for Windows application.
- ITableBase<T>
The base interface for table, grid and APO grid objects in a SAP GUI for Windows application.
- ITableCell
A single table cell in SAP GUI for Windows application.
- ITableCellBase
The base interface for cells in tables, grids, and APO grids in SAP GUI for Windows applications.
- ITableRow<T>
A row of a table, grid or APO Grid control in SAP GUI for Windows applications.
- IToolBar
A toolbar control in a SAP GUI for Windows application.
- ITreeView
A column tree, list tree, or simple tree control in a SAP GUI for Windows application.
- ITreeViewNode
A tree node of a SAP GUI tree object.
- IWindow
A window or dialog box containing objects in a SAP GUI for Windows application.
Enums
- ComponentType
SAPGUI component types.
- GridSelectionMode
The selections that are possible in a grid.
- SapFunctionKey
Function keys and key combinations defined by SAPGUI.
- StatusBarMessageType
The type of message in the StatusBar.
- TableSelectionMode
The selections that are possible in a table.
- TreeSelectionMode
The selections that are possible in a tree.
- TreeType
The type of tree.