Namespace: Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics
Class 
InfragisticsControlWidget Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Implements: Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
Inherited by: Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraButtonWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraCheckEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraComboEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraDateEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraDateTimeEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraNumericEditorDecimalWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraNumericEditorIntegerWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraOptionSetWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraTextEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraTextEditorEditorWidget
ABSTRACT

File:InfragisticsControlWidget
Purpose:Abstract base class for Infragistics Widget classes
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Sep 06 16:42:11 CEST 2015
Purpose: Constructor for the InfragisticsControlWidget class
Notes:



Top Method Summary
Options Name Purpose
# INTEGER ColorValue (Color) Returns the color table number for the given .NET Color
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control) Returns the IWidget reference for a given .NET Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (UltraGridCell) Returns the IWidget reference for a given .NET Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
# INTEGER GetBGCOLOR () Returns the BGCOLOR Value
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:GetBGCOLOR ()
# INTEGER GetFGCOLOR () Returns the FGCOLOR Value
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:GetFGCOLOR ()
# 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
# SetBGCOLOR (integer) Sets the BGCOLOR Value
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:SetBGCOLOR (integer)
# SetFGCOLOR (integer) Sets the FGCOLOR Value
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:SetFGCOLOR (integer)
# 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
- ValueChangedHandler (Object, EventArgs) Event handler for the ValueChanged event of the .NET Control

Top Constructor Summary
Options Name Purpose
# InfragisticsControlWidget (UltraControlBase) Constructor for the InfragisticsControlWidget class

Top Property Summary
Options Name Purpose
+ INTEGER BGCOLOR
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ Control Control
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ A CHARACTER DATA-TYPE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ INTEGER FGCOLOR
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER FORMAT
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL HIDDEN
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL MODIFIED
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER NAME
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER PRIVATE-DATA
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ CHARACTER SCREEN-VALUE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL SENSITIVE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ A CHARACTER TYPE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
+ LOGICAL VISIBLE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade


Method Detail
Top

PROTECTED INTEGER ColorValue (Color)

Purpose: Returns the color table number for the given .NET Color
Notes:

Parameters:
poColor System.Drawing.Color
The .NET Color reference
Returns INTEGER
The matching Progress color table number
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

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

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:
poCell UltraGridCell
The UltraGridColumn to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

PROTECTED INTEGER GetBGCOLOR ()

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:GetBGCOLOR ()
Purpose: Returns the BGCOLOR Value
Notes:

Returns INTEGER
The BGCOLOR Value
Top

PROTECTED INTEGER GetFGCOLOR ()

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:GetFGCOLOR ()
Purpose: Returns the FGCOLOR Value
Notes:

Returns INTEGER
The FGCOLOR Value
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 SetBGCOLOR (integer)

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:SetBGCOLOR (integer)
Purpose: Sets the BGCOLOR Value
Notes:

Parameters:
piValue INTEGER
The BGCOLOR Value
Top

PROTECTED SetFGCOLOR (integer)

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:SetFGCOLOR (integer)
Purpose: Sets the FGCOLOR Value
Notes:

Parameters:
piValue INTEGER
The FGCOLOR 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
Top

PRIVATE ValueChangedHandler (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the .NET Control
Notes: Sets the MODIFIFED Attribute to TRUE

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

PROTECTED InfragisticsControlWidget (UltraControlBase)

Purpose: Constructor for the InfragisticsControlWidget class
Notes:

Parameters:
poControl Infragistics.Win.UltraControlBase
The UltraControlBase reference of the target Control


Property Detail
Top

PUBLIC INTEGER BGCOLOR

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns INTEGER
Top

PUBLIC Control Control

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns Control
Top

PUBLIC CHARACTER DATA-TYPE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC INTEGER FGCOLOR

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns INTEGER
Top

PUBLIC CHARACTER FORMAT

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC LOGICAL HIDDEN

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL
Top

PUBLIC LOGICAL MODIFIED

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL
Top

PUBLIC CHARACTER NAME

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC CHARACTER PRIVATE-DATA

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC CHARACTER SCREEN-VALUE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC LOGICAL SENSITIVE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL
Top

PUBLIC CHARACTER TYPE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns CHARACTER
Top

PUBLIC LOGICAL VISIBLE

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade

Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:04