Unit 2 - Lesson 3 - Inserting Data and Linking Pages Flashcards
Describe the use of ACTION_SET
Groups buttons or links (ACTION_CONTROLs)
Style depends on the location on the page.
Page one or two, page three or more, cluster, list, modal dialog.
Describe the use of ACTION_SET
Groups buttons or links (ACTION_CONTROLs)
Style depends on the location on the page.
Page one or two, page three or more, cluster, list, modal dialog.
Describe the use of ACTION_CONTROL
Represents buttons or Links
List steps in a typical Curam development process
x
How to make field editable
With CONNECT element that includes TARGET element
Explain SERVER_INTERFACE PHASE attribute
PHASE
DISPLAY: The server interface is called when the page loads
ACTION: The server interface is called when a button on the page is pressed
If the PHASE attribute is omitted, the server interface defaults to DISPLAY
Describe the use of LINK
Linking from one page to another
ACTION_CONTROL display criteria
Page level - upper right of the page. 1-2 - icon, 3+ drop down list.
Cluster - left top and bottom of the cluster default. Customise with TOP, BOTTOM and ALIGNMENT attributes.
List - if LIST with TYPE=”LIST_ROW_MENU” - action controls displayed as drop down list. Else as button before and after the list.
Modal - as buttons on the bottom right.
Drop down actions can be disabled via conditional evaluation and the HIDE_CONDITIONAL_LINKS attribute in curam-config.xml set to FALSE.
Attributes: TYPE, TOP, BOTTOM, ALIGNMENT
Elements: ACTION_CONTROL, CONDITION, SEPARATOR
explain TYPE in ACTION_CONTROL
ACTION - used to create a link to another page
SUBMIT -used to create a button that calls any ACTION phase server interfaces on this page
DISMISS - used to create a button that closes a popup page
SUBMIT_AND_DISMISS submit with closing of a pop up page
FILE_DOWNLOAD download file stored as evidence on a case
CLIPBOARD - copy information into system clipboard
Must have LABEL and/or IMAGE attribute. IMAGE refer entry in Image.properties
Optional: STYLE, CONFIRM, DEFAULT action (only on submit type), ACTION_ID (only on submit type) informs server side which action control
LINK element can be added to ACTION_CONTROL to link to a specific page.
SCRIPT element to call JAVASCRIPT
CONNECT for type CLIPBOARD
CONDITION to determine to display or not
Attributes: LABEL, IMAGE, STYLE, CONFIRM, TYPE, DEFAULT, ACTION_ID
Elements: LINK, CONNECT, SCRIPT, CONDITION
Describe the use of ACTION_CONTROL
Represents a control, such as a button or hyperlink, that can be used to execute a command or link
List steps in a typical Curam development process
x
How to make field editable
With CONNECT element that includes TARGET element
Explain SERVER_INTERFACE PHASE attribute
PHASE
DISPLAY: The server interface is called when the page loads
ACTION: The server interface is called when a button on the page is pressed
If the PHASE attribute is omitted, the server interface defaults to DISPLAY
Describe the use of LINK
Linking from one page to another
ACTION_CONTROL display criteria
Page level - upper right of the page. 1-2 - icon, 3+ drop down list.
Cluster - left top and bottom of the cluster default. Customise with TOP, BOTTOM and ALIGNMENT attributes.
List - if LIST with TYPE=”LIST_ROW_MENU” - action controls displayed as drop down list. Else as button before and after the list.
Modal - as buttons on the bottom right.
Drop down actions can be disabled via conditional evaluation and the HIDE_CONDITIONAL_LINKS attribute in curam-config.xml set to FALSE.
Attributes: TYPE, TOP, BOTTOM, ALIGNMENT
Elements: ACTION_CONTROL, CONDITION, SEPARATOR