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  
element — Property in class com.soundstep.ui.ElementUI
get the DisplayObject handle by the ElementUI instance
elements — Property in class com.soundstep.ui.BaseUI
get the ElementUI list
elementUI — Property in class com.soundstep.ui.events.BaseEventUI
Instance of the ElementUI
ElementUI — Class in package com.soundstep.ui
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
ElementUI(baseUI:com.soundstep.ui:BaseUI, displayObject) — Constructor in class com.soundstep.ui.ElementUI
Constructor Not used, instead use the add method of the BaseUI instance to create an element
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