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 |
get(handle:String, url:String, data:Object, contentType:String) — method, class com.cyntaxic.cynmvc.model.CynModel |
|
Sends a HTTP GET call. |
GET — Constant Static Property, class com.cyntaxic.cynmvc.model.helpers.DataCall |
|
Used to specify the HTTP GET type. |
GET — Constant Static Property, class com.cyntaxic.cynmvc.model.vos.DataCallVO |
|
Used to specify the HTTP GET type. |
getBrowserNames() — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Makes a shallow copy of the browser strings that are being used for browser detection. |
getClassName(object:Object) — Static Method , class com.cyntaxic.cyntils.CynObject |
|
Gets the classname of the object. |
getHighest(numbers:Array) — Static Method , class com.cyntaxic.cyntils.CynNumber |
|
Returns the highest number in an array. |
getItemsByType(items:Array, type:Class) — Static Method , class com.cyntaxic.cyntils.CynArray |
|
Returns all items of the given array that of the given type. |
getListeners() — method, class com.cyntaxic.cynmvc.view.CynView |
|
Returns a copy of the listeners on the CynView. |
getLowest(numbers:Array) — Static Method , class com.cyntaxic.cyntils.CynNumber |
|
Returns the lowest number in an array. |
getObjectName(object:Object) — Static Method , class com.cyntaxic.cyntils.CynObject |
|
Gets name of object similar to how toString works. |
getObjectSuperClassName(object:Object) — Static Method , class com.cyntaxic.cyntils.CynObject |
|
Gets name of the object's superclass similar to how toString works. |
getProp(prop:String) — method, class com.cyntaxic.cynmvc.CyntaxicVO |
|
Gets a property value by its property name. |
getQueryParam(param:String) — Static Method , class com.cyntaxic.cyntils.CynBrowser |
|
Gets the value of the query string parameter passed in. |
getSuperClassName(object:Object) — Static Method , class com.cyntaxic.cyntils.CynObject |
|
Gets the classname of the object's superclass. |
go(url:String, target:String) — Static Method , class com.cyntaxic.cynmvc.Cyntaxic |
|
Goes to a webpage. |
|
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 |