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  
onStage — Property in class com.soundstep.ui.BaseUI
set the stage as a reference to calculate position ans sizes, if false the parent will be the reference this is a global default value applied on every DisplayObject added to the BaseUI instance, it can be overridden in each ElementUI instance
onStage — Property in class com.soundstep.ui.ElementUI
set the stage as a reference to calculate position ans sizes, if false the parent will be the reference
onStage — Property in class com.soundstep.ui.layouts.CanvasUI
set the stage as a reference to calculate position ans sizes, if false the parent will be the reference
openMenu(id) — Method in interface com.soma.interfaces.IMenu
Called by the PageManager or the MenuEvent.OPEN_MENU command to update a menu state.
openMenu(id) — Method in class com.soma.view.Menu
This method should be overridden and will receive information by the PageManager regarding about the state of the application (for example a change in the URL).
OPEN_MENU — Event in class com.soma.Soma
Soma command that will be received by the user's custom menu (IMenu) to update the state of this menu when a new page is about to be displayed.

This event is automatically dispatched by the PageManager instance in some case, such as a URL change (Soma.getInstance().page).

Can also be used as a command from anywhere in the code, the parameter should be the ID of the page (id attribute in the XML Site Definition):

new MenuEvent(MenuEvent.OPEN_MENU, "myID").dispatch();
OPEN_MENU — Constant static property in class com.soma.events.MenuEvent
Soma command to update a user's menu state.
ORIGINAL_SIZE_UPDATED — Constant static property in class com.soma.view.video.events.SomaVideoEvent
Indicates that the Video instance has been resized after receiving the metaData event, the resize process can be bypass using the enableAutoResizeOnMetaData property of the SomaVideo instance.
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