Namespace: Consultingwerk.Web.Widgets
Class 
GridColumn Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Web.Widgets.Component
Inherited by: Consultingwerk.Web.Widgets.LinkGridColumn

File:GridColumn
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Apr 04 23:57:09 CEST 2012
Purpose: Gets and sets the handle of the Buffer Field this GridColumn is bound to
Notes:



Top Method Summary
Options Name Purpose
+ CHARACTER HtmlEncode (character) Encodes a String for HTML output
Inherited from Consultingwerk.Web.Widgets.Component
# Output (character) Writes a character string to the WebStream
Inherited from Consultingwerk.Web.Widgets.Component
# Output (character, logical) Writes a character string to the WebStream
Inherited from Consultingwerk.Web.Widgets.Component
+ LONGCHAR OutputCell () Outputs a cell for this column
+ PerformBinding () Performs the DataBinding, that is populating the ScreenValue with the current value of the BufferField

Top Constructor Summary
Options Name Purpose
+ GridColumn () Constructor of the GridColumn class
+ GridColumn (handle) Constructor of the GridColumn class

Top Property Summary
Options Name Purpose
+ HANDLE BufferField
+ CHARACTER ColumnAlign
+ CHARACTER ColumnLabel
+ CHARACTER ColumnSorting
+ CHARACTER ColumnType
+ CHARACTER DataType
+ LOGICAL Filterable
+ Consultingwerk.Web.Widgets.Grid.ListGridFilter Filters
+ CHARACTER Format
+ CHARACTER Name
+ CHARACTER NotAvailableValue
+ CHARACTER ScreenValue
+ LOGICAL Sortable
+ CHARACTER Width


Method Detail
Top

PUBLIC CHARACTER HtmlEncode (character)

Inherited from Consultingwerk.Web.Widgets.Component
Purpose: Encodes a String for HTML output
Notes:

Parameters:
pcData CHARACTER
The string to encode
Returns CHARACTER
The encoded CHARACTER data
Top

PROTECTED Output (character)

Inherited from Consultingwerk.Web.Widgets.Component
Purpose: Writes a character string to the WebStream
Notes:

Parameters:
pcData CHARACTER
The CHARACTER Data to write to the web stream
Top

PROTECTED Output (character, logical)

Inherited from Consultingwerk.Web.Widgets.Component
Purpose: Writes a character string to the WebStream
Notes:

Parameters:
pcData CHARACTER
The CHARACTER Data to write to the web stream
plSkip LOGICAL
SKIP (add line break) after writing the pcData to the web stream
Top

PUBLIC LONGCHAR OutputCell ()

Purpose: Outputs a cell for this column
Notes:

Returns LONGCHAR
The output value for the cell
Top

PUBLIC PerformBinding ()

Purpose: Performs the DataBinding, that is populating the ScreenValue with the
current value of the BufferField
Notes:



Constructor Detail
Top

PUBLIC GridColumn ()

Purpose: Constructor of the GridColumn class
Notes:

Top

PUBLIC GridColumn (handle)

Purpose: Constructor of the GridColumn class
Notes:

Parameters:
phBufferField HANDLE
The handle of the buffer field to bind to


Property Detail
Top

PUBLIC HANDLE BufferField


Returns HANDLE
Top

PUBLIC CHARACTER ColumnAlign


Returns CHARACTER
Top

PUBLIC CHARACTER ColumnLabel


Returns CHARACTER
Top

PUBLIC CHARACTER ColumnSorting


Returns CHARACTER
Top

PUBLIC CHARACTER ColumnType


Returns CHARACTER
Top

PUBLIC CHARACTER DataType


Returns CHARACTER
Top

PUBLIC LOGICAL Filterable


Returns LOGICAL
Top

PUBLIC Consultingwerk.Web.Widgets.Grid.ListGridFilter Filters


Returns Consultingwerk.Web.Widgets.Grid.ListGridFilter
Top

PUBLIC CHARACTER Format


Returns CHARACTER
Top

PUBLIC CHARACTER Name


Returns CHARACTER
Top

PUBLIC CHARACTER NotAvailableValue


Returns CHARACTER
Top

PUBLIC CHARACTER ScreenValue


Returns CHARACTER
Top

PUBLIC LOGICAL Sortable


Returns LOGICAL
Top

PUBLIC CHARACTER Width


Returns CHARACTER


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