LogoLogo
Home
Core Platform
Core Platform
  • Introduction
    • Overview
    • Use Cases
    • Architecture
    • Built with ML & AI
    • Quick Start
  • Examples
    • Training Examples
      • API Flow Examples
      • Microservice Examples
      • UI Example
      • Exercise: Hello World API
      • Exercise: Test State
      • Exercise: Test UI
    • Exercise: To-do List
      • To-do List Runner
      • To-do List Gateway
      • To-do List UI
      • To-do List Query
  • Troubleshooting
    • Rierino Packages
    • Release Notes
    • Useful Checks
    • Error Codes
  • Devops
    • Overview
    • API Flows
      • Using the Saga Screen
      • Defining a Saga
      • Configuring Saga Steps
        • Event Step
        • Transform Step
          • Transform Classes
        • Condition Step
          • Condition Classes
        • Step Link
      • Injecting Variables
    • Microservices
      • Runners
        • Using the Runner Screen
        • Defining a Runner
        • Managing Runner Settings
        • Adding Runner Elements
        • Deploying Runners
          • Spring Runners
          • Samza Runners
          • Camel Runners
      • Elements
        • Systems
        • State Managers
          • Typical Use Cases
          • State Data Structure
          • Local States
            • In-Memory Map
            • Caffeine Cache
            • Samza Based
            • Lucene Based
            • Single File
            • Multiple Files
            • Selected IDs Map
            • Indexed Map
          • Shared States
            • MongoDB Collection
            • Jooq (SQL) Table
            • Redis Map
            • Couchbase Collection
            • Elasticsearch Index
            • Elasticsearch Joined
            • Etcd Namespace
          • Specialized States
            • CRUD Service
            • Odata Service
          • State Coordinators
            • Lazy Cache Coordinator
            • Event Store Coordinator
            • Write thru Coordinator
          • Loading Strategies
          • ID Generators
        • Listeners
        • Query Managers
          • MongoDB
          • Elasticsearch
          • Lucene
          • SQL Based
          • Odata Service
        • Handlers
          • Core Handlers
            • Write Data
            • Read Data
            • Query Data
            • Apply Rules
            • Call Rest API
            • Generate Text/Html
            • Parse Html
            • Generate Secrets
            • Orchestrate User Task
            • Perform File Operation
            • Run Shell Command
            • Send/Receive Emails
          • Custom Code Handlers
            • Run Scripts
            • Run Java Code
            • Run Java Package
          • Flow Handlers
            • Orchestrate Saga
            • Loop Each Entry
            • Run Multiple Steps
            • Buffer Payloads
            • Merge Parallel Steps
            • Log Event
            • Send Event
            • Validate Event
            • Transform Event
            • Perform DB Transaction
            • Trigger Runner Command
            • Do Nothing
            • Modify Role Data
            • Enrich Role Data
            • Convert Pulse to Journal
          • Gateway Handlers
            • Authenticate
              • No Authentication
              • State Based
              • Keycloak Based
            • Sessionize
          • Specialized Handlers
            • Apply Advanced Rules
            • Calculate Real-time Metrics
            • Score ML Models
            • Score LangChain Models
            • Service MCP Requests
            • Service A2A Requests
            • Consume Web of Things
            • Perform Text Embedding
            • Run Python Procedure
            • Generate Excel
            • Generate PDF
            • Call SOAP API
            • Integrate with Camel
        • Actions
        • Streams
          • Kafka Topic
          • CDC Feed
          • Camel Component
        • Roles
        • Generic Settings
        • Global Settings
      • Deployments
        • Defining a Deployment
        • Alternative Loaders
    • Gateway & Security
      • Gateway Servers
        • Gateway Systems
        • Gateway Channels
        • Gateway Services
        • Gateway Tokens
      • APIs
        • OpenAPI Specification
        • Response Formats
    • Administration
      • Managing Deployments
      • Sending Commands
      • Streaming Messages
      • Migrating Assets
    • Batch Tasks
      • Python Processes
      • Python Iterators
      • Python Processors
    • Pro-Code
      • Custom Handlers
      • Custom State Managers
      • Custom Query Managers
      • Custom CDC Managers
  • Design
    • Overview
    • User Interface
      • Apps
      • UIs
        • Listers
        • Widgets
          • Value Widgets
          • Array Widgets
          • Object Widgets
          • Indirect Widgets
          • Atom Widgets
        • Menus
          • Lister Menu Actions
          • Selection Menu Actions
          • Editor Menu Actions
          • Widget Menu Actions
          • Custom Menu Actions
          • RAI Menu Actions
        • Extended Scope
          • Conditional Display
          • Data Context
          • Extra Data
          • Default Item
          • Extra Events
      • Options
      • Translations
      • Icons
      • Styles
      • Components
    • API Mapping
    • Data Schema
      • Common Data
  • Configuration
    • Overview
    • Queries
      • Query Types
      • Query Platforms
        • MongoDB Queries
        • Odata Queries
        • SQL Queries
        • Elasticsearch Queries
        • Lucene Queries
        • Siddhi Queries
    • Business Rules
      • Drools Rules
    • Dynamic Handlers
  • Data Science
    • Overview
    • ML Models
      • Scheduler Platforms
        • Airflow Scheduler
    • GenAI Models
    • MCP Servers
    • Complex Event Processing
      • Siddhi Data Flows
    • Data Visualizations
    • Customizations
  • EXTENSIONS
    • JMESPath
    • Handlebars
Powered by GitBook

© Rierino Software Inc. 2025. All rights reserved.

On this page
  • Text Widgets
  • Multi Text Editor
  • Selection Widgets
  • Multi Select Editor
  • Multi Item Editor
  • Multi Item Search Editor
  • Multi Item Tree Editor
  • Multi Item Table Editor
  • Nested Widgets
  • Table Editor
  • Object Table Editor
  • Grid Editor
  • Step Editor
  • Tab Editor
  • Customize Editor
  • Other Widgets
  • Multi Media Editor
  • Multi Media Metadata Editor
  • Handlebars Preview Editor
  • Preview Editor
  • Multi Attribute Editor
  • Multi Action Editor
  • Array To Object Editor
  1. Design
  2. User Interface
  3. UIs
  4. Widgets

Array Widgets

Array widgets are used to display and update list of value or object fields.

It is possible to extend the list and variety of array widgets, and Rierino is shipped with the following widgets:

Text Widgets

Multi Text Editor

ChipArrayEditor displays a list of values with removable Chip components. This widget has the following special properties:

Property
Definition
Example
Default

props.valueType

Type of value this widget should display and return

integer

text

inputProps.dom

Additional dom properties to pass on to TextField component used for new value entries

-

-

valueProps.dom

Additional dom properties to pass on to Chip component used for listing current entries

-

-

Selection Widgets

Multi Select Editor

SelectArrayEditor displays a list of values selected from a predefined set of options (either by name or as an actual set). This widget has the following special properties:

Property
Definition
Example
Default

props.options

Name of the options list used for selection

conditionClass

-

props.optionValues

Actual contents of the options list used for selection

[{"id":"1"}]

-

props.placeholder

Text to display as placeholder

Select option

-

props.dom

Additional dom properties to pass on to Select component

-

-

Multi Item Editor

Property
Definition
Example
Default

props.itemLabel

Json path (or JMES pattern) to name field to display as label in drop down

data.main.name

name or data.name

props.itemTooltip

Json path (or JMES pattern) to description field to display as tooltip in drop down

data.main.description

description or data.description

props.itemIcon

Json path (or JMES pattern) to icon name field to display in drop down

data.main.icon

-

props.itemGroup

Json path (or JMES pattern) to a field for grouping values by in drop down

data.domain

-

props.valueType

Type of value this widget should display and return

integer

text

inputProps.dom

Additional dom properties to pass on to Autocomplete component

-

-

Multi Item Search Editor

ItemSearchEditor displays a list of ids of a lookup record (such as product) from a searchable table of values, with structure similar to ItemSearchEditor. This widget allows filtering results and should be preferred for selecting among large number of records. It has the following special properties:

Property
Definition
Example
Default

props.source

Name of data source mapping to use for fetching list of records and details

product

-

props.selector

Json path to the id field for representing selected value

id

-

props.columns

List of default table column configurations

-

-

props.detail.source

Overriding data source name to use when displaying selected value details

product-list

-

props.detail.filter

Filter parameter to pass selected values with when querying from detail source

productids

-

props.detail.columns

List of table column configurations for displaying selected value details

{"path":"id","title":"ID"}

-

props.list.source

Overriding data source name to use when searching for values

product-search

-

props.list.filters

List of main and extra filters for searching from list source

"main":[{"path":"name","widget":"TextFilter"}]

-

props.list.columns

List of table column configurations for displaying search results

{"path":"id","title":"ID"}

-

Multi Item Tree Editor

Property
Definition
Example
Default

props.itemLabel

Json path (or JMES pattern) to name field to display as label in drop down

data.main.name

name or data.name

props.itemParent

Json path (or JMES pattern) to parent field for creating hierarchy

data.main.parentId

parent or data.parent

Multi Item Table Editor

Property
Definition
Example
Default

props.paginated

Whether table should be paginated or not

true

false

props.pageSize

Number of rows to display per page if table is paginated

20

10

props.columns

Array of columns with field, key, title, default, local parameters

[{"field": "name", "title": "Name"}]

-

Nested Widgets

Table Editor

TableArrayEditor displays a list of objects in table form with all columns editable inline. Column widgets are typically automatically discovered based on field data types. This widget has the following special properties:

Property
Definition
Example
Default

valueProps.widget

Widget to use for a single column table

TextEditor

-

valueProps.widgetProps

Extra properties to pass on to single column table

{"source": "category"}

-

valueProps.contents

UI description of all table columns similar to grid contents, including simpler widgets (img, time, date, array, table, pattern, option) as well

[

{"path":"name", "widget":"TextEditor", "props": {}},

{"path":"image", "widget":"img"}

]

-

valueProps.fieldProps

Properties to pass on to all table columns (when contents is undefined)

-

-

Object Table Editor

ObjectTableArrayEditor displays a list of objects in table form with selected fields as columns. Table fields are displayed using default widgets for their data types. This widget has the following special properties:

Property
Definition
Example
Default

props.tableFields

List of Json paths to display as table columns

[{"path":"name", "widget": "TextEditor"}]

-

props.uiDesign.tabs

Tab contents of displayed editor for row editing

[{"tab":"DEFINITION"}]

-

props.uiDesign.title

Title to display on object editor

Details

-

props.uiDesign.titleIcon

Title to display on object editor

edit

-

Grid Editor

GridArrayEditor displays a list of objects in a Grid structure. This widget has the following special properties:

Property
Definition
Example
Default

valueProps.entrySize

Size of each grid entry (out of 12 per row)

6

12

valueProps.grids

List of grids, each with content specifications and props

[{"contents":[{"path":"name"}], "props":{"sm":6}}]

-

Step Editor

Tab Editor

TabArrayEditor displays a list of objects inside a tab panel, where adding new entries results in adding new tabs. This widget has the following special properties:

Property
Definition
Example
Default

valueProps.tabLabel

Json path for displaying as tab labels

tab

name or data.name

valueProps.grids

List of grids for each tab, each with content specifications and props

[{"contents":[{"path":"name"}], "props":{"sm":6}}]

-

Customize Editor

CustomizeArrayEditor is a special editor which displays data customizations for records, with options to add/remove applicable customizations mapping customBy attributes of records with customization ids. This widget has the following special properties:

Property
Definition
Example
Default

props.source

Name of data source mapping to use for fetching list of customization names, types and ids

product_customization

customization

valueProps.grids

List of grids, each with content specifications and props for customized data entries

[{"contents":[{"path":"name"}], "props":{"sm":6}}]

-

Other Widgets

Multi Media Editor

Property
Definition
Example
Default

valueProps.dom

Additional dom properties to pass on to div encapsulating each image

-

-

inputProps.dom

Additional dom properties to pass on to TextField for entering image paths

-

-

Multi Media Metadata Editor

Property
Definition
Example
Default

props.mediaPath

Json path for the media url in editor contents

imageUrl

media

props.uiDesign

Complete editor UI configurations for detail contents

{"title": "Image", "titleIcon": "media", "tabs":[{"tab":"DEFINITION"}]}

-

valueProps.dom

Additional dom properties to pass on to div encapsulating each image

-

-

inputProps.dom

Additional dom properties to pass on to TextField for entering image paths

-

-

Handlebars Preview Editor

Property
Definition
Example
Default

props.sourcePartialPath

Json path for element for reading partial

data.inline

data.partial

props.sourcePreviewPath

Json path for element for reading preview

data.render

data.preview

props.componentPath

Json path for id of template component to use for data entry

data.component

component

props.disabledPath

Json path for detecting whether current data entry should be disabled

data.disable

disabled

props.contentPath

Json path for data to use in populating template from entry

data.body

content

props.minHeight

Minimum height for rendered list

100

-

props.editOnly

Whether it should be possible to change structure of contents by default

true

false

props.uiDesign

Complete editor UI configurations for editing entry contents

{"tabs":[{"tab":"DEFINITION"}]}

-

This editor loads all from a data source (e.g. page components). For each record in current data list, it uses a component field to identify the preview template to use and populates that template with record's content field values.

Preview Editor

EditorPreviewArrayEditor is a special editor for designing UI screens, allowing definition of list of editors to include within a grid. This widget has the following special properties:

Property
Definition
Example
Default

props.uiDesign

Complete editor UI configurations

{"tabs":[{"tab":"DEFINITION"}]}

-

props.uiDesignRef

Editor design reference

component

-

Multi Attribute Editor

AttributeArrayEditor is a special component for editing a dynamic array with attribute & value / valueId fields, where list of applicable attributes are identified based on another data element. This widget has the following special properties:

Property
Definition
Example
Default

props.attributeValueSource

Id of the UI source for populating attribute value list for attributes of lookup type

attribute_value

-

props.attributeValueLabel

Data element to use as label for the values from attribute value source

data.name.enUS

-

props.attributeValueTooltip

Data element to use as description for the values from attribute value source

data.description.enUS

-

props.attributeValueAttribute

Data element to use for selecting values of a given attribute

data.attributeId

-

props.attributeValueFilterParam

Data element from attribute value source to filter applicable attribute values on server side

status

-

props.attributeSource

Id of the UI source for populating attribute list

attribute_with_categories

-

props.attributeLabel

Data element to use as label for the attribute editor from attribute source

data.name.enUS

-

props.attributeTooltip

Data element to use as description for the attribute editor from attribute source

data.description.enUS

-

props.filterParam

Data element from attribute source to filter applicable attributes on server side

status

-

props.filterField

Data element from attribute source to filter applicable attributes locally

categories

-

props.filterPath

Data element from current root record to compare against filter field values

data.category

Multi Action Editor

ActionArrayEditor is a special component for editing action items for business rules. This widget has the following special properties:

Property
Definition
Example
Default

props.domain

Rule domain for loading available functions

product_discount

-

Array To Object Editor

PreviousValue WidgetsNextObject Widgets

Last updated 6 months ago

ItemArrayEditor displays a list of ids of a lookup record (such as attribute, category), with structure similar to ItemEditor. Each value is selected from an AutoComplete drop down and list of current values are displayed as Chips. This widget has the following special properties in addition to :

TreeArrayEditor displays hierarchical list of items in a tree-like structure, allowing easy selection of records. This widget has the following special properties in addition to :

ItemTableArrayEditor displays a table of items, allowing easy selection of records while seeing their details. This widget has the following special properties in addition to :

StepArrayEditor is a variation of GridArrayEditor, where each entry is considered a step and visualized as such. This widget has the same special properties as the .

MediaArrayEditor displays a list of images or videos, each represented by their relative URL path. This widget has the following special properties in addition to those listed in :

MediaMetadataArrayEditor displays a list of images or videos with metadata fields editable, each represented by their relative URL path. This widget has the following special properties in addition to those listed in :

is used for collecting list of records while rendering each record with a Handlebars template, providing form of a web page / section builder. This widget has the following special properties in addition to :

ArrayToObjectEditor allows editing of a key-value array using Object Widgets, which is useful for cases where the list of keys is predefined. This widget has the same special properties as .

Grid Editor
Media Editor
Media Editor
Contents Editor
sourced widget properties
sourced widget properties
sourced widget properties
sourced widget properties