Top Method Summary
Options Name Purpose
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control) Returns the IWidget reference for a given .NET Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# CHARACTER GetFORMAT () GET method for the FORMAT property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# LOGICAL GetHIDDEN () GET method for the HIDDEN property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# CHARACTER GetSCREEN-VALUE () GET method for the SCREEN-VALUE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# LOGICAL GetSENSITIVE () GET method for the SENSITIVE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# LOGICAL GetVISIBLE () GET method for the VISIBLE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetFORMAT (character) SET method for the FORMAT property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetHIDDEN (logical) SET method for the HIDDEN property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetSCREEN-VALUE (character) SET method for the SCREEN-VALUE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetSENSITIVE (logical) SET method for the SENSITIVE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# SetVISIBLE (logical) SET method for the VISIBLE property
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Top Constructor Summary
Options Name Purpose
+ UltraTextEditorWidget (UltraTextEditor) Constructor for the UltraTextEditorWidget class

Top Property Summary
Options Name Purpose
+ Control Control Returns the reference to the Control this instance represents
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER DATA-TYPE A character value that represents the data type of the field associated with the widget
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE
+ CHARACTER FORMAT The text format of a widget or browse-cell
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL HIDDEN Indicates whether to "hide" a widget
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER VALUE Used for data-representation widgets, such as field-level widgets that represent variables or database fields
+ LOGICAL MODIFIED Indicates whether the value of the SCREEN-VALUE attribute for the widget has changed
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER NAME A string identifier for the specified object or widget
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER PRIVATE-DATA An arbitrary string associated with the handle of an object or widget
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER SCREEN-VALUE The data value in the screen buffer associated with the widget
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL SENSITIVE Indicates whether a widget can receive input focus or events
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER TYPE The type of a handle
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE
+ LOGICAL VISIBLE Indicates whether a widget is currently visible on the display
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade


Method Detail
Top

PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Returns the IWidget reference for a given .NET Control
Notes: Factory method.
Throws UnsupportedControlTypeException when Controls can not be mapped
to an WidgetFacade instance

Parameters:
poControl System.Windows.Forms.Control
The .NET Control to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

PROTECTED CHARACTER GetFORMAT ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the FORMAT property
Notes:

Returns CHARACTER
Character value indicating the FORMAT Value
Top

PROTECTED LOGICAL GetHIDDEN ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the HIDDEN property
Notes:

Returns LOGICAL
Logical value indicating the HIDDEN Value
Top

PROTECTED CHARACTER GetSCREEN-VALUE ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the SCREEN-VALUE property
Notes:

Returns CHARACTER
Character value indicating the SCREEN-VALUE Value
Top

PROTECTED LOGICAL GetSENSITIVE ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the SENSITIVE property
Notes:

Returns LOGICAL
Logical value indicating the SENSITIVE Value
Top

PROTECTED LOGICAL GetVISIBLE ()

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: GET method for the VISIBLE property
Notes:

Returns LOGICAL
Logical value indicating the VISIBLE Value
Top

PROTECTED SetFORMAT (character)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the FORMAT property
Notes:

Parameters:
pcValue CHARACTER
The new value for the the FORMAT property
Top

PROTECTED SetHIDDEN (logical)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the HIDDEN property
Notes:

Parameters:
plValue LOGICAL
The new value for the the HIDDEN property
Top

PROTECTED SetSCREEN-VALUE (character)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the SCREEN-VALUE property
Notes:

Parameters:
pcValue CHARACTER
The new value for the the SCREEN-VALUE property
Top

PROTECTED SetSENSITIVE (logical)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the SENSITIVE property
Notes:

Parameters:
plValue LOGICAL
The new value for the the SENSITIVE property
Top

PROTECTED SetVISIBLE (logical)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: SET method for the VISIBLE property
Notes:

Parameters:
plValue LOGICAL
The new value for the the VISIBLE property


Constructor Detail
Top

PUBLIC UltraTextEditorWidget (UltraTextEditor)

Purpose: Constructor for the UltraTextEditorWidget class
Notes:

Parameters:
poEditor Infragistics.Win.UltraWinEditors.UltraTextEditor
The reference to the UltraTextEditor this instance should represent


Property Detail
Top

PUBLIC Control Control

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Returns the reference to the Control this instance represents
Notes:

Returns Control
Top

PUBLIC CHARACTER DATA-TYPE

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE
Purpose: A character value that represents the data type of the field
associated with the widget
Notes: For example, the DATA-TYPE attribute of a slider widget always
returns the value "INTEGER" because slider widgets can only
represent integer values

Returns CHARACTER
Top

PUBLIC CHARACTER FORMAT

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: The text format of a widget or browse-cell
Notes:

Returns CHARACTER
Top

PUBLIC LOGICAL HIDDEN

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Indicates whether to "hide" a widget
Notes:

Returns LOGICAL
Top

PUBLIC CHARACTER VALUE

Purpose: Used for data-representation widgets, such as field-level widgets
that represent variables or database fields
Notes: The value for the INPUT-VALUE attribute is the unformatted
SCREEN-VALUE of a widget

Returns CHARACTER
Top

PUBLIC LOGICAL MODIFIED

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Indicates whether the value of the SCREEN-VALUE attribute for the
widget has changed
Notes: For all widgets, the MODIFIED attribute is set to TRUE when the
SCREEN-VALUE attribute for the widget is changed, whether or not
the field is enabled. For all widgets except the editor widget,
the MODIFIED attribute is set to TRUE if the SCREEN-VALUE attribute
for the widget is changed using an ABL statement, such as assignment
or DISPLAY. DISPLAY sets MODIFIED to TRUE only when the field is
enabled. You can then reset the attribute to FALSE for each widget
that can receive input focus or otherwise change value after it is
initially displayed.
For editors, the successful execution of either the SAVE-FILE( ) or
the READ-FILE( ) methods sets the MODIFIED attribute to FALSE.
For browses, if any browse cell changes, the AVM sets MODIFIED to
TRUE. The application can reset MODIFIED to FALSE as necessary. If
the query associated with a browse is reopened, the AVM resets MODIFIED
to FALSE.
You can use the SENSITIVE attribute to reset the MODIFIED attribute.
For example, when the screen-value of a fill-in field is changed,
MODIFIED is set to TRUE. If you then set SENSITIVE to FALSE and then
to TRUE, you enable the fill-in for further input and the MODIFIED
attribute is reset to FALSE.

Returns LOGICAL
Top

PUBLIC CHARACTER NAME

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: A string identifier for the specified object or widget
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER PRIVATE-DATA

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: An arbitrary string associated with the handle of an object or widget
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER SCREEN-VALUE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: The data value in the screen buffer associated with the widget
Notes:

Returns CHARACTER
Top

PUBLIC LOGICAL SENSITIVE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Indicates whether a widget can receive input focus or events
Notes:

Returns LOGICAL
Top

PUBLIC CHARACTER TYPE

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE
Purpose: The type of a handle
Notes: FILL-IN

Returns CHARACTER
Top

PUBLIC LOGICAL VISIBLE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Purpose: Indicates whether a widget is currently visible on the display
Notes:

Returns LOGICAL


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:54:25