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

Inheritance: System.Web.UI.WebControls.Label, IScriptControl, IActionUiAdapter
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
GetPathFromContentView string
PrepareWrapperCssClass string
SetServiceUrl void

Méthodes publiques

Méthode Description
FindContainerActionMenu ( Control control ) : ActionMenu
GetReplacedScenarioParameters ( ) : string
GetScriptDescriptors ( ) : IEnumerable

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.

GetScriptReferences ( ) : IEnumerable

Gets a collection of T:System.Web.UI.ScriptReference objects that define script resources that the control requires.

RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
GetPathFromContentView ( Control parent ) : string
PrepareWrapperCssClass ( ) : string
SetServiceUrl ( ) : void

Sets the callback URL of the ActionMenu. It represents the service url with correct parameters for the actions.

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

FindContainerActionMenu() public static méthode

public static FindContainerActionMenu ( Control control ) : ActionMenu
control System.Web.UI.Control
Résultat ActionMenu

GetReplacedScenarioParameters() public méthode

public GetReplacedScenarioParameters ( ) : string
Résultat string

GetScriptDescriptors() public méthode

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
public GetScriptDescriptors ( ) : IEnumerable
Résultat IEnumerable

GetScriptReferences() public méthode

Gets a collection of T:System.Web.UI.ScriptReference objects that define script resources that the control requires.
public GetScriptReferences ( ) : IEnumerable
Résultat IEnumerable

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderBeginTag() public méthode

public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderEndTag() public méthode

public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void