﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0014)about:internet -->
<!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="book" content="ActionScript&nbsp;3.0&nbsp;Language&nbsp;and&nbsp;Components&nbsp;Reference"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>fl.controls Summary (ActionScript 3.0)</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript">  
            <!--  
			    
				asdocTitle = 'fl.controls package - ActionScript 3.0 Language and Components Reference';

				var baseRef = '../../';

				window.onload = configPage;
			      
			    -->  
            </script>
<script language="javascript" type="text/javascript"><!--
function submitValue(){
var searchStr=document.getElementById('search-livedocs').value;
window.location="../../search.html"+"###"+searchStr;
}
--></script><script type="text/javascript">
		scrollToNameAnchor();
	</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">ActionScript 3.0 Language and Components Reference</td><td class="titleTableSearch" align="center"><form class="searchForm" method="get" action="../../search.html" onsubmit="submitValue();"><input class="hidden" name="loc" value="" type="hidden"><input class="hidden" name="termPrefix" value="" type="hidden"><input class="hidden" name="term" value="" type="hidden"><input class="hidden" name="area" value="" type="hidden"><input id="search-livedocs" name="search_text" value="" title="" type="text"> <input type="button" name="action" value="Search" onclick="submitValue()"></form></td><td class="titleTableTopNav" align="right"><a href="../../../../Flash/10.0_Welcome/index.html">Home</a>&nbsp;|&nbsp;<a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../language-elements.html">Language Elements</a>&nbsp;| <a href="../../all-index-Symbols.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a href="../../appendixes.html">Appendixes</a>&nbsp;|&nbsp;<a href="../../conventions.html">Conventions</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?fl/controls/package-detail.html&amp;fl/controls/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">fl.controls</td><td class="titleTableSubNav" id="subNav" align="right" colspan="2"><a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
                
                    
                

				<!--

				
				    
				

					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("fl.controls"); titleBar_setSubNav(false,false,false	,false,false,false,false,false,false	,false,false,false,true,false);}

				    
				        
				    
				-->
                
                    
                
			</script><div class="MainContent"><br><p>The fl.controls package contains top-level component classes such as List, Button, and ProgressBar. This package also includes abstract classes such as SelectableList, which all list-based components extend. You can also find classes in this package that define constants to be used by components, or classes that support individual components.</p><br><hr><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="BaseButton.html">BaseButton</a></td><td class="summaryTableLastCol">The BaseButton class is the base class for all button components, defining 
     properties and methods that are common to all buttons.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Button.html">Button</a></td><td class="summaryTableLastCol">The Button component represents a commonly used rectangular button.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ButtonLabelPlacement.html">ButtonLabelPlacement</a></td><td class="summaryTableLastCol">The ButtonLabelPlacement class defines constants for the 
     values of the labelPlacement property of a Button, 
  CheckBox, or RadioButton component.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CheckBox.html">CheckBox</a></td><td class="summaryTableLastCol">The CheckBox component displays a small box that can contain 
   a check mark.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ColorPicker.html">ColorPicker</a></td><td class="summaryTableLastCol">The ColorPicker component displays a list of one or more swatches 
     from which the user can select a color.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ComboBox.html">ComboBox</a></td><td class="summaryTableLastCol">The ComboBox component contains a drop-down list from which the
     user can select one value.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DataGrid.html">DataGrid</a></td><td class="summaryTableLastCol">The DataGrid class is a list-based component that provides a grid of
  rows and columns.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Label.html">Label</a></td><td class="summaryTableLastCol">A Label component displays one or more lines of plain or 
  HTML-formatted text that can be formatted for alignment and
  size.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="LabelButton.html">LabelButton</a></td><td class="summaryTableLastCol">The LabelButton class is an abstract class that extends the 
  BaseButton class by adding a label, an icon, and toggle functionality.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="List.html">List</a></td><td class="summaryTableLastCol">The List component displays list-based information and is ideally suited 
  for the display of arrays of information.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="NumericStepper.html">NumericStepper</a></td><td class="summaryTableLastCol">The NumericStepper component displays an ordered set of numbers from which
  the user can make a selection.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ProgressBar.html">ProgressBar</a></td><td class="summaryTableLastCol">The ProgressBar component displays the progress of content that is 
  being loaded.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ProgressBarDirection.html">ProgressBarDirection</a></td><td class="summaryTableLastCol">The ProgressBarDirection class defines the values for the direction 
     property of the ProgressBar class.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ProgressBarMode.html">ProgressBarMode</a></td><td class="summaryTableLastCol">The ProgressBarMode class defines the values for the mode 
     property of the ProgressBar class.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioButton.html">RadioButton</a></td><td class="summaryTableLastCol">The RadioButton component lets you force a user to make a single
  selection from a set of choices.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RadioButtonGroup.html">RadioButtonGroup</a></td><td class="summaryTableLastCol">The RadioButtonGroup class defines a group of RadioButton components 
  to act as a single component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollBar.html">ScrollBar</a></td><td class="summaryTableLastCol">The ScrollBar component provides the end user with a way to control the 
  portion of data that is displayed when there is too much data to 
  fit in the display area.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollBarDirection.html">ScrollBarDirection</a></td><td class="summaryTableLastCol">Defines the values for the direction property of the ScrollBar component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ScrollPolicy.html">ScrollPolicy</a></td><td class="summaryTableLastCol">Values for the horizontalScrollPolicy and verticalScrollPolicy 
  properties of the BaseScrollPane class.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SelectableList.html">SelectableList</a></td><td class="summaryTableLastCol">The SelectableList is the base class for all list-based components--for  
  example, the List, TileList, DataGrid, and ComboBox components.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Slider.html">Slider</a></td><td class="summaryTableLastCol">The Slider component lets users select a value by moving a slider 
  thumb between the end points of the slider track.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SliderDirection.html">SliderDirection</a></td><td class="summaryTableLastCol">The orientation of the Slider component.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextArea.html">TextArea</a></td><td class="summaryTableLastCol">The TextArea component is a multiline text field with a border
  and optional scroll bars.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TextInput.html">TextInput</a></td><td class="summaryTableLastCol">The TextInput component is a single-line text component that
  contains a native ActionScript TextField object.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="TileList.html">TileList</a></td><td class="summaryTableLastCol">The TileList class provides a grid of rows and columns that is typically used
  to format and display images in a "tiled" format.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="UIScrollBar.html">UIScrollBar</a></td><td class="summaryTableLastCol">The UIScrollBar class includes all of the scroll bar functionality, but 
     adds a scrollTarget() method so it can be attached
  to a TextField component instance.</td></tr></table><p></p><div><p></p><center class="copyright"> &copy; 2004-2008 Adobe Systems Incorporated. All rights reserved. <br/>Thu Oct 30 2008, 07:12 PM -07:00  </center></div></div></body></html><!-- &copy; 2004-2008 Adobe Systems Incorporated. All rights reserved. <br/>Thu Oct 30 2008, 07:12 PM -07:00  -->
