PPJ Web API
HomeCurrent IssuesDownloads
  • Welcome
  • Concepts
  • PPJ.Web.49
    • General
      • Sal
      • Sys
      • SalApplication
      • SalNamedProperties
      • SalWindow
      • WindowActionsEventArgs
      • SalXML
    • COM
      • SalCoClass
      • SalObject
      • SalOleErrorInfo
      • SalSafeArray
      • SalVariant
      • stdole_Font
      • stdole_Picture
      • stdole_StdFont
      • stdole_StdPicture
    • Controls
      • SalBackgroundText
      • SalCheckBox
      • SalComboBox
      • SalContext
      • SalCustomControl
      • SalDataField
        • DataType
      • SalFrame
      • SalGeneralWindow
      • SalGroupBox
      • SalGroupSeparator
      • SalHorizontalScrollBar
      • SalLine
      • SalListBox
      • SalMultilineField
      • SalNavigationBar
      • SalOptionButton
        • OptionButtonStyle
      • SalPicture
        • ImageStorage
      • SalPushbutton
      • SalRadioButton
      • SalTimer
      • SalTreeControl
        • SalTreeItem
      • SalUserControl
      • SalVerticalScrollBar
    • Forms
      • AccessoryType
      • SalDialogBox
      • SalForm
      • SalFormClientArea
      • SalFormStatusBar
      • SalFormTableWindow
      • SalFormToolBar
      • SalFormWindow
      • SalMDIWindow
      • SalRibbonBarBase
      • SalRibbonBarForm
      • SalRibbonBarMDI
    • Interfaces
      • ISalType
      • ISalAccessory
      • ISalControl
      • ISalEditControl
      • ISalListControl
      • ISalListItem
      • ISalMenu
      • ISalPictureControl
      • ISalRadioButton
      • ISalReport
      • ISalWindow
    • Menus
      • SalContextMenu
      • SalFormMainMenu
      • SalMenuItem
      • SalMenuSeparator
      • SalPopupMenu
      • SalWindowsMenu
    • QO
      • SalQuickTabs
      • SalQuickTabsDialog
      • SalQuickTabsForm
      • SalQuickTabsParent
      • SalQuickTabsParentDialog
      • SalQuickTabsParentForm
    • Sql
      • SalSqlBindVariables
      • SalSqlError
      • SalSqlHandle
      • SalSqlSessionHandle
      • Sql
      • SqlContext
      • SqlOra
      • WhenSqlError
    • Types
      • SalArray<T>
      • SalBinary
      • SalBoolean
      • SalDateTime
      • SalFileHandle
      • SalFunctionalClass
      • SalNumber
      • SalResource
      • SalString
      • SalStringContext
      • SalWindowHandle
  • PPJ.Web.Vis.49
    • General
      • Vis
      • VisTblEx
    • Controls
      • VisCalendar
      • VisCalendarDropDown
      • VisColorComboBox
      • VisColorListBox
      • VisComboBoxBase
      • VisDesktopListBox
      • VisDirListBox
      • VisDirTreeListBox
      • VisDriveComboBox
      • VisDriveListBox
      • VisDropDownBase
      • VisFileListBox
      • VisFontComboBox
      • VisFontListBox
      • VisFontNameComboBox
      • VisFontNameListBox
      • VisListBoxBase
      • VisListBoxExtension
      • VisListView
      • VisListViewDropDown
      • VisMeter
      • VisOutlineComboBox
      • VisOutlineListBox
      • VisPictureComboBox
      • VisPictureListBox
      • VisPoint
      • VisRadioListBox
      • VisRect
      • VisSize
      • VisSpinField
      • VisSplitter
      • VisSplitterWindow
        • Orientation
  • PPJ.Web.XSal.49
    • General
      • XSal
      • XSalScript
    • Controls
      • XSalFlatButton
      • XSalHSplitter
      • XSalSplitter
      • XSalToolbar
      • XSalToolbox
      • XSalVSplitter
Powered by GitBook
On this page
  • Properties
  • Derived
  • NamedProperties
  • Methods
  • AttachMessageActions(target)
  • GetSalWindowImpl()
  • GetWindowType()
  • Events
  • WindowActions
  • Implemented By
  1. PPJ.Web.49
  2. Interfaces

ISalWindow

PPJ.Runtime.Windows.ISalWindow

PreviousISalReportNextMenus

Last updated 2 years ago

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.

public interface ISalWindow
Public Interface ISalWindow

Properties

Derived

: Returns the instance that inherits this object as a second base class.

NamedProperties

: Returns the NamedProperties collection.

Methods

AttachMessageActions(target)

Attaches all the handlers attached to the MessageActions event to the target's MessageActions event.

Parameter
Type
Description

target

GetSalWindowImpl()

Returns the implementation object.

Returns the control type.

Events

Implemented By

Name
Description

Represents a label control that displays text or HTML content.

Represents a check box control that allows the user to check or uncheck the value.

Represents an editable control that displays a drop down list of options to the user.

CustomControl implementation.

Represents an editable control that allows the user to enter text.

Represents a container control with a border.

General Window class. This class simply holds a list of MessageActions handlers.

Represents a container control that groups other controls.

Represents an horizontal scroll bar control that allows the user to scroll custom content in the application.

Represents a control that draws a line.

Represents a control that shows a lost of values that the user can select.

Represents an editable control that allows the user to enter multiple lines of text.

NavigationBar control.

Represent a control that displays an image.

Represent a control that the user can click to start an action.

TreeView implementation.

Represents a custom control container that can be used to built complex components.

Represents a vertical scroll bar control that allows the user to scroll custom content in the application.

Summary description for SalDialogBox.

Base class for Sal forms.

Replicates SAL form's client area when accessories are enabled.

Top level table window implementation.

Replicates Team Developer's fixed toolbar.

Top level form window implementation.

Top level MDI window implementation.

Base class for all RibbonBar forms.

Top level form with ribbon.

Top level MDI form with ribbon.

Summary description for SalTableColumn.

Table Window Control

Tab frame window class. Instances of this class should be created as children of cQuickTabsForm objects or cQuickTabsDialog objects.

Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.

Form window with a tab frame. In addition to containing a built in tab frame. This class also has the smarts to manage other child windows on the form so that they can be associated with specific tabs.

Defines late bound functions in QuickTabs parent Form or Dialog Box that will be called when an event occurs in the tab control.

Specializes the generic SalQuickTabsParent class into a dialog box implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.

Specializes the generic SalQuickTabsParent class into a form implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.

Returns: .

GetWindowType()

Returns: . One of the TYPE_* constants.

WindowActions

Fired for all SAM and custom events coming from the original application. Replaces the MessageActions event.

Represents a button that the user can toggle on or off and can work in conjunction with other controls.

Represents a control that the user can toggle on or off and automatically changes the state of other controls in the same group.

SalWindow
Int32
WindowActionsEventHandler
ISalWindow
SalBackgroundText
SalCheckBox
SalComboBox
SalCustomControl
SalDataField
SalFrame
SalGeneralWindow
SalGroupBox
SalHorizontalScrollBar
SalLine
SalListBox
SalMultilineField
SalNavigationBar
SalOptionButton
SalOptionButton
SalPicture
SalPushbutton
SalRadioButton
SalRadioButton
SalTreeControl
SalUserControl
SalVerticalScrollBar
SalDialogBox
SalForm
SalFormClientArea
SalFormTableWindow
SalFormToolBar
SalFormWindow
SalMDIWindow
SalRibbonBarBase
SalRibbonBarForm
SalRibbonBarMDI
SalTableColumn
SalTableWindow
SalQuickTabs
SalQuickTabsDialog
SalQuickTabsForm
SalQuickTabsParent
SalQuickTabsParentDialog
SalQuickTabsParentForm
VisCalendar
VisCalendarDropDown
VisColorComboBox
VisColorListBox
VisComboBoxBase
VisDesktopListBox
VisDirListBox
VisDirTreeListBox
VisDriveComboBox
VisDriveListBox
VisDropDownBase
VisFileListBox
VisFontComboBox
VisFontListBox
VisFontNameComboBox
VisFontNameListBox
VisListBoxBase
VisListBoxExtension
VisListView
VisListViewDropDown
VisMeter
VisOutlineComboBox
VisOutlineListBox
VisPictureComboBox
VisPictureListBox
VisRadioListBox
VisSpinField
VisSplitter
VisSplitterWindow
XSalFlatButton
XSalHSplitter
XSalSplitter
XSalToolbox
XSalVSplitter
Object
SalNamedProperties