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

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

Private Properties

Property Type Description

Public Methods

Method Description
CancelButton_Click ( object sender, EventArgs e ) : void
CheckoutSaveButton_Click ( object sender, EventArgs e ) : void
CheckoutSaveCheckinButton_Click ( object sender, EventArgs e ) : void
PublishButton_Click ( object sender, EventArgs e ) : void
SaveButton_Click ( object sender, EventArgs e ) : void
SaveCheckinButton_Click ( object sender, EventArgs e ) : void

Protected Methods

Method Description
AssociateEventHandlers ( ) : void
CreateChildControls ( ) : void
DoAction ( Action contentAction ) : void
DoAction ( bool updateContent, bool finishPage, Action contentAction ) : void
DoCancel ( ) : void
DoCheckoutSave ( ) : void
DoCheckoutSaveCheckin ( ) : void
DoPublish ( ) : void
DoSave ( ) : void
DoSaveCheckin ( ) : void
FinishPage ( ) : void
GetContentViewForControl ( Control control ) : ContentView
HideAllButtons ( ) : void
SetButtonVisibility ( ) : void
SetButtonVisible ( IButtonControl button, bool visible ) : void

Method Details

AssociateEventHandlers() protected method

protected AssociateEventHandlers ( ) : void
return void

CancelButton_Click() public method

public CancelButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CheckoutSaveButton_Click() public method

public CheckoutSaveButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CheckoutSaveCheckinButton_Click() public method

public CheckoutSaveCheckinButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

DoAction() protected method

protected DoAction ( Action contentAction ) : void
contentAction Action
return void

DoAction() protected method

protected DoAction ( bool updateContent, bool finishPage, Action contentAction ) : void
updateContent bool
finishPage bool
contentAction Action
return void

DoCancel() protected method

protected DoCancel ( ) : void
return void

DoCheckoutSave() protected method

protected DoCheckoutSave ( ) : void
return void

DoCheckoutSaveCheckin() protected method

protected DoCheckoutSaveCheckin ( ) : void
return void

DoPublish() protected method

protected DoPublish ( ) : void
return void

DoSave() protected method

protected DoSave ( ) : void
return void

DoSaveCheckin() protected method

protected DoSaveCheckin ( ) : void
return void

FinishPage() protected method

protected FinishPage ( ) : void
return void

GetContentViewForControl() protected method

protected GetContentViewForControl ( Control control ) : ContentView
control System.Web.UI.Control
return ContentView

HideAllButtons() protected method

protected HideAllButtons ( ) : void
return void

PublishButton_Click() public method

public PublishButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SaveButton_Click() public method

public SaveButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SaveCheckinButton_Click() public method

public SaveCheckinButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SetButtonVisibility() protected method

protected SetButtonVisibility ( ) : void
return void

SetButtonVisible() protected method

protected SetButtonVisible ( IButtonControl button, bool visible ) : void
button IButtonControl
visible bool
return void