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

Inheritance: System.Web.UI.WebControls.Panel
Afficher le fichier Open project: n2cms/n2cms Class Usage Examples

Méthodes publiques

Méthode Description
GetItems ( ) : IList
ItemEditorList ( ) : System

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected CreateChildControls ( ) : void
Résultat void

CreateItemEditor() protected méthode

protected CreateItemEditor ( ContentItem item ) : ItemEditor
item ContentItem
Résultat ItemEditor

GetItems() public méthode

public GetItems ( ) : IList
Résultat IList

ItemEditorList() public méthode

public ItemEditorList ( ) : System
Résultat System

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

OnInit() protected méthode

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

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object