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  
remove(view:com.cyntaxic.cynmvc.view:CynView, completely:Boolean) — method, class com.cyntaxic.cynmvc.view.CynComposite
Removes a child of the CynView from the display list.
remove(view:flash.display:DisplayObject) — Static Method , class com.cyntaxic.cynmvc.view.CynViewProxy
Removes a proxy view from notifications from the controller.
remove(child:com.cyntaxic.cynmvc.view:CynView, completely:Boolean) — method, interface com.cyntaxic.cynmvc.view.interfaces.ICynComposite
Removes a CynView from the display list.
removeAllChildren() — method, class com.cyntaxic.cynmvc.view.CynView
Removes all children of the DisplayObject from the display list.
removeAllListeners() — method, class com.cyntaxic.cynmvc.view.CynView
Removes all the listeners added.
removeAt(index:int, completely:Boolean) — method, class com.cyntaxic.cynmvc.view.CynComposite
Removes a child of the CynView from the display list at the specified index.
removeAt(index:int, completely:Boolean) — method, interface com.cyntaxic.cynmvc.view.interfaces.ICynComposite
Removes a CynView from the display list at the specified index.
removeCynViewProxy(view:flash.display:DisplayObject) — Static Method , class com.cyntaxic.cynmvc.Cyntaxic
Removes a proxy view from notifications from the controller.
removeFirstOccurance(array:Array, item:any) — Static Method , class com.cyntaxic.cyntils.CynArray
Removes the first occurance of the given item out of the array.
removeItem(array:Array, item:any) — Static Method , class com.cyntaxic.cyntils.CynArray
Removes all occurances of a the given item out of the array.
removeLastOccurance(array:Array, item:any) — Static Method , class com.cyntaxic.cyntils.CynArray
Removes the last occurance of the given item out of the array.
removeListener(type:String) — method, class com.cyntaxic.cynmvc.view.CynView
Shorthand method for removeEventListener.
removeSelf(event:flash.events:Event) — method, class com.cyntaxic.cynmvc.view.CynComposite
Removes itself using the remove method.
replaceAll(original:String, find:String, replace:String) — Static Method , class com.cyntaxic.cyntils.CynString
Replaces all string matches in the string.
resize(vo:com.cyntaxic.cynmvc.controller.vos:ResizeVO) — method, class com.cyntaxic.cynmvc.view.CynView
Invoked when Event.RESIZE event is fired.
resize(vo:com.cyntaxic.cynmvc.controller.vos:ResizeVO) — method, interface com.cyntaxic.cynmvc.view.interfaces.ICynView
Invoked when Event.RESIZE event is fired.
ResizeVO — class, package com.cyntaxic.cynmvc.controller.vos
The ResizeVO class is a value object used to contain information about the stage dimensions.
ResizeVO() — Constructor, class com.cyntaxic.cynmvc.controller.vos.ResizeVO
Creates a new ResizeVO object which contains the width and the height of the stage.
result — Property, class com.cyntaxic.cynmvc.model.vos.DataCallVO
The result string indicating if the call was successful or not.
rgb2hsv(red:Number, grn:Number, blu:Number) — Static Method , class com.cyntaxic.cyntils.CynColor
Converts RGB values to HSV values.
rgb2uint(r:int, g:int, b:int) — Static Method , class com.cyntaxic.cyntils.CynColor
Converts RGB values into an unsigned integer.
ROOT — Static Property, class com.cyntaxic.cynmvc.Cyntaxic
Returns the root of the application.
rtrim(input:String) — Static Method , class com.cyntaxic.cyntils.CynString
Removes whitespace from the end of the specified string.
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