User Guide

95
CHAPTER 4
Building a Flex User Interface Visually
You can use Macromedia Flex Builder to build Flex user interfaces for multi-tier enterprise
applications. MXML controls and containers are the building blocks of Flex user interfaces. You
use containers to position the controls in your user interface.
This chapter contains the following topics:
“Customizing the Document window” on page 96
“Laying out your user interface with MXML containers” on page 97
Adding Flex components to the user interface” on page 98
“Repositioning Flex components” on page 99
“Resizing Flex components” on page 100
“Cutting, copying, and pasting Flex components” on page 100
“Editing Flex component properties” on page 101
Applying CSS styles to Flex components” on page 102
Applying effects to Flex components” on page 109
Assigning event handlers to componentson page 114
Related topics
“Tutorial: Creating a layout with Flex Builder” on page 26
About Flex containers, components, and controls” on page 148
Chapter 5, “Working with Components,” on page 117
Chapter 6, “Working with Data,” on page 127