A LOV is a collection of LovValue resulting of the execution of a SQL statement. Each LovValue represents an item and can hold more than one information (we use the word field) for its items (in our example, the items are countries and we have access to two fields: the short name and the long name). It is up to the rendering component (here the LovCellRenderer) to display the desired field. Of course no server call is done while switching between the different fields since the LOV is cached on the client.

In our example you can choose to enable or disable the LovCellRenderer (and thus enabling or disabling the "link" between the LOV and the Country ID) and select the information to be displayed.