t_GridType_GridColumn_CellEditors_CellEditor
CellEditor
Properties
bounded : Bounded"Auto" to let the system determine whether the list is bounded. "True" to force bounded.
Valid values based on“string”. auto Automatically sets bounded to true if the value is bound to a required attribute, otherwise unbounded.
true Force the list to be bounded.
false Force the list to be unbounded.
cacheAssociation : stringA non-collection association path from the start of the collection association. Indicates the start of the cached child query.
cached : booleanTrue if the collection is cached on the client.
caption : stringThe cell caption attribute name, when in-place picker is configured.
case : stringValue(s) of the "case" property when this CellEditor is active.
collection : stringCollection association, or class name to be shown in the dropdown list.
collectionAnnotation : stringSpace separated list of annotations which do not exist in the Domain Model.
collectionCaption : stringAttribute from the "collection" class to display dropdown item caption.
collectionLazy : booleanFor the associated collection specifies whether the collection is retrieved for each instance separately.
collectionOrderBy : stringOrder by expression to sort the collection: ((attr1 . asc1) ... (attrN . ascN)).
collectionQuery : stringList of additional attributes to include in collection read query.
collectionTooltip : stringThe attribute, association path, or a constant specifying tooltip for each collection item.
collectionValue : identifierListAttribute from the "collection" class to set the target value.
Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
collectionWhere : stringWhere clause to be applied to the collection.
event : stringUIEvent attached to this control. UIEvents are handled by UIActions.
exclusive : booleanIf true lack of selection means disabling children collection query. Otherwise, children query is generated.
format : stringFormat string to be used for parsing and formatting the raw value.
hiddenObjectCaption : stringThe attribute, association path, or a string constant to display when the value is an object that is hidden from the user.
icon : stringThe cell icon attribute name.
picker : booleanTrue if picker, otherwise a dropdown list. Valid if "collection" is specified.
popup : identifierThe name of screen appearing as picker type ahead popup.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
popupTooltip : identifierThe name of screen appearing as popup tooltip.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
popupTooltipJustification : RelativeJustificationThe popup tooltip justification relative to its anchor. One of "before", or "after".
Valid values based on“string”. before after popupTooltipPosition : RelativePositionThe position of the popup tooltip relative to its anchor. One of "above", "below", "left", or "right.
Valid values based on“string”. above below left right popupTooltipStyle : PopupTooltipStyleThe popup tooltip appearance style. One of "clean", or "callout".
Valid values based on“string”. clean callout popupTooltipValue : stringThe attribute or an association path to the instance to appear in the popup tooltip. Can be empty.
tooltip : stringThe attribute, association path, or a constant specifying tooltip.
unit : stringDisplay unit bind. Attribute name, or constant.
value : stringValue attribute name.
Parents
Parent topic: t_GridType_GridColumn_CellEditors