FoodCandy!

WebPartZone Class Reference

Represents a webpart zone. More...

List of all members.


Public Member Functions

 WebPartZone ()
 Initializes a new instance of the Wilco::Web::UI::WebControls::WebParts::WebPartZone class.
override void RenderBeginTag (HtmlTextWriter writer)
 Renders the begin tag.
override void RenderEndTag (HtmlTextWriter writer)
 Renders the end tag.

Protected Member Functions

virtual internal WebPartPanelCollection GetInitialWebPartPanels ()
 Gets the initial collection of webpart panels.
virtual WebPartPanelRenderer CreateWebPartPanelRenderer ()
 Creates a webpart panel renderer.
override void CreateChildControls ()
 Notifies server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
override ControlCollection CreateControlCollection ()
 Creates the control collection.
override void OnInit (EventArgs e)
 Raises the System::Web::UI::Control::Init event.
override void AddAttributesToRender (HtmlTextWriter writer)
 Adds the attributes to render.
override void RenderChildren (HtmlTextWriter writer)
 Renders the child controls.
override void LoadControlState (object savedState)
 Restores control state information from a previous page request that was saved by the System::Web::UI::Control::SaveControlState method.
override object SaveControlState ()
 Saves any server control state changes that have occurred since the time the page was posted back to the server.

Properties

string DragCssClass
 Gets or sets the CSS class to use when an item in the zone is being dragged.
virtual string EmptyZoneText
 Gets or sets the text which is displayed when the zone does not contain any webparts.
virtual string Title
 Gets or sets the title of the zone.
Style TitleStyle
 Gets the title style.
Orientation Orientation
 Gets or sets the orientation of the webpart panels in this zone.
virtual Style EmptyZoneTextStyle
 Gets the style of the empty zone text.
virtual ITemplate ZoneTemplate
 Gets or sets the template of the zone.
override ControlCollection Controls
 Overrides System::Web::UI::Control::Controls to hide the property from editors.
WebPartPanelCollection WebPartPanels
 Gets the webpart panels.
WebPartManager WebPartManager
 Gets the webpart manager of the zone.

Detailed Description

Represents a webpart zone.


Member Function Documentation

override void AddAttributesToRender HtmlTextWriter  writer  )  [protected]
 

Adds the attributes to render.

Parameters:
writer 

override ControlCollection CreateControlCollection  )  [protected]
 

Creates the control collection.

Returns:

virtual WebPartPanelRenderer CreateWebPartPanelRenderer  )  [protected, virtual]
 

Creates a webpart panel renderer.

Returns:

virtual internal WebPartPanelCollection GetInitialWebPartPanels  )  [protected, virtual]
 

Gets the initial collection of webpart panels.

Returns:

override void LoadControlState object  savedState  )  [protected]
 

Restores control state information from a previous page request that was saved by the System::Web::UI::Control::SaveControlState method.

Parameters:
savedState An System::Object that represents the control state to be restored.

override void OnInit EventArgs  e  )  [protected]
 

Raises the System::Web::UI::Control::Init event.

Parameters:
e 

override void RenderBeginTag HtmlTextWriter  writer  ) 
 

Renders the begin tag.

Parameters:
writer 

override void RenderChildren HtmlTextWriter  writer  )  [protected]
 

Renders the child controls.

Parameters:
writer 

override void RenderEndTag HtmlTextWriter  writer  ) 
 

Renders the end tag.

Parameters:
writer 

override object SaveControlState  )  [protected]
 

Saves any server control state changes that have occurred since the time the page was posted back to the server.

Returns:
Returns the server control's current state. If there is no state associated with the control, this method returns null.

The documentation for this class was generated from the following file:
  • WebPartZone.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:54 2007 | Doxygen 1.4.6-NO