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  
BaseEventUI — Class in package com.soundstep.ui.events
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
BaseEventUI(type, elementUI:com.soundstep.ui:ElementUI, properties, bubbles, cancelable) — Constructor in class com.soundstep.ui.events.BaseEventUI
baseUI — Property in class com.soundstep.ui.ElementUI
return the BaseUI instance that has created the ElementUI
baseUI — Property in class com.soundstep.ui.layouts.CanvasUI
get the instance of the BaseUI class, used for the children added with addChild or addChildUI
BaseUI — 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
BaseUI(holder) — Constructor in class com.soundstep.ui.BaseUI
Constructor Create an instance of the BaseUI class
BEFORE_UPDATE — Event in class com.soundstep.ui.ElementUI
Dispatched before updating the DisplayObject
BEFORE_UPDATE — Constant static property in class com.soundstep.ui.events.BaseEventUI
Dispatch from a ElementUI instance
Object containing the properties of the DisplayObject that will be updated
bgMask — Property in class com.soundstep.ui.ElementUI
get the Shape instance of the mask used when the ratio is set to ElementUI.RATIO_OUT
bottom — Property in class com.soundstep.ui.ElementUI
value between the bottom of the reference (stage or parent) and the ElementUI, Number or String
bottom — Property in class com.soundstep.ui.layouts.CanvasUI
bottom value (from the reference), Number or String
bottom — Property in class com.soundstep.ui.layouts.core.Padding
buttonMode — Property in class com.soundstep.ui.layouts.CanvasUI
Specifies the button mode of this sprite
bypassSize — Property in class com.soundstep.ui.ElementUI
whether or not the DisplayObject will be resized (not working with ratio set to RATIO_IN or RATIO_OUT)
bypassSize — Property in class com.soundstep.ui.layouts.CanvasUI
whether or not the DisplayObject will be resized (not working with ratio set to RATIO_IN or RATIO_OUT)
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