FormItemEditorFactory Methods
Provides methods that allow you to configure a form item’s editor.Name | Description |
---|---|
Autocomplete() | Creates an Autocomplete control that is used as a form item’s editor. |
Calendar() | Creates a Calendar control that is used as a form item’s editor. |
CheckBox() | Creates a CheckBox control that is used as a form item’s editor. |
ColorBox() | Creates a ColorBox control that is used as a form item’s editor. |
DateBox() | Creates a DateBox control that is used as a form item’s editor. |
DateRangeBox() | |
DropDownBox() | Creates a DropDownBox control that is used as a form item’s editor. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HtmlEditor() | Creates an HtmlEditor control that is used as a form item’s editor. |
Lookup() | Creates a Lookup control that is used as a form item’s editor. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
NumberBox() | Creates a NumberBox control that is used as a form item’s editor. |
RadioGroup() | Creates a RadioGroup control that is used as a form item’s editor. |
RangeSlider() | Creates a RangeSlider control that is used as a form item’s editor. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SelectBox() | Creates a SelectBox control that is used as a form item’s editor. |
Slider() | Creates a Slider control that is used as a form item’s editor. |
Switch() | Creates a Switch control that is used as a form item’s editor. |
TagBox() | Creates a TagBox control that is used as a form item’s editor. |
TextArea() | Creates a TextArea control that is used as a form item’s editor. |
TextBox() | Creates a TextBox control that is used as a form item’s editor. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also