C# Class RockWeb.Blocks.Cms.LinkListLava

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: NewPointe/Rockit

Protected Methods

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

Handles the BlockUpdated event of the control.

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.

ShowList ( ) : void

Shows the list.

btnDone_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDone control.

dlgLink_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgLink control.

gLinks_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gLinks control.

gLinks_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gLinks control.

gLinks_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gLinks control.

rblLinkType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the rblLinkType control.

Private Methods

Method Description
BindGrid ( ) : void

Binds the grid.

DisplayEditList ( ) : void

Displays the edit list.

HideDialog ( ) : void

Hides the dialog.

RouteAction ( ) : void

Route the request to the correct panel

ShowDialog ( bool setValues = false ) : void

Shows the dialog.

ShowDialog ( string dialog, bool setValues = false ) : void

Shows the dialog.

gLinks_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gLinks control.

gLinks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the GridReorder event of the gLinks control.

gLinks_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gLinks control.

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

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

ShowList() protected method

Shows the list.
protected ShowList ( ) : void
return void

btnDone_Click() protected method

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

dlgLink_SaveClick() protected method

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

gLinks_Add() protected method

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

gLinks_Delete() protected method

Handles the Delete event of the gLinks control.
protected gLinks_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gLinks_RowSelected() protected method

Handles the RowSelected event of the gLinks control.
protected gLinks_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

rblLinkType_SelectedIndexChanged() protected method

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