User Tools

Site Tools


USER INTERFACE objects

Guide Section: GUI of an EASAP | EASAP Tree: USER INTERFACE branch


  • For every new EASAP, the Builder creates a TABBED PANE,
    • USER INTERFACE→TABBED PANE LIST→tabbed_pane1
      • tabbed_pane1 is the first visible component of a new EASAP

From this empty TABBED PANE an Author builds the user interface by adding Child GUI objects, below.

These GUI objects input, display, and modify data within an EASAP.

  • Most of the same GUI objects are available with a FORM as the Parent,
    • USER INTERFACE→USER INTERFACE STYLE LIST→Add FORM LIST→Add FORM
FORM LIST or TABBED PANE LIST sub-branches
FORM

TABBED PANE
Parent for GUI objects on a popup window when an OPEN FORM ACTION is executed

Parent for GUI Objects in an EASAP's user interface
BUTTONrectangular region that triggers an ACTION when clicked
CASE VIEWERtable for the selection of a case and subsequent launch of an Excel Client
EXTERNAL FILTERapply SQL query to filter the case records visible in a CASE VIEWER
FILTERlogical comparison to filter the case records visible in a CASE VIEWER
CHOICE LISTselect an input value from a drop down list of possible values
DATEBOXinput and format a date
ESIGNER provide a digital validation of “data integrity at a certain time by an authorized party” in an EASAP interface.
STAGE OPTIONSdefine restrictions involving a group of Users and an EASAP stage on who is allowed to validate an EASAP's data
ESIGNER VIEWER display the current certification status and history of the EASAP
FILE CHOICEselect a file from local file system for use by an EASAP
IMAGEdisplay an image in the GUI
INPUTBOXversatile data entry component that can be configured to behave in a variety of modes
CONDITIONAL FORMATTINGchange the appearance of an INPUTBOX if a certain condition applies
DATA VALIDATIONdefine what data is allowed to be entered by a User
PARAMETRIC RANGEperform a parametric study varying inputs over a range
INTEGERBOXaccept integer input
LABELdisplay text and image data
 LAYOUT PANEL precisely control the layout and CSS style of GUI objects
LOGICBOXaccept either 'checked' or 'unchecked' selection as input
REALBOXaccept a real or decimal number as input
SPACERvertical or horizontal space between adjacent objects on the Tree
SUB PANEcontainer for GUI objects arranged in a box
TABBED PANE LISTcontainer for TABBED PANE's
TABULATED DATAdisplay tables of LIST data
TEXTAREAaccept input text and displays output text
TEXTBOXaccept input text in a box
TABBED PANE (only)Parent for GUI Objects in an EASAP's user interface
DATA PROCESSINGParent object for DATA PROCESSING tools
DATA TABLEallow an array of INPUTBOX's and LOGICBOX's for User input
HEADER allow GUI objects to be displayed above each column
SPACERallow space between columns
INPUTBOX LISTcreate a column of INPUTBOX's
LOGICBOX LISTcreate a column of LOGICBOX's
 EVENT PROCESSINGParent for EVENT PROCESSING tools below
SLIDERaccept a mouse-selected numerical value within a specified range as input
POLLprovide the ability to automatically, repeatedly trigger an action at a defined interval.