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 |
E_1000 — Constant Static Property, class com.cyntaxic.cynmvc.controller.enums.ErrorCodes |
|
Used to specify when a property is improperly set more than once. |
E_1001 — Constant Static Property, class com.cyntaxic.cynmvc.controller.enums.ErrorCodes |
|
Used to specify when a DisplayObject at index is not of a CynView type. |
E_1002 — Constant Static Property, class com.cyntaxic.cynmvc.controller.enums.ErrorCodes |
|
Used to specify when any event listening function such as addEventListener, removeEventListener and hasEventListener has been attempted to be called on the contoller. |
E_1003 — Constant Static Property, class com.cyntaxic.cynmvc.controller.enums.ErrorCodes |
|
Used to specify when abstract enforcement hasn't be satisfied. |
E_1004 — Constant Static Property, class com.cyntaxic.cynmvc.controller.enums.ErrorCodes |
|
Used to specify when CynView is attempted to be used directly. |
email(value:String) — Static Method , class com.cyntaxic.cyntils.CynValidate |
|
Determines whether a string is an email address. |
EMAIL_CAN_HAVE_1_AT_SIGN — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for email having more than one @ sign. |
EMAIL_INVALID_CHARS — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for an email having invalid characters. |
EMAIL_INVALID_DOMAIN — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for an email with an invalid domain. |
EMAIL_INVALID_DOMAIN_EXT — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for an email with an invalid extension. |
EMAIL_USERNAME_BLANK — Constant Static Property, class com.cyntaxic.cyntils.CynValidate |
|
Code for an email with a blank username. |
eq(a:any, b:any, strict:Boolean) — Static Method , class com.cyntaxic.cyntils.CynValidate |
|
Tests to see if two objects are equal. |
ErrorCodes — class, package com.cyntaxic.cynmvc.controller.enums |
|
The ErrorCodes class is an enumeration of constant values used
for errors thrown by the CynError class. |
ErrorCodeVO — class, package com.cyntaxic.cynmvc.controller.vos |
|
The ErrorCodeVO class is a value object used to contain information about a CynError. |
ErrorCodeVO(message:String, id:int) — Constructor, class com.cyntaxic.cynmvc.controller.vos.ErrorCodeVO |
|
Creates a new ErrorCodeVO object. |
execute(handle:String, vo:com.cyntaxic.cynmvc:CyntaxicVO) — method, class com.cyntaxic.cynmvc.controller.CynController |
|
Executes a controller function based on the string value of the handle parameter. |
|
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 |