C# Class RockWeb.Blocks.Groups.GroupDetailLava

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewPointe/Rockit

Private Properties

Property Type Description
AddGroupMember void
BlockSetup void
ConfigureGroupLocationControls void
DeleteGroupMember void
DisplayEditGroup void
DisplayEditGroupMember void
DisplayViewGroup void
LoadGroupMemberDropDowns void
RouteAction void
SendCommunication void
ShowSelectedPane void

Public Methods

Method Description
sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void

Handles the Navigate event of the sm control.

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

GetLocationTabClass ( object property ) : string

helper method to toggle the group location tabs

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

btnCancelGroupMember_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelGroupMember control.

btnSaveGroupMember_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveGroupMember control.

btnSaveGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveGroup control.

lbCancelGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancelGroup control.

lbLocationType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbLocationType control.

Private Methods

Method Description
AddGroupMember ( ) : void

Adds the group member.

BlockSetup ( ) : void

setup block

ConfigureGroupLocationControls ( Group group ) : void

logic to setup the groups location entry panel

DeleteGroupMember ( int groupMemberId ) : void

Deletes the group member.

DisplayEditGroup ( ) : void

Displays the edit group panel.

DisplayEditGroupMember ( int groupMemberId ) : void

Displays the edit group member.

DisplayViewGroup ( ) : void

Displays the view group using a lava template

LoadGroupMemberDropDowns ( int groupId ) : void

Loads the group member drop downs.

RouteAction ( ) : void

Route the request to the correct panel

SendCommunication ( ) : void

Sends the communication.

ShowSelectedPane ( ) : void

Shows the selected pane.

Method Details

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

GetLocationTabClass() protected method

helper method to toggle the group location tabs
protected GetLocationTabClass ( object property ) : string
property object The property.
return string

LoadViewState() protected method

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
return void

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

btnCancelGroupMember_Click() protected method

Handles the Click event of the btnCancelGroupMember control.
protected btnCancelGroupMember_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnSaveGroupMember_Click() protected method

Handles the Click event of the btnSaveGroupMember control.
protected btnSaveGroupMember_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnSaveGroup_Click() protected method

Handles the Click event of the btnSaveGroup control.
protected btnSaveGroup_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCancelGroup_Click() protected method

Handles the Click event of the lbCancelGroup control.
protected lbCancelGroup_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbLocationType_Click() protected method

Handles the Click event of the lbLocationType control.
protected lbLocationType_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

sm_Navigate() public method

Handles the Navigate event of the sm control.
public sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.HistoryEventArgs The instance containing the event data.
return void