C# Class N2.Web.UI.WebControls.ItemEditorList

Inheritance: System.Web.UI.WebControls.Panel
Mostrar archivo Open project: n2cms/n2cms Class Usage Examples

Public Methods

Method Description
GetItems ( ) : IList
ItemEditorList ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
CreateItemEditor ( ContentItem item ) : ItemEditor
LoadViewState ( object savedState ) : void
OnInit ( EventArgs e ) : void
SaveViewState ( ) : object

Private Methods

Method Description
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

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

CreateItemEditor() protected method

protected CreateItemEditor ( ContentItem item ) : ItemEditor
item ContentItem
return ItemEditor

GetItems() public method

public GetItems ( ) : IList
return IList

ItemEditorList() public method

public ItemEditorList ( ) : System
return System

LoadViewState() protected method

protected LoadViewState ( object savedState ) : void
savedState object
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object