public interface ExportBGColor
ListGrid.exportData()
orListGrid.exportClientData()
. The
following APIs are called in the order shown, so hilite.backgroundColor
takes
precedence over exportDefaultBGColor
, for example. If
overriding any of the above methods, return null to allow methods later in the precedenceorder
to influence background color. For example, if you want certain rows to have aspecial
background color but also want to show alternating colors per row, overridegetExportRowBGColor
and return null for all rows that should just show normal alternatingcolors, and not a special
color.