Skip to main content
Skip table of contents

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 : string

A non-collection association path from the start of the collection association. Indicates the start of the cached child query.

cached : boolean

True if the collection is cached on the client.

caption : string

The cell caption attribute name, when in-place picker is configured.

case : string

Value(s) of the "case" property when this CellEditor is active.

collection : string

Collection association, or class name to be shown in the dropdown list.

collectionAnnotation : string

Space separated list of annotations which do not exist in the Domain Model.

collectionCaption : string

Attribute from the "collection" class to display dropdown item caption.

collectionLazy : boolean

For the associated collection specifies whether the collection is retrieved for each instance separately.

collectionOrderBy : string

Order by expression to sort the collection: ((attr1 . asc1) ... (attrN . ascN)).

collectionQuery : string

List of additional attributes to include in collection read query.

collectionTooltip : string

The attribute, association path, or a constant specifying tooltip for each collection item.

collectionValue : identifierList

Attribute 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 : string

Where clause to be applied to the collection.

event : string

UIEvent attached to this control. UIEvents are handled by UIActions.

exclusive : boolean

If true lack of selection means disabling children collection query. Otherwise, children query is generated.

format : string

Format string to be used for parsing and formatting the raw value.

hiddenObjectCaption : string

The attribute, association path, or a string constant to display when the value is an object that is hidden from the user.

icon : string

The cell icon attribute name.

picker : boolean

True if picker, otherwise a dropdown list. Valid if "collection" is specified.

popup : identifier

The 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 : identifier

The 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 : RelativeJustification

The popup tooltip justification relative to its anchor. One of "before", or "after".

Valid values based on“string”.
before
after
popupTooltipPosition : RelativePosition

The 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 : PopupTooltipStyle

The popup tooltip appearance style. One of "clean", or "callout".

Valid values based on“string”.
clean
callout
popupTooltipValue : string

The attribute or an association path to the instance to appear in the popup tooltip. Can be empty.

tooltip : string

The attribute, association path, or a constant specifying tooltip.

unit : string

Display unit bind. Attribute name, or constant.

value : string

Value attribute name.

Parents

Parent topic: t_GridType_GridColumn_CellEditors

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.