Control Types
The Control Type can be different depending on the type of Component.
No | Name | Description |
---|---|---|
1 | ToolbarButton | It is a Button Control placed at the location of the Toolbar. Action Service should be registered to implement any Business Logic here. |
2 | ChannelButton | The Control that is used for sending emails is typically referred to as an ChannelButton Control. |
3 | Button | The control used to register services and implement the business logic is commonly referred to as a Button Control. |
4 | LookUp | The LookUp control is used to connect a selection popup screen for inputting search values. |
5 | Text | This is a control that displays or inputs data in text formats. |
6 | Select | The 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. |
7 | Editor | Editor 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. |
8 | Password | Password displays the characters entered by the use through masking. |
9 | ImageUpload | ImageUpload is a control that uploads only image files. |
10 | Textarea | TextArea is a control for entering long text. |
11 | Radio | Radio is a control that utilizes registered Common Code to dissplay options as radio buttons and allows users to make selections. |
12 | CheckBox | Checkbox Control |
13 | DatePicker | This control allows users to select dates using a user interface element, such as calendar widget, making it easier to input dates accurately and efficiently. |
14 | DateTimePicker | This 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. |
15 | TimeSelect | This 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. |
16 | Label | This control is used to display text on the screen in Form-type components. |
17 | Dynamic | Without specifying a specific control, you can dynamically set controls using the Property-Component . |
18 | Number | This 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. |
19 | FileUpload | This 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 |
20 | ImageView | It 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. |
21 | BarcodeScan | This contol is a mobile-specific control that allows users to scan barcodes using their device's camera and retrieve the associated values. |
22 | ZipCodeKR | This 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. |
23 | Sign | This 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. |
24 | ColorPicker | This control invokes a palette where users can select a color and returns the selected color code to the application. |
25 | Hidden | This 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. |
26 | GroupTableColumn | This control is used in lists to group and display headers that categorize or group the list item. |
27 | TableColumn | This 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. |
28 | TableColumnButton | This control is used within a list to display buttons that perform specific actions or operations related to each item in the list. |
29 | Step | It is used within a Step Component to display individual steps or stages of a process, guiding users through a sequence of actions or tasks. |
30 | KanbanItem | It is used within a Kanban Component to represent each individual Kanban item or card, displaying relevant information. |
31 | BoxIcon | This control is used within a Box Component, used to show the icon inside the Component. |
32 | BoxLabel | It is used within a Box Component to display text labels or captions that provide additional information or context about the content within the box. |
33 | BoxData | It 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. |
34 | TabPane | It 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. |
35 | CommentButton | It is used within a Comment Component to allow users to add comments or feedback by clicking on the button. |
36 | TextContent | It is used within a Comment Component to display the data entered by users, such as comments or feedback, within the component. |
37 | TimelineItem | It is used within a Timeline Component to display each individual item or event on the timeline, providing a chronological representation of events or activities. |
38 | ScheduleItem | It 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. |
39 | ChartItem | It is used within a Chart Component to display each individual item or data point on the chart, representing specific data or information visually. |
40 | GridColumn | It 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. |
41 | Icon | This control is used in a mobile-specified control within the CustomForm component. |
42 | LinkImage | This is a control that is used in Carousel Component. |