Anthem.MultiView Class Reference

Creates an updatable control that acts as a container for a group of View controls. More...

Inheritance diagram for Anthem.MultiView:

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 OnActiveViewChanged (EventArgs e)
 Raises the System.Web.UI.WebControls.MultiView.ActiveViewChanged event and sets UpdateAfterCallBack to true.
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 acts as a container for a group of View controls.

Definition at line 15 of file MultiView.cs.


Member Function Documentation

override void Anthem.MultiView.OnActiveViewChanged ( EventArgs  e  )  [protected]

Raises the System.Web.UI.WebControls.MultiView.ActiveViewChanged event and sets UpdateAfterCallBack to true.

Definition at line 23 of file MultiView.cs.

override void Anthem.MultiView.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 34 of file MultiView.cs.

override void Anthem.MultiView.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 123 of file MultiView.cs.

override void Anthem.MultiView.RenderControl ( HtmlTextWriter  writer  ) 

Forces the server control to output content and trace information.

Definition at line 133 of file MultiView.cs.


Property Documentation

[Category("Anthem")][DefaultValue(false)][Description("True if this control should be updated after each callback.")] virtual bool Anthem.MultiView.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 74 of file MultiView.cs.

[Browsable(false)][DefaultValue(false)] virtual bool Anthem.MultiView.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 109 of file MultiView.cs.

Referenced by Anthem.MultiView.OnActiveViewChanged().

override bool Anthem.MultiView.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 148 of file MultiView.cs.

Referenced by Anthem.MultiView.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