ISalWindow

PPJ.Runtime.Windows.ISalWindow

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

Properties

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

SalNamedProperties: Returns the NamedProperties collection.

Methods

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

ParameterTypeDescription

target

Returns the implementation object.

Returns: SalWindow.

Returns the control type.

Returns: Int32. One of the TYPE_* constants.

Events

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

Implemented By

NameDescription

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.

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

Represent a control that displays an image.

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

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

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.

Last updated