Namespace: Consultingwerk.WindowIntegrationKit
Interface 
IRenderedBrowseColumnCustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.WindowIntegrationKit.SampleRenderedBrowseColumnCustomizer

File:IRenderedBrowseColumnCustomizer
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Dec 14 16:43:24 CET 2011
Purpose: Callback method into Service classes, allows the customization of
UltraGridCells on the RenderedBrowseControl class
Notes: Allows customization of UltraGridColumn properties like
ExcludeFromColumnChooser, ValueList
Most likely the code here will make decisions based on the column
name (poColumn:Key). This name will either be just the field name
(10.2B service pack 4 and before or 10.2B05 for non joined queries)
or in the form of TableName:ColumnName for 10.2B05 and joined browser
queries.



Top Method Summary
Options Name Purpose
+ AssignColumnProperties (handle, handle, RenderedBrowseControl, UltraGridColumn) Callback method into Service classes, allows the customization of UltraGridCells on the RenderedBrowseControl class


Method Detail
Top

PUBLIC AssignColumnProperties (handle, handle, RenderedBrowseControl, UltraGridColumn)

Purpose: Callback method into Service classes, allows the customization of
UltraGridCells on the RenderedBrowseControl class
Notes: Allows customization of UltraGridColumn properties like
ExcludeFromColumnChooser, ValueList
Most likely the code here will make decisions based on the column
name (poColumn:Key). This name will either be just the field name
(10.2B service pack 4 and before or 10.2B05 for non joined queries)
or in the form of TableName:ColumnName for 10.2B05 and joined browser
queries.

Parameters:
phProcedure HANDLE
The procedure handle that created the original BROWSE widget
phBrowseHandle HANDLE
The browse handle that is the foundation for the RenderedBrowseControl
poGrid Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
The reference to the RenderedBrowseControl
poColumn Infragistics.Win.UltraWinGrid.UltraGridColumn
The Column. The callback should directly manipulate the Column properties


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