| 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 |
| cash(number:Number, symbol:String, frontSymbol:Boolean, changeSplit:String, billsSplit:String) — Static Method , class com.cyntaxic.cyntils.CynFormat |
|
Converts a number into a cash string. |
| CHROME — Constant Static Property, class com.cyntaxic.cyntils.CynBrowser |
|
Defines the value of the navigator.userAgent
string for the Google Chrome Browser. |
| clone(array:Array) — Static Method , class com.cyntaxic.cyntils.CynArray |
|
Clones an array. |
| cmLove — Static Property, class com.cyntaxic.cynmvc.Cyntaxic |
|
Sets whether or not the root contextual menu gives credit to
the Cyntaxic framework. |
| com.cyntaxic.cynmvc — package |
| |
| com.cyntaxic.cynmvc.controller — package |
| |
| com.cyntaxic.cynmvc.controller.enums — package |
| |
| com.cyntaxic.cynmvc.controller.errors — package |
| |
| com.cyntaxic.cynmvc.controller.vos — package |
| |
| com.cyntaxic.cynmvc.model — package |
| |
| com.cyntaxic.cynmvc.model.enums — package |
| |
| com.cyntaxic.cynmvc.model.helpers — package |
| |
| com.cyntaxic.cynmvc.model.vos — package |
| |
| com.cyntaxic.cynmvc.view — package |
| |
| com.cyntaxic.cynmvc.view.interfaces — package |
| |
| com.cyntaxic.cyntils — package |
| |
| commaFormat(number:Number) — Static Method , class com.cyntaxic.cyntils.CynNumber |
|
Returns a comma formatted string from a number. |
| compact(value:String) — Static Method , class com.cyntaxic.cyntils.CynString |
|
Compact a string. |
| COMPLETE — Constant Static Property, class com.cyntaxic.cynmvc.model.helpers.DataCall |
|
Used to specify a completion of a DataCall. |
| COMPLETE — Constant Static Property, class com.cyntaxic.cynmvc.model.helpers.DataCallEvent |
|
Used to specify a completion of a DataCall. |
| contentType — Property, class com.cyntaxic.cynmvc.model.vos.DataCallVO |
|
The content type to send to the server. |
| contextMenu — Static Property, class com.cyntaxic.cynmvc.Cyntaxic |
|
The root contextual menu. |
| CONTROLLER — Static Property, class com.cyntaxic.cynmvc.Cyntaxic |
|
Returns the extended CynController instance. |
| copyShuffle(array:Array) — Static Method , class com.cyntaxic.cyntils.CynArray |
|
Shuffles an array without shuffling the original. |
| CynArray — class, package com.cyntaxic.cyntils |
|
The CynArray class contains static functions for
manipulating arrays. |
| CynBrowser — class, package com.cyntaxic.cyntils |
|
The CynBrowser class contains static functions for
get information about the SWFs containing HTML page including browser
detection and URL manipulation. |
| CynColor — class, package com.cyntaxic.cyntils |
|
The CynColor class contains static functions for
manipulation of colors. |
| CynComponent — class, package com.cyntaxic.cynmvc.view |
|
CynComponent is a CynView that has no CynView children. |
| CynComponent(self:com.cyntaxic.cynmvc.view:CynComponent) — Constructor, class com.cyntaxic.cynmvc.view.CynComponent |
|
Creates a new instance of CynComponent. |
| CynComposite — class, package com.cyntaxic.cynmvc.view |
|
CynComposite is used for views that have other views inside of it. |
| CynComposite(self:com.cyntaxic.cynmvc.view:CynComposite) — Constructor, class com.cyntaxic.cynmvc.view.CynComposite |
|
Creates a new instance of CynComposite. |
| cynController — Property, class com.cyntaxic.cynmvc.view.CynView |
|
A reference to the CynController. |
| CynController — class, package com.cyntaxic.cynmvc.controller |
|
CynController is an abstract class to be extended by the application being
created with the Cyntaxic framework. |
| CynController(self:com.cyntaxic.cynmvc.controller:CynController) — Constructor, class com.cyntaxic.cynmvc.controller.CynController |
|
Creates a new instance of CynController. |
| CynError — class, package com.cyntaxic.cynmvc.controller.errors |
|
The CynError class contains information about an error that
occurred when using the Cyntaxic framework. |
| CynError(message:String, id:int) — Constructor, class com.cyntaxic.cynmvc.controller.errors.CynError |
|
Creates a new CynError object. |
| CynFormat — class, package com.cyntaxic.cyntils |
|
The CynFormat class contains static functions for
formatting. |
| cynModel — Property, class com.cyntaxic.cynmvc.controller.CynController |
|
Reference to the instance of CynModel. |
| cynModel — Property, class com.cyntaxic.cynmvc.view.CynView |
|
A reference to the CynModel. |
| CynModel — Dynamic Class, package com.cyntaxic.cynmvc.model |
|
CynModel is an abstract class to be extended by the application being
created with the Cyntaxic framework. |
| CynModel(self:com.cyntaxic.cynmvc.model:CynModel) — Constructor, class com.cyntaxic.cynmvc.model.CynModel |
|
Creates a new instance of CynModel. |
| CynNumber — class, package com.cyntaxic.cyntils |
|
The CynNumber class contains static functions for
manipulation of numbers. |
| CynObject — class, package com.cyntaxic.cyntils |
|
The CynObject class contains static functions for
getting information on objects. |
| CynRandom — class, package com.cyntaxic.cyntils |
|
The CynRandom class contains static functions for
randomization. |
| CynString — class, package com.cyntaxic.cyntils |
|
The CynString class contains static functions for
manipulation of strings. |
| Cyntaxic — class, package com.cyntaxic.cynmvc |
|
The Cyntaxic framework is a MVC based design pattern created to address everyday coding,
while keeping it simple. |
| CyntaxicVO — Dynamic Class, package com.cyntaxic.cynmvc |
|
CyntaxicVO is the base class for all value objects. |
| CyntaxicVO(data:Object) — Constructor, class com.cyntaxic.cynmvc.CyntaxicVO |
|
Creates a new instance of CyntaxicVO. |
| CynValidate — class, package com.cyntaxic.cyntils |
|
The CynValidate class contains static functions for
validation. |
| CynView — class, package com.cyntaxic.cynmvc.view |
|
CynView is the abstract base class for CynComposite and CynComponent. |
| CynView(self:com.cyntaxic.cynmvc.view:CynView) — Constructor, class com.cyntaxic.cynmvc.view.CynView |
|
Creates a new instance of CynView. |
| CynViewProxy — Dynamic Class, package com.cyntaxic.cynmvc.view |
|
CynViewProxy is a decorator for setting up views that cannot
directly extend CynComponent or the CynComposite classes. |
|
| 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 |