I have three conditions for three possible values for a variable. In the mxml code i would like to display a different datagrid for each instance. Is there a shorter way than writing three boolean functions for each possible value, and then using the boolean value returned by the method as a parameter for whether each datagrid will be loaded?I have three conditions for three possible valu