C# 클래스 N2.Web.UI.WebControls.ItemEditorList

상속: System.Web.UI.WebControls.Panel
파일 보기 프로젝트 열기: n2cms/n2cms 1 사용 예제들

공개 메소드들

메소드 설명
GetItems ( ) : IList
ItemEditorList ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
CreateItemEditor ( ContentItem item ) : ItemEditor
LoadViewState ( object savedState ) : void
OnInit ( EventArgs e ) : void
SaveViewState ( ) : object

비공개 메소드들

메소드 설명
AddItemEditor ( ContentItem item, Control container ) : ItemEditor
CreateButton ( Control container, N2.Definitions.TemplateDefinition template ) : LinkButton
CreateControl ( Control parent, string tagName, string className ) : System.Web.UI.HtmlControls.HtmlGenericControl
CreateDeleteButton ( ) : LinkButton
CreateItem ( ItemDefinition definition ) : ContentItem
CreateMoveButton ( string direction, string tooltip, CommandEventHandler handler ) : LinkButton
DeleteItemClick ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
EnsureDraft ( ContentItem item ) : PathData
FindTopEditor ( Control parent ) : ItemEditor
GetAssociatedItem ( object sender ) : ContentItem
GetFilters ( ) : IEnumerable
MoveItemDownClick ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
MoveItemUpClick ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
RedirectToVersionOfSelf ( ContentItem versionOfPage ) : void
Sort ( object sender, int offset ) : void
UpdateItemFromTopEditor ( PathData path ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

CreateItemEditor() 보호된 메소드

protected CreateItemEditor ( ContentItem item ) : ItemEditor
item ContentItem
리턴 ItemEditor

GetItems() 공개 메소드

public GetItems ( ) : IList
리턴 IList

ItemEditorList() 공개 메소드

public ItemEditorList ( ) : System
리턴 System

LoadViewState() 보호된 메소드

protected LoadViewState ( object savedState ) : void
savedState object
리턴 void

OnInit() 보호된 메소드

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

SaveViewState() 보호된 메소드

protected SaveViewState ( ) : object
리턴 object