Uses of Class
com.jbstrap.ui.components.form.FormItem
Packages that use FormItem
Package
Description
-
Uses of FormItem in com.jbstrap.core.event
Methods in com.jbstrap.core.event that return FormItemModifier and TypeMethodDescriptionFormItem<?,
?> FormChangedEvent.getChangedFormItem()
Gets the changed form item -
Uses of FormItem in com.jbstrap.core.meta.enums
Methods in com.jbstrap.core.meta.enums that return types with arguments of type FormItemModifier and TypeMethodDescriptionEditorType.getEditorClass()
Gets the class that implements the editor componentMethod parameters in com.jbstrap.core.meta.enums with type arguments of type FormItemModifier and TypeMethodDescriptionfinal void
EditorType.setEditorClass
(Class<? extends FormItem<?, ?>> editorClass) Overwrites the default editor component -
Uses of FormItem in com.jbstrap.ui.components.filter
Fields in com.jbstrap.ui.components.filter declared as FormItem -
Uses of FormItem in com.jbstrap.ui.components.form
Classes in com.jbstrap.ui.components.form with type parameters of type FormItemModifier 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 interfaceMethods in com.jbstrap.ui.components.form that return FormItemModifier and TypeMethodDescriptionfinal FormItem<?,
?> Form.getFormItem
(String fieldName) Gets the specified form item component, specified by its name.Methods in com.jbstrap.ui.components.form that return types with arguments of type FormItemMethods in com.jbstrap.ui.components.form with parameters of type FormItemModifier 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.Method parameters in com.jbstrap.ui.components.form with type arguments of type FormItem -
Uses of FormItem in com.jbstrap.ui.components.form.base
Methods in com.jbstrap.ui.components.form.base with parameters of type FormItemModifier and TypeMethodDescriptionvoid
FormChangeListenerHandler.onFormItemValueChange
(FormItem<?, ?> item, Object newValue) -
Uses of FormItem in com.jbstrap.ui.components.form.builders
Method parameters in com.jbstrap.ui.components.form.builders with type arguments of type FormItem -
Uses of FormItem in com.jbstrap.ui.components.form.items
Subclasses of FormItem in com.jbstrap.ui.components.form.itemsModifier 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
Subclasses of FormItem in com.jbstrap.ui.components.form.items.colorpicker -
Uses of FormItem in com.jbstrap.ui.components.form.items.fileitem
Subclasses of FormItem in com.jbstrap.ui.components.form.items.fileitem -
Uses of FormItem in com.jbstrap.ui.components.form.items.selectoritem
Subclasses of FormItem in com.jbstrap.ui.components.form.items.selectoritem -
Uses of FormItem in com.jbstrap.ui.components.listgrid
Subclasses of FormItem in com.jbstrap.ui.components.listgridMethods in com.jbstrap.ui.components.listgrid that return FormItem -
Uses of FormItem in com.jbstrap.ui.interfaces
Classes in com.jbstrap.ui.interfaces with type parameters of type FormItemModifier and TypeInterfaceDescriptioninterface
FileValueFormItem<T extends FormItem<?,
?>> The interface specifies form items whose value is a file.