Click or drag to resize

RadioButtonListEditorT Class

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

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

Type Parameters

T

The RadioButtonListEditorT type exposes the following members.

Constructors
  NameDescription
Public methodRadioButtonListEditorT
Initializes a new instance of the RadioButtonListEditorT 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 (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