Navigator (attribute of entity)
From JRapid
(Redirected from Navigator)
The "navigator" attribute creates at the bottom left corner of a property‘s form, controls that permit iterating through the different stored instances of that entity.
Usage
<entity name = NAME label = LABEL navigator="navigator" />
Example
<entity name="Company" label="Company" navigator="navigator" > ... <property name="name" label="Company" /> ... </entity>
The first Company of the Company listing is showed in the navigator.
