Click or drag to resize

DropDownListEditorT Class

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

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[GroupAttribute("Lists")]
[EditorAttribute("Dropdown list")]
public class DropDownListEditor<T> : ListEditor<T>, 
	IDropDownOptions

Type Parameters

T

The DropDownListEditorT type exposes the following members.

Constructors
  NameDescription
Public methodDropDownListEditorT
Initializes a new instance of the DropDownListEditorT class
Top
Properties
Methods
  NameDescription
Public methodBeginEdit (Inherited from ListEditorT.)
Public methodBeginEditFrontend (Inherited from Editor.)
Protected methodConvertItemValueAs (Inherited from ListEditorT.)
Protected methodConvertItemValueAsEnumerable (Inherited from ListEditorT.)
Protected methodConvertItemValueAsString (Inherited from ListEditorT.)
Public methodEndEdit (Inherited from ListEditorT.)
Public methodEndEditFrontend (Inherited from Editor.)
Protected methodGetFullIconPath (Inherited from ListEditorT.)
Protected methodGetGenericType (Inherited from ListEditorT.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetOptions
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Protected methodGetViewModel (Inherited from ListEditorT.)
Public methodGetViewModelValue(Object) (Inherited from Editor.)
Public methodGetViewModelValue(Object, ItemField) (Inherited from ListEditorT.)
Public methodHasValue (Inherited from Editor.)
Protected methodIsItemSelected (Inherited from ListEditorT.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Protected methodRenderIconList (Inherited from ListEditorT.)
Public methodRenderItemListValue (Inherited from ListEditorT.)
Public methodRenderValue (Inherited from ListEditorT.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Inherited from ListEditorT.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also