Click or drag to resize

CheckboxListEditorT Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.AddInsConfigurableAddIn
    Dynamicweb.Content.Items.EditorsEditor
      Dynamicweb.Content.Items.EditorsListEditorIEnumerableT
        Dynamicweb.Content.Items.EditorsCheckboxListEditorT

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

Type Parameters

T

The CheckboxListEditorT type exposes the following members.

Constructors
  NameDescription
Public methodCheckboxListEditorT
Initializes a new instance of the CheckboxListEditorT 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) (Overrides ListEditorTGetViewModelValue(Object, ItemField).)
Public methodHasValue (Overrides EditorHasValue.)
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