01es
01es
### Description Rendering customisers define CSS styles for individual properties (columns). There are situations where styles need to be specified for an entire row. At the moment, this requires associating...
### Description Continuation is initiated by throwing an exception of type `NeedMoreData` that is initialised with a type of an action-entity, representing that continuation. This happens in method `save` for...
### Description Continuations are modelled as action-entities, which can either be used for continuation purposes only or for dual-purpose — both as a continuation and an action, which can be...
### Description Entities may have activatable entity-typed properties that reference inactive values. Entities themselves can have the activatable nature and be inactive. There is no generic mechanism to convey these...
### Description Entities may have activatable entity-typed properties that reference inactive values. It would be beneficial to provide some visual cues in Entity Masters when inactive values are displayed. It...
### Description Entity validation happens property by property in the order of properties, returned by `AbstractEntity.fieldsForProperties()`. This method in turn is based on `Finder.streamRealProperties(...)` that uses the order of field...
### Description Title actions become visible for focused property editors and when hovering over an editor with a mouse cursor. Tapping a title for an entity-typed property editor invokes the...
### Description The use of `@` to mention someone in order to draw their attention to something is now a commonly used feature across multiple tools and is familiar to...
### Description The following early runtime verifications for security tokens are required: - [ ] 1. Security token simple names are unique. - [ ] 2. Security token titles are...
### Description There are situations in which it is necessary to obtain a URI to download a file represented by an `Attachment` instance. Attachments can represent either a file, uploaded...