FormItemEditorBuilder
Methods
DropDownList()
Creates a DropDownList editor for the form item.
RETURNS
A DropDownListBuilder instance that can be used to configure the DropDownList editor.
AutoComplete()
Creates a AutoComplete editor for the form item.
RETURNS
A AutoCompleteBuilder instance that can be used to configure the AutoComplete editor.
Captcha()
Creates a Captcha editor for the form item.
RETURNS
A CaptchaBuilder instance that can be used to configure the Captcha editor.
ComboBox()
Creates a ComboBox editor for the form item.
RETURNS
A ComboBoxBuilder instance that can be used to configure the ComboBox editor.
MultiSelect()
Creates a MultiSelect editor for the form item.
RETURNS
A MultiSelectBuilder instance that can be used to configure the MultiSelect editor.
MultiColumnComboBox()
Creates a MultiColumnComboBox editor for the form item.
RETURNS
A MultiColumnComboBoxBuilder instance that can be used to configure the MultiColumnComboBox editor.
DropDownTree()
Creates a DropDownTree editor for the form item.
RETURNS
A DropDownTreeBuilder instance that can be used to configure the DropDownTree editor.
DateInput()
Creates a DateInput editor for the form item.
RETURNS
A DateInputBuilder instance that can be used to configure the DateInput editor.
DatePicker()
Creates a DatePicker editor for the form item.
RETURNS
A DatePickerBuilder instance that can be used to configure the DatePicker editor.
DateTimePicker()
Creates a DateTimePicker editor for the form item.
RETURNS
A DateTimePickerBuilder instance that can be used to configure the DateTimePicker editor.
TimePicker()
Creates a TimePicker editor for the form item.
RETURNS
A TimePickerBuilder instance that can be used to configure the TimePicker editor.
NumericTextBox()
Creates a NumericTextBox editor for the form item.
RETURNS
A NumericTextBoxBuilder instance that can be used to configure the NumericTextBox editor.
NumericTextBox()
Creates a NumericTextBox editor for the form item.
RETURNS
A NumericTextBoxBuilder instance that can be used to configure the NumericTextBox editor.
MaskedTextBox()
Creates a MaskedTextBox editor for the form item.
RETURNS
A MaskedTextBoxBuilder instance that can be used to configure the MaskedTextBox editor.
TextBox()
Creates a TextBox editor for the form item.
RETURNS
A TextBoxBuilder instance that can be used to configure the TextBox editor.
TextArea()
Creates a TextArea editor for the form item.
RETURNS
A TextAreaBuilder instance that can be used to configure the TextArea editor.
Switch()
Creates a Switch editor for the form item.
RETURNS
A SwitchBuilder instance that can be used to configure the Switch editor.
Rating()
Creates a Rating editor for the form item.
RETURNS
A RatingBuilder instance that can be used to configure the Rating editor.
Slider()
Creates a Slider editor for the form item.
RETURNS
A SliderBuilder instance that can be used to configure the Slider editor.
ColorGradient()
Creates a ColorGradient editor for the form item.
RETURNS
A ColorGradientBuilder instance that can be used to configure the ColorGradient editor.
ColorPalette()
Creates a ColorPalette editor for the form item.
RETURNS
A ColorPaletteBuilder instance that can be used to configure the ColorPalette editor.
ColorPicker()
Creates a ColorPicker editor for the form item.
RETURNS
A ColorPickerBuilder instance that can be used to configure the ColorPicker editor.
FlatColorPicker()
Creates a FlatColorPicker editor for the form item.
RETURNS
A FlatColorPickerBuilder instance that can be used to configure the FlatColorPicker editor.
Editor()
Creates an Editor editor for the form item.
RETURNS
A EditorBuilder instance that can be used to configure the Editor editor.
RadioGroup()
Creates a RadioGroup editor for the form item.
RETURNS
A RadioGroupBuilder instance that can be used to configure the RadioGroup editor.
CheckBoxGroup()
Creates a CheckBoxGroup editor for the form item.
RETURNS
A CheckBoxGroupBuilder instance that can be used to configure the CheckBoxGroup editor.
CheckBox()
Creates a CheckBoxGroup editor for the form item.
RETURNS
A CheckBoxGroupBuilder instance that can be used to configure the CheckBoxGroup editor.
Signature()
Creates a Signature editor for the form item.
RETURNS
A SignatureBuilder instance that can be used to configure the Signature editor.
Hidden()
Creates a hidden input for the form item.
TimeDurationPicker()
Creates a TimeDurationPicker editor for the form item.
RETURNS
A TimeDurationPickerBuilder instance that can be used to configure the TimeDurationPicker editor.
OTPInput()
Creates an OTPInput editor for the form item.
RETURNS
A OTPInputBuilder instance that can be used to configure the OTPInput editor.
Upload()
Creates an Upload editor for the form item.
RETURNS
A UploadBuilder instance that can be used to configure the Upload editor.