C# 클래스 SenseNet.Portal.UI.Controls.ActionMenu

상속: System.Web.UI.WebControls.Label, IScriptControl, IActionUiAdapter
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPathFromContentView string
PrepareWrapperCssClass string
SetServiceUrl void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

FindContainerActionMenu() 공개 정적인 메소드

public static FindContainerActionMenu ( Control control ) : ActionMenu
control System.Web.UI.Control
리턴 ActionMenu

GetReplacedScenarioParameters() 공개 메소드

public GetReplacedScenarioParameters ( ) : string
리턴 string

GetScriptDescriptors() 공개 메소드

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
public GetScriptDescriptors ( ) : IEnumerable
리턴 IEnumerable

GetScriptReferences() 공개 메소드

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

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderBeginTag() 공개 메소드

public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderEndTag() 공개 메소드

public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void