Click or drag to resize

ListEditorT Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.AddInsConfigurableAddIn
    Dynamicweb.Content.Items.EditorsEditor
      Dynamicweb.Content.Items.EditorsListEditorT
        Dynamicweb.Content.Items.EditorsCheckboxListEditorT
        Dynamicweb.Content.Items.EditorsDropDownListEditorT
        Dynamicweb.Content.Items.EditorsEditableListEditor
        Dynamicweb.Content.Items.EditorsRadioButtonListEditorT

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 ListEditorT type exposes the following members.

Constructors
  NameDescription
Protected methodListEditorT
Initializes a new instance of the ListEditorT class
Top
Properties
  NameDescription
Public propertyCssClass (Inherited from Editor.)
Public propertyDataType (Overrides EditorDataType.)
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 EditorBeginEdit(EditorContext).)
Public methodBeginEditFrontend (Inherited from Editor.)
Protected methodConvertItemValueAs
Protected methodConvertItemValueAsEnumerable
Protected methodConvertItemValueAsString
Public methodEndEdit (Overrides EditorEndEdit.)
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 EditorGetViewModelValue(Object, ItemField).)
Public methodHasValue (Inherited from Editor.)
Protected methodIsItemSelected
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Protected methodRenderIconList
Public methodRenderItemListValue (Overrides EditorRenderItemListValue(String).)
Public methodRenderValue (Overrides EditorRenderValue(EditorRenderingContext).)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Overrides EditorStringifyValue(Object).)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
Fields
  NameDescription
Protected fieldStatic memberMaxIconColumnsPerRow
Top
See Also