Skip to content

UI

"UI" is a definition about the application screen. The UI editor allows you to layout components and define actions in response to component events (such as button clicks).

Create

There are two types of UI: UI and Authentication UI.
The former is a user-created UI and is used for normal screens. Authentication UI, on the other hand, is a UI related to authentication that is prepared in advance by the service. The authentication UI can be partially modified in terms of layout.

UI

To create a new UI, click the "UI" icon from the side menu to display the UI list. A new UI can be created by the following operations.

  1. Select "Add UI" from the "ADD UI" button in the same panel.
  2. Enter information in the "ID" and "Label" fields in the dialog and click the "Add UI" button.

Authentication UI

The authentication UI is pre-created when the application is created.
Select "Authentication UI" from the"Selection List" at the top of the UI list panel.

The authentication UI provided built-in is as follows:

LabelDescription
Sign In IDSign In screen
Sign in PasswordPassword input screen
Sign in New PasswordPassword change screen (during initial sign-in)
Sign In MFAMFA (multi-factor authentication) screen
Sign Up FormSign Up screen
Sign Up Verify EmailSign-up confirmation code entry screen
MFA Setting Step1MFA (multi-factor authentication) enable/disable selection screen
MFA Setting Step2MFA (multi-factor authentication) setup screen
Reset Password Step1Password reset screen
Reset Password Step2Password reset screen
Change PasswordPassword change screen
Sign outSign-out screen
Terms and ConditionsTerms of Use screen

Edit

UI can change ID and label.
Select "Menu" - "Edit" of the UI you wish to edit from the UI list.

Delete

To delete a UI, select UI "Menu" - "Delete".

UI Copy

The UI can be copied and inserted into the specified application. Select "Menu" - "Copy UI" of the UI you want to copy from the UI list.

The UI can be filtered from the search field at the top of the panel.

Export

UI definitions can be downloaded locally as files. This can be done by selecting "Menu" "Export" in the UI.

Import

UI definitions exported locally can be uploaded to the service. Select "Import" from the "Create UI"button in the upper right corner of the UI list. Select the UI definition file from the "Import"dialog and perform the upload. UI definitions can only be imported between UIs of the same application type.

Export source application typeImport Destination Application TypeSupport
DesktopDesktopo
MobileMobileo
DesktopMobilex
MobileDesktopx

Commit

The user can commit an app definition to repository with the application definition against commit.

Screen transition diagram

Screen transition diagrams can be output for transition relationships between UIs included in the application definition. UI blocks can be moved/resized, and link connection points can be moved.
The components of a screen transition diagram are as follows

ComponentsDiagramDescription
UI BlockRectangular blockDisplays UI label
LinkLineDisplays an arrow from source to destination.

Output

Screen transition diagrams can be output in one of the following ways

• Select "UI menu (right of ADD button)" - "Screen Transition" from the upper right corner of the UI list.
• Select "UI Menu" - "Screen Transition"

Save

Information on UI block placement/size changes and link connection point changes can be saved by clicking the "SAVE" button on the toolbar of the screen transition diagram.

Transition to UI definition

Clicking the context menu "Open UI" of a UI block in the screen transition diagram will take the user to the target UI definition.

Display Selection

Initially, all UIs included in the application definition are selected, but can be deselected at any time.

  1. Click on the toolbar "Select Display" on the screen transition diagram.
  2. A dialog box for selecting display items will appear.
  3. After selecting the display, click the "Apply"button.
  4. To save the display selection, click the toolbar"Save" button.

Export

By clicking "PNG Output" on the toolbar of the screen transition diagram, the screen transition diagram can be exported in PNG format.

Deployment Reset

Clicking on the "Deployment Reset" toolbar on the screen transition diagram resets the changed information (UI block placement position/size changes, link connection point changes) of the screen transition diagram and returns it to the state of the screen transition diagram at the time of initial display.