A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
screenHeight — Property in class com.soundstep.ui.ElementUI
height of the ElementUI that will be displayed on the screen (after calculation)
screenWidth — Property in class com.soundstep.ui.ElementUI
width of the ElementUI that will be displayed on the screen (after calculation)
scrollPane — Property in class com.soundstep.ui.layouts.CanvasUI
get the instance of the scrollpane used for the scrollbars
you must cast the return: Scrollpane(canvas.scrollpane), the wild card has been used not to import the SCrollpane classes if not used
setChildIndex(child, index) — Method in class com.soundstep.ui.layouts.CanvasUI
Changes the position of an existing child in the CanvasUI container
spacerAlpha — Property in class com.soundstep.ui.layouts.SpacerUI
background alpha of the canvas
spacerColor — Property in class com.soundstep.ui.layouts.SpacerUI
background color of the canvas
SpacerUI — Class in package com.soundstep.ui.layouts
Author: Romuald Quantin - www.soundstep.com
Class version: 3.0.1
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1)
http://www.opensource.org/licenses/mozilla1.1.php
You can use BaseUI in any flash site, except to include/distribute it in another framework, application, template, component or structure that is meant to build, scaffold or generate source files.

Date: 08-2008
Usage:
Manage a list of elements (Element UI) to be displayed
you can use the following properties to handle the position and sizes of the DisplayObject registered:
x, y, left, right, top, bottom, width (also percentage), height (also percentage), horizontalCenter, verticalCenter, ratio, alignX, alignY
SpacerUI(widthLayout, heightLayout) — Constructor in class com.soundstep.ui.layouts.SpacerUI
Constructor Create an instance of the CanvasUI class
swapChildren(child1, child2) — Method in class com.soundstep.ui.layouts.CanvasUI
Swaps the z-order (front-to-back order) of the two specified child objects
swapChildrenAt(index1, index2) — Method in class com.soundstep.ui.layouts.CanvasUI
Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the child list.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z