Scout/Concepts/LookupRow
< Scout | Concepts
Revision as of 12:19, 3 November 2011 by Claudio.guglielmo.gmail.com (Talk | contribs) (Category changed)
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
LookupRow is an entity keeping together some properties (key, text, color…) corresponding to one possible result for one LookupCall.
Description
A LookupCall is responsible to compute a set of LookupRows depending on an input. If many rows are returned by the LookupCall, a SmartField will display them. That way the user can choose one of them.
Content of a LookupRow
The Lookup Call contains:
- key
- text
- iconId
- tooltip
- background color
- foreground color
- font
- enabled
- parentKey
- active
Code example