Namespace: Consultingwerk.Web.Widgets.Grid
Class 
StaticFilter Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Web.Widgets.Grid.GridFilter

File:StaticFilter
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Apr 26 21:35:07 CEST 2012
Purpose: Gets and sets the Key of the Filter entry
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
+ PerformOutput () Performs HTML output of the Filter entry
Overrides Consultingwerk.Web.Widgets.Grid.GridFilter:PerformOutput ()

Top Constructor Summary
Options Name Purpose
+ StaticFilter (character, character) Constructor of the StaticFilter class
+ StaticFilter (character, character, character) Constructor of the StaticFilter class

Top Property Summary
Options Name Purpose
+ CHARACTER Key
+ CHARACTER Label
+ CHARACTER Value


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 PerformOutput ()

Overrides Consultingwerk.Web.Widgets.Grid.GridFilter:PerformOutput ()
Purpose: Performs HTML output of the Filter entry
Notes:



Constructor Detail
Top

PUBLIC StaticFilter (character, character)

Purpose: Constructor of the StaticFilter class
Notes:

Parameters:
pcKey CHARACTER
The Keyvalue of the Filter entry
pcValue CHARACTER
The Value of the Filter entry
Top

PUBLIC StaticFilter (character, character, character)

Purpose: Constructor of the StaticFilter class
Notes:

Parameters:
pcKey CHARACTER
The Keyvalue of the Filter entry
pcValue CHARACTER
The Value of the Filter entry
pcLabel CHARACTER
The Label of the Filter entry


Property Detail
Top

PUBLIC CHARACTER Key


Returns CHARACTER
Top

PUBLIC CHARACTER Label


Returns CHARACTER
Top

PUBLIC CHARACTER Value


Returns CHARACTER


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