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 |
ICynComponent — Interface, package com.cyntaxic.cynmvc.view.interfaces |
|
This interface is used to define a CynView object that has
no children that are views. |
ICynComposite — Interface, package com.cyntaxic.cynmvc.view.interfaces |
|
This interface is used to define a CynView object that has
children that are views. |
ICynView — Interface, package com.cyntaxic.cynmvc.view.interfaces |
|
This interface is used to define a CynView object. |
id — Property, class com.cyntaxic.cynmvc.controller.vos.ErrorCodeVO |
|
The reference number for the specific error message. |
init(model:com.cyntaxic.cynmvc.model:CynModel, controller:com.cyntaxic.cynmvc.controller:CynController, doc:flash.display:DisplayObject, props:Object) — Static Method , class com.cyntaxic.cynmvc.Cyntaxic |
|
Initializes the Cyntaxic framework. |
init(vo:com.cyntaxic.cynmvc:CyntaxicVO) — method, class com.cyntaxic.cynmvc.view.CynView |
|
Optionally initialize a view. |
init(vo:com.cyntaxic.cynmvc:CyntaxicVO) — method, interface com.cyntaxic.cynmvc.view.interfaces.ICynView |
|
Optionally initialize a view. |
initDocument(doc:flash.display:DisplayObject, props:Object) — Static Method , class com.cyntaxic.cynmvc.Cyntaxic |
|
Initializes the document class for the Cyntaxic framework if not
available at the time Cyntaxic.init is called. |
integerInRange(value:String, min:int, max:int) — Static Method , class com.cyntaxic.cyntils.CynValidate |
|
Determines whether the integer with a specified range. |
IO_ERROR — Constant Static Property, class com.cyntaxic.cynmvc.model.helpers.DataCall |
|
Used to specify a DataCall input/output error. |
IO_ERROR — Constant Static Property, class com.cyntaxic.cynmvc.model.helpers.DataCallEvent |
|
Used to specify a DataCall input/output error. |
ip(value:String) — Static Method , class com.cyntaxic.cyntils.CynValidate |
|
Determine whether a string is a valid IP address. |
IP_CONTAINS_INVALID_CHARS — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for invalid characters in an IP address. |
IP_FIRST_VALUE_ZERO — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for first value in an IP being zero. |
IP_INCORRECT_PERIODS — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for incorrect number of periods in an IP address. |
IP_PART_NOT_VALID_NUM — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for IP being not a valid number. |
isBrowser(browser:String) — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks to see if the param string is the browser being used. |
isChrome() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks whether browser is Google Chrome or not. |
isFirefox() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks whether browser is Mozilla Firefox or not. |
isMSIE() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks whether browser is Internet Explorer or not. |
isOpera() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks whether browser is Opera or not. |
isSafari() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks whether browser is Apple Safari or not. |
isSame(array1:Array, array2:Array) — Static Method , class com.cyntaxic.cyntils.CynArray |
|
Compares the two arrays, whether they contain the same values at the same positions. |
isSeaMonkey() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Checks whether browser is Mozilla SeaMonkey or not. |
|
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 |