Anthem.RegularExpressionValidator Class Reference

Creates an updatable control that validates whether the value of an associated input control matches the pattern specified by a regular expression. More...

Inheritance diagram for Anthem.RegularExpressionValidator:

Anthem.IUpdatableControl List of all members.

Public Member Functions

override void RenderControl (HtmlTextWriter writer)
 Forces the server control to output content and trace information.

Protected Member Functions

override void Render (HtmlTextWriter writer)
 Renders the server control wrapped in an additional element so that the element.innerHTML can be updated after a callback.
override void OnLoad (EventArgs e)
 Raises the System.Web.UI.Control.Load event and registers the control with Anthem.Manager.

Properties

[Category("Anthem")][DefaultValue(false)][Description("True
if this control should be
updated after each callback.")]
virtual bool 
AutoUpdateAfterCallBack [get, set]
 Gets or sets a value indicating whether the control should be updated after each callback. Also see UpdateAfterCallBack.
[Browsable(false)][DefaultValue(false)] virtual bool UpdateAfterCallBack [get, set]
 Gets or sets a value which indicates whether the control should be updated after the current callback. Also see AutoUpdateAfterCallBack.
override bool Visible [get, set]
 Overrides the Visible property so that Anthem.Manager can track the visibility.

Detailed Description

Creates an updatable control that validates whether the value of an associated input control matches the pattern specified by a regular expression.

Definition at line 13 of file RegularExpressionValidator.cs.


Member Function Documentation

override void Anthem.RegularExpressionValidator.Render ( HtmlTextWriter  writer  )  [protected]

Renders the server control wrapped in an additional element so that the element.innerHTML can be updated after a callback.

Definition at line 22 of file RegularExpressionValidator.cs.

override void Anthem.RegularExpressionValidator.OnLoad ( EventArgs  e  )  [protected]

Raises the System.Web.UI.Control.Load event and registers the control with Anthem.Manager.

Parameters:
e A System.EventArgs.

Definition at line 111 of file RegularExpressionValidator.cs.

override void Anthem.RegularExpressionValidator.RenderControl ( HtmlTextWriter  writer  ) 

Forces the server control to output content and trace information.

Definition at line 121 of file RegularExpressionValidator.cs.


Property Documentation

[Category("Anthem")][DefaultValue(false)][Description("True if this control should be updated after each callback.")] virtual bool Anthem.RegularExpressionValidator.AutoUpdateAfterCallBack [get, set]

Gets or sets a value indicating whether the control should be updated after each callback. Also see UpdateAfterCallBack.

true if the the control should be updated; otherwise, false. The default is false.

            <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />

Implements Anthem.IUpdatableControl.

Definition at line 62 of file RegularExpressionValidator.cs.

[Browsable(false)][DefaultValue(false)] virtual bool Anthem.RegularExpressionValidator.UpdateAfterCallBack [get, set]

Gets or sets a value which indicates whether the control should be updated after the current callback. Also see AutoUpdateAfterCallBack.

true if the the control should be updated; otherwise, false. The default is false.

            this.Label = "Count = " + count;
            this.Label.UpdateAfterCallBack = true;

Implements Anthem.IUpdatableControl.

Definition at line 97 of file RegularExpressionValidator.cs.

override bool Anthem.RegularExpressionValidator.Visible [get, set]

Overrides the Visible property so that Anthem.Manager can track the visibility.

true if the control is rendered on the client; otherwise false. The default is true.

Definition at line 136 of file RegularExpressionValidator.cs.

Referenced by Anthem.RegularExpressionValidator.Render().


The documentation for this class was generated from the following file:
Generated on Wed Mar 14 23:50:41 2007 for Anthem by  doxygen 1.5.1-p1