C# Class RockWeb.Blocks.Cms.LinkListLava

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes protégées

Méthode 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

Méthode 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 méthode

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.
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

ShowList() protected méthode

Shows the list.
protected ShowList ( ) : void
Résultat void

btnDone_Click() protected méthode

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.
Résultat void

dlgLink_SaveClick() protected méthode

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.
Résultat void

gLinks_Add() protected méthode

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.
Résultat void

gLinks_Delete() protected méthode

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.
Résultat void

gLinks_RowSelected() protected méthode

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.
Résultat void

rblLinkType_SelectedIndexChanged() protected méthode

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.
Résultat void