"UI widgets" is a generic name for a group of widgets defined in a QuickForm. There are the following two types:
Screen Widgets
"Screen widgets" is a group of widgets which are displayed on the screen such as text input fields, tables, etc. Widgets are transformed into HTML elements at runtime in the Web browser if you specify widgets in the accepted format for HTML.
The following table shows all screen widgets:
Name | Type (This value is defined to type property) | Overview |
---|---|---|
IBPMText | The widget to display text. | |
IBPMTextInput | The widget to input and edit a single line of text. | |
IBPMCheckBox | The widget to display an "on/off" (selected or cleared) check box. | |
IBPMRadioButton | The widget to display a radio button. | |
IBPMTextArea | The widget to input and edit one or more lines of text. | |
IBPMSelect | The widget to display a list from which single or multiple items can be selected. | |
IBPMComboBox | The widget to display a combo box (sometimes called "dropdown box"), which consists of an input field and a list of items from which a single item can be selected. | |
IBPMDateInput | A type of TextInput widget. | |
IBPMNumberInput | A type of TextInput widget. | |
IBPMSelectList | The widget to display a list from which single or multiple items can be selected. | |
IBPMCheckList | The widget to display a list with check box items. | |
IBPMViewContainer | The general container widget. | |
IBPMPanel | The widget to display a container with a title bar. This consists of title part and body part. | |
IBPMViewStack | The widget to switch between containers in the same position. | |
IBPMTabPanel | The widget to display containers on tabbed pages. Users can switch between pages by clicking the tabs. | |
IBPMFragmentContainer | The container widget to load and display contents from an external source after the page has been displayed. | |
IBPMCalendar | The widget to display a calendar and select a date. | |
IBPMPopupCalendar | The widget to display a popup calendar window. | |
IBPMCalendarButton | The button widget to display a popup calendar when pressed. This is used with PopupCalendar. |
Additional Functional Widgets
Additional functional widgets add functions to screen widgets.
The following table shows all additional function widgets:
Name | Type (This value is defined to type property) | Overview |
---|---|---|
RadioButtonGroup | The widget to group radio buttons. |