The following example shows how you can determine if a specific item is selected in a Flex Gumbo FxButtonBar control by using the isItemSelected() method.

Full code after the jump.

To use the following code, you must have Flash Player 10 and a Flex Gumbo SDK installed in your Flex Builder 3. For more information on downloading and installing the Gumbo SDK into Flex Builder 3, see “Using the beta Gumbo SDK in Flex Builder 3″.

View MXML

<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2009/02/22/determining-if-an-item-is-selected-in-an-fxbuttonbar-control-in-flex-gumbo/ -->
<Application name="FxButtonBar_isItemSelected_test"
        xmlns="http://ns.adobe.com/mxml/2009"
        layout="vertical"
        verticalAlign="middle"
        backgroundColor="white">

    <Script>
        <![CDATA[
            private function btnBar_updateComplete(evt:Event):void {
                lblNull.text = btnBar.isItemSelected(null).toString();
                lblOne.text = btnBar.isItemSelected('One').toString();
                lblTwo.text = btnBar.isItemSelected('Two').toString();
                lblThree.text = btnBar.isItemSelected('Three').toString();
            }
        ]]>
    </Script>

    <ApplicationControlBar dock="true">
        <Form styleName="plain">
            <FormItem label="isItemSelected(null):">
                <Label id="lblNull" />
            </FormItem>
            <FormItem label="isItemSelected('One'):">
                <Label id="lblOne" />
            </FormItem>
            <FormItem label="isItemSelected('Two'):">
                <Label id="lblTwo" />
            </FormItem>
            <FormItem label="isItemSelected('three'):">
                <Label id="lblThree" />
            </FormItem>
        </Form>
    </ApplicationControlBar>

    <FxButtonBar id="btnBar"
            updateComplete="btnBar_updateComplete(event);">
        <dataProvider>
            <ArrayCollection source="[One,Two,Three,Four,Five,Six]" />
        </dataProvider>
    </FxButtonBar>

</Application>

This entry is based on a beta version of the Flex Gumbo SDK and therefore is very likely to change as development of the Flex SDK continues. The API can (and will) change causing examples to possibly not compile in newer versions of the Flex Gumbo SDK.

 
Tagged with:
 
About The Author

Peter deHaan

Peter deHaan currently works for Adobe on the Flex SDK QA team. While not working on Flex, Flash, and ColdFusion applications, Peter enjoys making up bios and writing in 3rd person. Peter's rarely updated blog can be found at blogs.adobe.com/pdehaan/, actionscriptexamples.com, airexamples.com, and coldfusionexamples.com.

2 Responses to Determining if an item is selected in an FxButtonBar control in Flex Gumbo

  1. asada says:

    adsasdasdadsasdaasd

  2. asada says:

    qeqwedqqweqweqwedwed ewe