Skip to content

Control Types

The Control Type can be different depending on the type of Component.

NoNameDescription
1ToolbarButtonIt is a Button Control placed at the location of the Toolbar. Action Service should be registered to implement any Business Logic here.
2ChannelButtonThe Control that is used for sending emails is typically referred to as an ChannelButton Control.
3ButtonThe control used to register services and implement the business logic is commonly referred to as a Button Control.
4LookUpThe LookUp control is used to connect a selection popup screen for inputting search values.
5TextThis is a control that displays or inputs data in text formats.
6SelectThe control used to select items from a dropdown list is a typically referred to as a Select control. Dropdown lists are commonly configured by linking them with Common Code to populate the list of options available for selection.
7EditorEditor control allows users to paste content from Excel tables,images, or other sources and provides various editing features such as formatting(e.g., bold, italic), alignment, and other text manipulation options. it enables users to create and edit the content within the application.
8PasswordPassword displays the characters entered by the use through masking.
9ImageUploadImageUpload is a control that uploads only image files.
10TextareaTextArea is a control for entering long text.
11RadioRadio is a control that utilizes registered Common Code to dissplay options as radio buttons and allows users to make selections.
12CheckBoxCheckbox Control
13DatePickerThis control allows users to select dates using a user interface element, such as calendar widget, making it easier to input dates accurately and efficiently.
14DateTimePickerThis control enables users to select both dates and times using a user interface element, often incorporating a calendar widget for date selection and dropdown menus for time selection. Moreover, it automatically handles data validation to ensure the integrity and accuracy of the selected date and time values.
15TimeSelectThis control allows users to select a time from a predefined lists or using a user interface element such as a dropdown menu or spinner. It assists users in selecting a time and ensures that the selected time is displayed in the specified format.
16LabelThis control is used to display text on the screen in Form-type components.
17DynamicWithout specifying a specific control, you can dynamically set controls using the Property-Component.
18NumberThis control consists of a pair of buttons, often labeled with a plus(+) and minus(-) sign, allowing users to increment or decrement the displayed numeric value. Additionally, users can directly input a numeric value into control.
19FileUploadThis control is commonly known as Attachment control. It allows users to upload and download files. To implement this functionality, you typically need to map a field in the Solution Table to store the SysId
20ImageViewIt displays an image that was uploaded using an Image Upload control in a preview format, allowing users to see the uploaded image before finalizing the upload process.
21BarcodeScanThis contol is a mobile-specific control that allows users to scan barcodes using their device's camera and retrieve the associated values.
22ZipCodeKRThis control is linked to Daum's address search interface and allows users to search for addresses. It often consists of a set of controls for binding postal codes, basic addresses, and detailed addresses retrieved from the Daum address search, enabling users to select and input addresses easily.
23SignThis control is a mobile-specific control that allows users to input their signature directly on the device's screen. Additionally, it provides functionality to save the captured signature to the user's mobile gallery.
24ColorPickerThis control invokes a palette where users can select a color and returns the selected color code to the application.
25HiddenThis control is often used for storing information that does not need to be displayed directly on the screen but required for processing functionality purposes. For example, sysId can be a good example for it.
26GroupTableColumnThis control is used in lists to group and display headers that categorize or group the list item.
27TableColumnThis control is used in list components that are structured in a table format, allowing users to define and customize the layout and content of each column in the table.
28TableColumnButtonThis control is used within a list to display buttons that perform specific actions or operations related to each item in the list.
29StepIt is used within a Step Component to display individual steps or stages of a process, guiding users through a sequence of actions or tasks.
30KanbanItemIt is used within a Kanban Component to represent each individual Kanban item or card, displaying relevant information.
31BoxIconThis control is used within a Box Component, used to show the icon inside the Component.
32BoxLabelIt is used within a Box Component to display text labels or captions that provide additional information or context about the content within the box.
33BoxDataIt is used within a Box Component to display fields from a Business Object, showing specific data or information associated with the content within the box.
34TabPaneIt is used within a Tab Component to define and represent each individual tab, allowing users to navigate between different sections or views within the component.
35CommentButtonIt is used within a Comment Component to allow users to add comments or feedback by clicking on the button.
36TextContentIt is used within a Comment Component to display the data entered by users, such as comments or feedback, within the component.
37TimelineItemIt is used within a Timeline Component to display each individual item or event on the timeline, providing a chronological representation of events or activities.
38ScheduleItemIt is used within a Schedule Component to display each individual item or event on the calendar, allowing users to view and manage their schedule or appointments.
39ChartItemIt is used within a Chart Component to display each individual item or data point on the chart, representing specific data or information visually.
40GridColumnIt is used within a Grid List Component to define and represent each column in the table-like structure, allowing users to customize the layout and content of each column.
41IconThis control is used in a mobile-specified control within the CustomForm component.
42LinkImageThis is a control that is used in Carousel Component.