C# Class SenseNet.Portal.UI.Controls.PortalRemoteControl

Inheritance: System.Web.UI.Control
Mostra file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
AddPortlet void
BindEvent void
DisplayInformation void
GetAdminGroups IEnumerable
InitializeControl void
LinkButtonClick void
ResetVersioningButtons void
ToggleEditorZone void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

WpmSelectedWebPartChanged ( object sender, System.Web.UI.WebControls.WebParts.WebPartEventArgs e ) : void

Fires when the selected webpart has changed.

Private Methods

Method Description
AddPortlet ( int portletId, string zoneId ) : void
BindEvent ( string controlId, bool visible ) : void

Binds the Click event to the specified control. If the control does not exist, nothing happens.

DisplayInformation ( ) : void

Displays the information at the top of the Portal Remote Control header.

GetAdminGroups ( ) : IEnumerable
InitializeControl ( ) : void
LinkButtonClick ( object sender, EventArgs e ) : void

Main entry event for all buttons under the Portal Remote Control.

ResetVersioningButtons ( ) : void

Refreshes versioning related ActionLinkButtons after changing the versioning state of the content.

ToggleEditorZone ( IWebPart webPart, System page ) : void

Toggles the editor zone.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

OnPreRender() protected method

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

WpmSelectedWebPartChanged() protected method

Fires when the selected webpart has changed.
protected WpmSelectedWebPartChanged ( object sender, System.Web.UI.WebControls.WebParts.WebPartEventArgs e ) : void
sender object The sender.
e System.Web.UI.WebControls.WebParts.WebPartEventArgs The instance containing the event data.
return void