Uses of Class
com.jbstrap.ui.components.form.FormItem
Package
Description
-
Uses of FormItem in com.jbstrap.core.event
Modifier and TypeMethodDescriptionFormItem<?,
?> FormChangedEvent.getChangedFormItem()
Gets the changed form item -
Uses of FormItem in com.jbstrap.core.meta.enums
Modifier and TypeMethodDescriptionEditorType.getEditorClass()
Gets the class that implements the editor componentModifier and TypeMethodDescriptionfinal void
EditorType.setEditorClass
(Class<? extends FormItem<?, ?>> editorClass) Overwrites the default editor component -
Uses of FormItem in com.jbstrap.ui.components.filter
-
Uses of FormItem in com.jbstrap.ui.components.form
Modifier and TypeInterfaceDescriptioninterface
SupportAppend<T extends FormItem<?,
?>> You can use this interface to extend the FormItem component with text before or after the input field, or with any component.interface
SupportHelpIcon<T extends FormItem<?,
?>> You can use this interface to add a help icon and text to the FormItem componentinterface
SupportPlaceholder<T extends FormItem<?,
?>> You can use this interface to extend the FormItem component by handling the placeholder text that appears on the interfaceModifier and TypeMethodDescriptionfinal FormItem<?,
?> Form.getFormItem
(String fieldName) Gets the specified form item component, specified by its name.Modifier and TypeMethodDescriptionvoid
FormChangeHandler.onFormChanged
(Form form, FormItem<?, ?> changedItem, Record record) The method is called when any field's value is changed on theForm
, or if a new record is loaded to the form. -
Uses of FormItem in com.jbstrap.ui.components.form.base
Modifier and TypeMethodDescriptionvoid
FormChangeListenerHandler.onFormItemValueChange
(FormItem<?, ?> item, Object newValue) -
Uses of FormItem in com.jbstrap.ui.components.form.builders
-
Uses of FormItem in com.jbstrap.ui.components.form.items
Modifier and TypeClassDescriptionclass
Checkbox itemclass
Combobox itemclass
Date picker form item>class
Date range picker form item>class
Dual list box form itemclass
Hidden itemclass
Integer itemclass
Number itemclass
Password itemclass
Radio button itemclass
Static text form item componentclass
Switch itemclass
Text Item -
Uses of FormItem in com.jbstrap.ui.components.form.items.colorpicker
-
Uses of FormItem in com.jbstrap.ui.components.form.items.fileitem
-
Uses of FormItem in com.jbstrap.ui.components.form.items.selectoritem
-
Uses of FormItem in com.jbstrap.ui.components.listgrid
-
Uses of FormItem in com.jbstrap.ui.interfaces
Modifier and TypeInterfaceDescriptioninterface
FileValueFormItem<T extends FormItem<?,
?>> The interface specifies form items whose value is a file.