Package com.smartgwt.client.widgets.form.fields
package com.smartgwt.client.widgets.form.fields
-
ClassDescriptionClass for editable multi-line text areas (uses HTML
<TEXTAREA>
object) automatically expands to accommodate its contentFormItem intended for inserting blurbs of instructional HTML into DynamicForms.Boolean form item, implemented with customizable checkbox imagesFormItem for adding a Button to a form.Button that cancels any changes in the form, by callingDynamicForm.cancelEditing
when clicked.FormItem which renders a Canvas inline in a DynamicForm instance.Checkbox form item, implemented with customizable checkbox images.Form item for selecting a color via a pop-upColorPicker
.Form item for selecting a color via a pop-upColorPicker
.The Combobox is a text input field which can show a list of options via a drop-down PickList.AFormItem
for editinglogical-Date
values, where times are ignored.Allows a user to select an absolute or relative range of dates via twoRelativeDateItem
s (ifallowRelativeDates
is true) or twoDateItems
.A simpleDateItem subclass
for editingregular datetime
values, where date and time elements are relevant.TextForm item for managing a text field that displays a decimal value.Customizer that returns the list of OperatorIds applicable to a given field.Binary data interface for use in DynamicForms.Criteria function for pick lists.A TextItem for managing a text field that displays a floating point value.A UI component that can participate in a DynamicForm, allowing editing or display of one of thevalues tracked by the form
.Interface containing a method to return filter criteria for use by some form item.Context object passed to FormItemFunctions containing information about the form item on which the function was firedForm item icon descriptor objects used by Form Items to specify the appearance and behavior of icons displayed after the item in the page flow.FormItem for showing a header within a DynamicForm.HiddenItems track a value but have no visible appearance and do not take up space in the form layout.FormItem intended for inputting integer numbers.Subclass ofPickTreeItem
which shows anIMenuButton
rather than a simpleMenuButton
as it's main button.A form item that displays a URL.Provides a compact interface for editing a date range, by providing a formatted, read-only display of the current selected date range with an icon to launch aDateRangeDialog
to edit the range.A MultiComboBoxItem is a combo box that allows the user to select multiple options.The MultiFileItem provides an interface for a user to save one or more files that are related to a DataSource record, where each file is represented by a record in a related DataSource.MultiPickerItem provides an interface to edit data involving whether a record has membership in a certain set, for example, where specific Employees are part of specific Teams.A checkbox for manipulating 2-valued fields based on the native checkbox element.FormItem for password fields, where text input by the user should not be shown in readable text.Convenience class for setting pickers for form fields.Interface to show a drop-down list of pickable options.FormItem that allows picking a value from a hierarchical data model.FormItem that shows a set of mutually exclusive options as a group of radio buttons.A FormItem for entering a date relative to today or relative to some other date, or a specific absolute date.Button that resets the form to default values, by callingDynamicForm.resetValues()
If you define a click handler on this item, you can return false to cancel the reset.FormItem for rich text (HTML) editing.Form item that renders as a blank row in the form layout.
SetstartRow
tofalse
to create a rowSpacer that simply takes up every remaining column in the current row rather than starting a new row.(SSI for short) Provides a UI for creating, editing and applying saved searches for atarget
using theSavedSearches
system.Header item for a collapsible section in aDynamicForm
.FormItem that allows picking between several mutually exclusive options via a select list.FormItem that shows a list of options, plus an "Other..." option that allows them to enter another value.SpecializedMultiPickerItem
used for generating search criteria in theFilterEditor
and in SearchForms.Shuttle
-based form item for choosing values from a list of options.FormItem that uses aSlider
component to present an interface for picking from either a continuous range or a range with a small number of discrete values.A SpacerItem takes up a single cell in the FormLayout, of arbitrary size.Item for picking a number.A FormItem that displays an uneditable value.Button that saves the data in the form, by callingDynamicForm.submit()
when clicked.Class for editable multi-line text areas (uses HTML<TEXTAREA>
object)FormItem for managing a text field.AFormItem
for editinglogical-time
values, which are Date instances where only the time-portion is relevant.FormItem that uses aToggleSwitch
component to present an interface for picking from either a continuous range or a range with a small number of discrete values.Set of horizontally arranged buttons.FormItem that creates an HTML <input type="file"> control, with an interface that allows a user to pick a file from his machine to upload to the server.A simple subclass ofFileItem
for displaying the contents of "imageFile" fields in DynamicForms.