Skip to main content

Accepted values

Event types

ValueDescription
CHANGEEvent is triggered any time that value of field changes. By far the most common function
CLICKEvent is triggered every time the button is clicked
TERMINOLOGY_CHANGEEvent is triggered when terminology url or parameters change
EVENT_IS_HIDDENEvent is triggered every time when field becomes hidden/shown
EVENT_ANNOTATION_VALUEEvent is triggered every time that the user adds annotation to the element
EVENT_IS_READ_ONLYEvent is triggered every time when field becomes read only/not read only
EVENT_MAX_UPDATEDEvent is triggered every time that when max multiplicity changes
EVENT_MIN_UPDATEDEvent is triggered every time that when min multiplicity changes
EVENT_CHILDREN_UPDATEDEvent is triggered on container every time that his children get updated
INPUT_ITEMS_UPDATEDEvent is triggered every time the input items of the field are updated
DATASOURCE_CHANGEEvent is triggered every time the datasource of the field / list changes
WIDGET_CONFIG_CHANGEEvent is triggered when the configuration of the widget changes
WIDGET_OUTPUT_EVENTEvent is triggered every time the widget sends an output event
WIDGET_INPUT_ACTIONEvent is triggered every time the widgets gets an input action
CLEAR_CANVAS_MARKUPEvent is triggered every time the generic canvas fields gets cleared
SEARCH_INPUT_CHANGESEvent is triggered every time the search input of a codede text field changes
COMPOSITION_SAVEDEvent is triggered when the composition is saved
EVENT_IS_COLLAPSEDEvent is triggered every time the container is either expanded or collapsed
DEFAULT_VALUE_CHANGEEvent is triggered when the default value of the field is changed
LABEL_CHANGEEvent is triggered any time the label of the field is changed
RESOURCE_RENDEREDEvent is triggered when the image resource of the generic image or canvas is rendered
MODEL_VALIDATION_CHANGEEvent is triggered any time the validation of the model is changed

Property names

ValueField types
valueAll
codeDV_CODED_TEXT, GENERIC_CODED_TEXT, DV_ORDINAL, GENERIC_ORDINAL, DV_SCALE
magnitudeDV_QUANTITY, GENERIC_QUANTITY
unitDV_QUANTITY, GENERIC_QUANTITY
denominatorDV_PROPORTION, GENERIC_PROPORTION_FIELD
numeratorDV_PROPORTION, GENERIC_PROPORTION_FIELD
labelDV_CODED_TEXT, GENERIC_CODED_TEXT, DV_ORDINAL, GENERIC_ORDINAL, DV_SCALE
ordinalDV_ORDINAL, GENERIC_ORDINAL
scaleDV_SCALE
otherValueDV_CODED_TEXT, GENERIC_CODED_TEXT
otherDV_CODED_TEXT, GENERIC_CODED_TEXT
idDV_IDENTIFIER
typeDV_IDENTIFIER
issuerDV_IDENTIFIER
assignerDV_IDENTIFIER
yearDV_DURATION
monthDV_DURATION
weekDV_DURATION
dayDV_DURATION
hourDV_DURATION
minuteDV_DURATION
secondDV_DURATION

Container button positions

ValueDescription
topPositions button on top.
bottomPositions button on bottom.

Variable types

ValueDescription
numberVariable is of type number.
stringVariable is of type string.
arrayVariable is of type array.
objectVariable is of type object.
booleanVariable is of type boolean.

Variable sources

ValueDescription
STATICVariable source is static.
EXTERNALLY_PROVIDEDVariable source is externally provided.
PREDEFINEDVariable source is predefined.
APIVariable source is api.
AQLVariable source is aql.

Variable creation types

ValueDescription
manuallyVariable was created manually.
automaticVariable was created automatic.