Click or drag to resize

ListEditor<T> Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Extensibility.AddIns.ConfigurableAddIn
    Dynamicweb.Content.Items.Editors.Editor
      Dynamicweb.Content.Items.Editors.ListEditor<T>
        Dynamicweb.Content.Items.Editors.CheckboxListEditor<T>
        Dynamicweb.Content.Items.Editors.DropDownListEditor<T>
        Dynamicweb.Content.Items.Editors.EditableListEditor
        Dynamicweb.Content.Items.Editors.RadioButtonListEditor<T>

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public abstract class ListEditor<T> : Editor, 
	IList

Type Parameters

T

The ListEditor<T> type exposes the following members.

Constructors
  NameDescription
Protected methodListEditor<T>
Initializes a new instance of the ListEditor<T> class
Top
Properties
  NameDescription
Public propertyCssClass (Inherited from Editor.)
Public propertyDataType (Overrides Editor.DataType.)
Public propertyDisabled (Inherited from Editor.)
Public propertyEncodeValues
Public propertyHttpContext (Inherited from Editor.)
Public propertyItems
Public propertyKey (Inherited from Editor.)
Public propertyMode
Public propertyValidators (Inherited from Editor.)
Protected propertyValueConverter (Inherited from Editor.)
Top
Methods
  NameDescription
Public methodBeginEdit (Overrides Editor.BeginEdit(EditorContext).)
Public methodBeginEditFrontend (Inherited from Editor.)
Protected methodConvertItemValueAs
Protected methodConvertItemValueAsEnumerable
Protected methodConvertItemValueAsString
Public methodEndEdit (Overrides Editor.EndEdit().)
Public methodEndEditFrontend (Inherited from Editor.)
Protected methodGetFullIconPath
Protected methodGetGenericType
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml() (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Protected methodGetViewModel
Public methodGetViewModelValue(Object) (Inherited from Editor.)
Public methodGetViewModelValue(Object, ItemField) (Overrides Editor.GetViewModelValue(Object, ItemField).)
Public methodHasValue (Inherited from Editor.)
Protected methodIsItemSelected
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Protected methodRenderIconList
Public methodRenderItemListValue (Overrides Editor.RenderItemListValue(String).)
Public methodRenderValue (Overrides Editor.RenderValue(EditorRenderingContext).)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Overrides Editor.StringifyValue(Object).)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
Fields
  NameDescription
Protected fieldStatic memberMaxIconColumnsPerRow
Top
See Also