C# Class Rock.Web.UI.Controls.CheckinGroup

Inheritance: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
Show file Open project: NewSpring/Rock

Public Methods

Method Description
CreateGroupAttributeControls ( Group group, RockContext rockContext ) : void

Creates the group attribute controls.

GetGroupValues ( Group group ) : void

Gets or sets the group.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

SetGroup ( Group value, RockContext rockContext ) : void

Sets the group.

Protected Methods

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

Handles the Click event of the AddLocation control.

CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

DeleteLocation_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the DeleteLocation control.

OnLoad ( EventArgs e ) : void

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

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

Handles the Reorder event of the gLocations control.

Private Methods

Method Description
CreateLocationsGrid ( ) : void

Creates the locations grid.

HandleGridEvents ( ) : void

Handles the grid events.

Method Details

AddLocation_Click() protected method

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

CreateChildControls() protected method

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
return void

CreateGroupAttributeControls() public method

Creates the group attribute controls.
public CreateGroupAttributeControls ( Group group, RockContext rockContext ) : void
group Group The group.
rockContext Rock.Data.RockContext The rock context.
return void

DeleteLocation_Click() protected method

Handles the Click event of the DeleteLocation control.
protected DeleteLocation_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
return void

GetGroupValues() public method

Gets or sets the group.
public GetGroupValues ( Group group ) : void
group Group The group.
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

RenderControl() public method

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
return void

SetGroup() public method

Sets the group.
public SetGroup ( Group value, RockContext rockContext ) : void
value Group The value.
rockContext Rock.Data.RockContext The rock context.
return void

gLocations_Reorder() protected method

Handles the Reorder event of the gLocations control.
protected gLocations_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
return void