Top Method Summary
Options Name Purpose
# INTEGER ColorValue (Color) Returns the color table number for the given .NET Color
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget
+ 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
# A INTEGER GetBGCOLOR () SET method for the BGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:GetBGCOLOR ()
# A INTEGER GetFGCOLOR () SET method for the FGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget: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
# A SetBGCOLOR (integer) SET method for the BGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:SetBGCOLOR (integer)
# A SetFGCOLOR (integer) SET method for the FGCOLOR property
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget: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

Top Constructor Summary
Options Name Purpose
+ UltraDateEditorWidget (UltraDateTimeEditor) Constructor for the UltraDateTimeEditorWidget 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
+ CHARACTER DATA-TYPE
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE
+ 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
+ DATE VALUE
+ 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
+ CHARACTER TYPE
Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE
+ LOGICAL VISIBLE
Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade


Method Detail
Top

PROTECTED INTEGER ColorValue (Color)

Inherited from Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget
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.Infragistics.InfragisticsControlWidget:GetBGCOLOR ()
Purpose: SET method for the BGCOLOR property
Notes:

Returns INTEGER
The BGCOLOR value
Top

PROTECTED INTEGER GetFGCOLOR ()

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:GetFGCOLOR ()
Purpose: SET method for the FGCOLOR property
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.Infragistics.InfragisticsControlWidget:SetBGCOLOR (integer)
Purpose: SET method for the BGCOLOR property
Notes:

Parameters:
piValue INTEGER
The new value for the the BGCOLOR property
Top

PROTECTED SetFGCOLOR (integer)

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.InfragisticsControlWidget:SetFGCOLOR (integer)
Purpose: SET method for the FGCOLOR property
Notes:

Parameters:
piValue INTEGER
The new value for the the FGCOLOR property
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 UltraDateEditorWidget (UltraDateTimeEditor)

Purpose: Constructor for the UltraDateTimeEditorWidget class
Notes:

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


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

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:DATA-TYPE

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 DATE VALUE


Returns DATE
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

Overrides Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade:TYPE

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       27.03.2024 01:00:02