| 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 | |
| i — Constant static property in class sekati.transitions.Motion | |
| EaseIn Shortcuts | |
| I — Constant static property in class sekati.ui.Keyboard | |
| IAllocator — Interface in package sekati.collections | |
IAllocator provides a common interface for the Allocator object and its descendants. |
|
| IBidirectionalIterator — Interface in package sekati.collections | |
| IBidirectionalIterator defines how the non-destructive, pointer-based, bidrectional iterating of collections of items is handled. | |
| ICipher — Interface in package sekati.crypt | |
| Marker interface for all cryptographic cipher classes | |
| ICollection — Interface in package sekati.collections | |
| ICollection defines an object which represents a collection of objects. | |
| ICoreInterface — Interface in package sekati.core | |
| The core interface in the Sekati API. | |
| _id — Property in class sekati.events.LogEvent | |
| id — Property in class sekati.events.LogEvent | |
| The LogEvent id | |
| _id3 — Property in class sekati.events.MediaEvent | |
| id3 — Property in class sekati.events.MediaEvent | |
The MediaEvent's ID3 data object for MP3's. |
|
| _id3 — Property in class sekati.ui.MP3Player | |
| ID3 — Static property in class sekati.events.MediaEvent | |
| id3Handler(e) — Method in class sekati.media.MP3 | |
| ID3 tag handler. | |
| IDE — Constant static property in class sekati.log.LogTarget | |
Logger output is sent to the developers IDE output console (Flash/FDT/FlexBuilder console). |
|
| IDestructiveIterator — Interface in package sekati.collections | |
| IDestructiveIterator is a marker interface marking Iterators which are "destructive"; meaning they act directly on the collection they are iterating removing elements along its way. | |
| IDevice — Interface in package sekati.media | |
| IDevice provides a common interface for all user devices. | |
| idle — Property in class sekati.display.StageDisplay | |
| Boolean status of stage idle. | |
| idleHandler() — Method in class sekati.display.StageDisplay | |
Dispatches StageEvent.MOUSE_IDLE after MOUSE_IDLE_MS expires. |
|
| idleTime — Property in class sekati.display.StageDisplay | |
Amount of mouse idle time (in milliseconds) before the StageEvent.IDLE event fires [Default: 10000]. |
|
| IGNORE — Constant static property in class sekati.filters.FilterMode | |
| Ignore the displacement outside of the displacement value range. | |
| IHash — Interface in package sekati.crypt | |
| Marker interface for all cryptographic hashing classes. | |
| IIterator — Interface in package sekati.collections | |
| IIterator defines how iterating collections of items is handled. | |
| ILoader — Interface in package sekati.load | |
ILoader provides an implementation for API AbstractLoader sub-classes. |
|
| ILogger — Interface in package sekati.log | |
| ILogger provides the definitions for the Logger API. | |
| ILoopableIterator — Interface in package sekati.collections | |
| ILoopableIterator defines how loopable, nondestructive, bi-directional iterating of collections of items is handled. | |
| Image — Class in package sekati.ui | |
Image provides a loadable Bitmap Image DisplayObject. |
|
| Image(url, loadImmediately) — Constructor in class sekati.ui.Image | |
| Image Constructor | |
| ImageLoader — Class in package sekati.load | |
ImageLoader provides a standard API loader for graphical Bitmap content. |
|
| ImageLoader(url) — Constructor in class sekati.load.ImageLoader | |
| ImageLoader Constructor | |
| IMAGE_LOADER — Constant static property in class sekati.load.FileType | |
| img(src, alt, width, height) — Static method in class sekati.utils.HTMLCode | |
| Generate an IMG tag. | |
| _index — Property in class sekati.collections.Allocator | |
| indexOf(arr, element) — Static method in class sekati.utils.ArrayUtil | |
| Wrapper for search. | |
| info(origin, message) — Method in interface sekati.log.ILogger | |
| info(origin, message) — Method in class sekati.log.Logger | |
info is a log level denoting an informational event. |
|
| INFO — Constant static property in class sekati.log.LogLevel | |
INFO is a log level denoting an informational event. |
|
| INFRONT — Constant static property in class sekati.layout.Arrange | |
| init(framerate, align, scale, quality, focusRect) — Method in class sekati.display.StageDisplay | |
| Parameterized Stage initialization. | |
| init() — Method in class sekati.external.ExternalMouseWheel | |
| Initialize. | |
| init(url, buffer) — Method in class sekati.ui.AbstractMediaPlayer | |
Load and initialize the player UI and IProgressiveMedia. |
|
| init(url, buffer) — Method in class sekati.ui.FLVPlayer | |
| Load video and initialize FLVPlayer UI and FLV core. | |
| init(url, buffer) — Method in class sekati.ui.MP3Player | |
| load audio and initialize MP3Player UI and MP3. | |
| init() — Method in class sekati.ui.Scroll | |
| Initialize scroll behavior: define confines, mouseWheel, and set scroller to rollout color state. | |
| init(target, bottomConstraint, proportionWidth, proportionHeight, lbColor, vpColor, lbVisible, vpVisible) — Method in class sekati.ui.Viewport | |
| Parameterized Viewport initialization. | |
| init3D() — Method in class sekati.ui.RotationPlane | |
| Initialize 3D logic. | |
| initAPI(hasBootstrap) — Method in class SekatiMain | |
Initialize the API Bootstrap queued core initialization routines. |
|
| initAPI(hasBootstrap) — Method in class sekati.display.Document | |
Initialize the API Bootstrap queued core initialization routines. |
|
| initApplication() — Method in class sekati.display.DocumentPreloader | |
| Initialize the loaded API Application SWF. | |
| initApplicationLoader() — Method in class sekati.display.DocumentPreloader | |
| Load the API Application SWF. | |
| initDocument(e) — Method in class sekati.display.Document | |
Initialize the Document & update the Canvas references. |
|
| initDocumentPreloader(e) — Method in class sekati.display.DocumentPreloader | |
| Initializes the preloader and movie properties when the stage becomes available. | |
| initEntryPoint() — Method in class SekatiMain | |
| Initialize Entry Point: all custom (non-API) application layer code enters. | |
| initEntryPoint() — Method in class sekati.display.Document | |
| Initialize Entry Point: all custom (non-API) application layer code enters. | |
| initFlexCore() — Method in class sekati.rpc.SOAPService | |
mx.rpc.soap.WebService dies when built in a pure ActionScript projects as it requires the Flex core be initialized
(as it is in a flex project), therefore we must fake it to use flex bound classes: really lame. |
|
| initHandler(e) — Method in class sekati.load.AbstractLoader | |
Event.INIT handler. |
|
| initHandler(e) — Method in class sekati.load.ByteArrayLoader | |
Event.INIT handler. |
|
| initHandler(e) — Method in class sekati.load.ImageLoader | |
Event.INIT handler. |
|
| initHandler(e) — Method in class sekati.load.StyleSheetLoader | |
Event.INIT handler. |
|
| initHandler(e) — Method in class sekati.ui.Image | |
| Dispatch ImageEvent.INIT | |
| _initialValue — Property in class sekati.text.FocusToggle | |
| initMovieProperties() — Method in class SekatiMain | |
Initializes SWF movie properties & StageDisplay. |
|
| initMovieProperties() — Method in class sekati.display.Document | |
Initializes SWF movie properties & StageDisplay. |
|
| initMovieProperties() — Method in class sekati.display.DocumentPreloader | |
| Initializes SWF movie properties. | |
| initPreloader(e) — Method in class sekati.display.DocumentPreloader | |
Initialize the Document Preloader UI & load the config.xml (invoked when the preloader SWF itself is done loading). |
|
| _initTime — Property in class sekati.utils.StopWatch | |
| initTweenEngine() — Method in class SekatiMain | |
Initialize Tweener specialProperties shortcuts. |
|
| initTweenEngine() — Method in class sekati.display.Document | |
Initialize Tweener specialProperties shortcuts. |
|
| initUIIntro() — Method in class SekatiPreloader | |
| Modify our implementation to add some sequenced UI elements. | |
| initUIIntro() — Method in class sekati.display.DocumentPreloader | |
Initialize the preloader UI intro and set introComplete = true; when UI has completed build up. |
|
| initUIOutro() — Method in class SekatiPreloader | |
| Modify our implementation to remove the UI elements before application handoff. | |
| initUIOutro() — Method in class sekati.display.DocumentPreloader | |
Initialize the preloader UI outro and set outroComplete = true; when UI has completed tear down. |
|
| INNER — Constant static property in class sekati.filters.FilterType | |
| Defines the filter type applied to the inner area of an object. | |
| inputHandler(e) — Method in class sekati.text.FocusToggle | |
| Handle the input event: store the default value including the latest character contained in the event. | |
| inputHandler(e) — Method in class sekati.text.FocusToggleField | |
| Handle the input event: store the default value including the latest character contained in the event. | |
| insert(a, element, index) — Static method in class sekati.utils.ArrayUtil | |
| Insert an element into array at a specific index. | |
| INSERT — Constant static property in class sekati.ui.Keyboard | |
| Inspector — Class in package sekati.log | |
| Recursive Object Inspector | |
| Inspector(... rest) — Constructor in class sekati.log.Inspector | |
| Constructor | |
| _instance — Static property in class sekati.log.Logger | |
| _instance — Static property in class sekati.math.PRNG | |
| _instance — Static property in class sekati.ui.Viewport | |
| INT — Constant static property in class sekati.validators.TypeValidator | |
| IntBase — Class in package sekati.math | |
| IntBase provides a common Integer API. | |
| IntBase() — Constructor in class sekati.math.IntBase | |
| IntBase Static Constructor | |
| integer(min, max) — Method in class sekati.math.PRNG | |
| Seeded random integer. | |
| integer(min, max) — Static method in class sekati.math.Random | |
| Return a random integer. | |
| interactiveMode — Property in class sekati.display.CoreSprite | |
Specifies the mouse cursors modal state in the object as an interactive
target via: buttonMode, mouseChildren & tabChildren. |
|
| InteractiveSprite — Class in package sekati.display | |
| InteractiveSprite provides a common API construct for interactive sprite objects. | |
| InteractiveSprite() — Constructor in class sekati.display.InteractiveSprite | |
| InteractiveSprite Constructor | |
| interfaces — Property in class sekati.reflect.ClassReflector | |
| Interfaces the Class implements | |
| _interpolation — Property in class sekati.draw.GradientRect | |
| interpolation — Property in class sekati.draw.GradientRect | |
| The gradient interpolation method. | |
| intersect(d:sekati.geom:Dimension) — Method in class sekati.geom.Dimension | |
| This Dimension is intersected with the one specified. | |
| intervalTime — Property in class sekati.profiler.PerformanceMonitor | |
| The interval at which the monitor is running. | |
| introComplete — Property in class sekati.display.DocumentPreloader | |
Property set by initUIIntro() when the intro sequence completes. |
|
| invalidate() — Method in class sekati.display.CoreShape | |
| Request a redraw, use for deferred rendering. | |
| invalidate() — Method in class sekati.display.CoreSprite | |
| Request a redraw, use for deferred rendering. | |
| invalidate() — Method in class sekati.display.StageDisplay | |
Alert DisplayObject's on the next opportunity to render the display list. |
|
| invertColor(src) — Static method in class sekati.utils.ColorUtil | |
| Inverts the color of the DisplayObject. | |
| invoke(instance, ... rest) — Method in class sekati.reflect.MethodReflector | |
| Calls this method on an instance, as appropriate for a method or property | |
| io — Constant static property in class sekati.transitions.Motion | |
| EaseInOut Shortcuts | |
| ioErrorHandler(e) — Method in class sekati.load.AbstractLoader | |
IOErrorEvent.IO_ERROR handler. |
|
| ioErrorHandler(e) — Method in class sekati.net.PersistentXMLSocket | |
| IO Error Handler. | |
| IPoint — Interface in package sekati.geom | |
| Interface describing sekati.geom.Point | |
| IPointerIterator — Interface in package sekati.collections | |
| IPointerIterator defines which Iterators which are "non-destructive"; meaning they implement a "pointer" to track iteration and do not act directly on the collection they are iterating: the original collection is left intact. | |
| IProgressiveMedia — Interface in package sekati.media | |
| IProgressiveMedia provides a common interface for progressive playable media. | |
| IQueue — Interface in package sekati.collections | |
| IQueue defines the queue data structure. | |
| isAccessible — Static property in class sekati.ui.Keyboard | |
| Specifies whether the last key pressed is accessible by other SWF files. | |
| isAir — Static property in class sekati.validators.FlashValidator | |
Returns true is the swf is an Air Runtime Applications. |
|
| isAtEnd() — Method in class sekati.collections.ArrayLoopableIterator | |
Return true if pointer is at the end of the collection. |
|
| isAtEnd() — Method in interface sekati.collections.ILoopableIterator | |
Returns true if we are at the end of the collection. |
|
| isAtStart() — Method in class sekati.collections.ArrayLoopableIterator | |
Return true if pointer is at the begining of the collection. |
|
| isAtStart() — Method in interface sekati.collections.ILoopableIterator | |
Returns true if we are at the start of the collection. |
|
| isAudio(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a audio extension. |
|
| IS_AUDIO — Constant static property in class sekati.validators.FileTypeValidator | |
| IS_BIN — Constant static property in class sekati.validators.FileTypeValidator | |
| isBinary(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a binary extension. |
|
| isBitmappable(src) — Static method in class sekati.validators.BitmapValidator | |
Determines whether the dimensions of a DisplayObject are of a bitmappable size (within player version limitations). |
|
| isBitmappableArea(width, height) — Static method in class sekati.validators.BitmapValidator | |
| Determines whether the given dimensions are of a bitmappable size (within player version limitations). | |
| isBlank(s) — Static method in class sekati.validators.StringValidator | |
| Validate if a strings contents are blank after a safety trim is performed. | |
| isBoolean(str) — Static method in class sekati.validators.TypeValidator | |
| Check if the passed-in string is a Boolean. | |
| IS_BOOLEAN — Constant static property in class sekati.validators.TypeValidator | |
| isBrowser — Static property in class sekati.validators.FlashValidator | |
Returns true is the swf is being viewed in a browser. |
|
| isBuffering — Property in class sekati.media.FLV | |
| Buffering status. | |
| isBuffering — Property in interface sekati.media.IProgressiveMedia | |
| Buffering status. | |
| isBuffering — Property in class sekati.media.MP3 | |
| Buffering status. | |
| _isBufferPaused — Property in class sekati.ui.AbstractMediaPlayer | |
| _isComplete — Property in class sekati.load.LoaderQueue | |
| isConcrete — Property in class sekati.reflect.ClassReflector | |
| Is this a Class or an interface? | |
| isCSS(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a CSS extension. |
|
| IS_CSS — Constant static property in class sekati.validators.FileTypeValidator | |
| isDebugger — Static property in class sekati.validators.FlashValidator | |
Returns true is the swf is being viewed in the debug player. |
|
| isDown(keyCode) — Method in class sekati.managers.KeyManager | |
| Returns true or false if the key represented by the keyCode passed is being pressed | |
| isDrag — Property in class sekati.display.DraggableSprite | |
| _isDrag — Property in class sekati.ui.AbstractMediaPlayer | |
| isDraggable — Property in class sekati.display.ForceSprite | |
Boolean value which determines whether the object is able to be dragged/thrown. |
|
| isDragging — Property in class sekati.ui.Scroll | |
| Check if bar is being dragged. | |
| isDynamic — Property in class sekati.reflect.ClassReflector | |
|
Indicates if the Class is dynamic
note: flash.utils.describeType lies to us and only returns the correct answer if you use describeType on an instance of a class, not the class itself. |
|
| isEmpty — Property in class sekati.collections.ArrayCollection | |
| Whether or not this collection is empty. | |
| isEmpty — Property in class sekati.collections.DisplayListCollection | |
| Whether or not this collection is empty. | |
| isEmpty — Property in interface sekati.collections.ICollection | |
| Whether or not this collection is empty. | |
| isEmpty() — Method in class sekati.geom.Dimension | |
Returns true if the Dimension has width or height greater than 0. |
|
| _isEnabled — Property in class sekati.ui.ContextualMenu | |
| isEqual(p:sekati.geom:Point) — Method in interface sekati.geom.IPoint | |
| isEqual(p:sekati.geom:Point) — Method in class sekati.geom.Point | |
| check if two points match | |
| isEqual3D(p:sekati.geom:Point3D) — Method in class sekati.geom.Point3D | |
| check if two 3D points match | |
| isEven(n) — Static method in class sekati.math.MathBase | |
| Check if number is Even (convert to Integer if necessary). | |
| isExplicitInstanceOf(o, c) — Static method in class sekati.validators.TypeValidator | |
| Checks if the passed-in object is an explicit instance of the passed-in class. | |
| isExternal — Static property in class sekati.validators.FlashValidator | |
Returns true is the swf is being viewed by the external player or in test mode. |
|
| isExternalAsset(jsObj) — Static method in class sekati.external.ExternalBase | |
Check if a javascript external asset is installed (and that ExternalInterface is available & the swf is running in browser)
|
|
| isFiltered(origin) — Method in class sekati.log.Logger | |
| Check if an origin's output is being filtered | |
| isFinal — Property in class sekati.reflect.ClassReflector | |
| Is this class marked as final | |
| _isForward — Property in class sekati.collections.ArrayBounceIterator | |
| isGenericObject(o) — Static method in class sekati.validators.TypeValidator | |
| Checks if the passed-in object is a generic object. | |
| isHex(str) — Static method in class sekati.validators.TypeValidator | |
| Check if the passed-in string is an hexidecimal value. | |
| IS_HEX — Constant static property in class sekati.validators.TypeValidator | |
| isImage(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a image extension. |
|
| IS_IMAGE — Constant static property in class sekati.validators.FileTypeValidator | |
| isImplementorOf(type) — Method in class sekati.reflect.ClassReflector | |
| Indicates if the reflected class implements the supplied type | |
| isInitialValue — Property in class sekati.text.FocusToggle | |
| Denotes whether the text is set to the initial value. | |
| isInRange(n, min, max, blacklist) — Static method in class sekati.math.Range | |
| Check if a number is in range. | |
| isInstanceOf(o, type) — Static method in class sekati.validators.TypeValidator | |
| Checks if the passed-in object is an instance of the passed-in type. | |
| isInteger(n) — Static method in class sekati.math.MathBase | |
| Check if number is an Integer. | |
| isInterface — Property in class sekati.reflect.ClassReflector | |
| Is this Class an interface? | |
| _isInvertBackPlane — Property in class sekati.ui.RotationPlane | |
| isInvertBackPlane — Property in class sekati.ui.RotationPlane | |
Determines the orientation of the back material (material1) to the front material (material0)
must be set manually after initialization. |
|
| isLeapYear(year) — Static method in class sekati.utils.DateUtil | |
| Determines if the input year is a leap year (with 366 days, rather than 365). | |
| _isLoaded — Property in class sekati.ui.Image | |
| private | |
| _isLoading — Property in class sekati.load.LoaderQueue | |
| isLocalhost — Static property in class sekati.net.NetBase | |
| Check if the SWF is executing on localhost. | |
| isMac() — Static method in class sekati.validators.OSValidator | |
| is client a Mac? | |
| isMinVersion(minVersion) — Static method in class sekati.validators.FlashValidator | |
Returns true if client flashplayer is >= the min version. |
|
| isMonitoring — Property in class sekati.collisions.AbstractCollisionDetector | |
| Whether the frame-base collision monitor is running. | |
| isMonitoring — Property in class sekati.managers.BrowserManager | |
| Whether the manager is currently monitoring the browser for address changes or not. | |
| isMouseInArea — Property in class sekati.ui.Scroll | |
| Check if Mouse is in scrollable area. | |
| isNatural(n) — Static method in class sekati.math.MathBase | |
| Check if number is Natural (positive Integer). | |
| isNegative(n) — Static method in class sekati.math.MathBase | |
| Check if number is negative. | |
| isNumber(str) — Static method in class sekati.validators.TypeValidator | |
| Check if the passed-in string is a Number. | |
| IS_NUMBER — Constant static property in class sekati.validators.TypeValidator | |
| isNumeric(str) — Static method in class sekati.validators.StringValidator | |
| Validate if a string is composed entirely of numbers. | |
| isOctal(str) — Static method in class sekati.validators.TypeValidator | |
| Check if the passed-in string is an octal value. | |
| IS_OCTAL — Constant static property in class sekati.validators.TypeValidator | |
| isOdd(n) — Static method in class sekati.math.MathBase | |
| Check if number is Odd (convert to Integer if necessary). | |
| isOnline — Static property in class sekati.net.NetBase | |
| Check if we are online the swf is being executed over http. | |
| isPassedByReference(o) — Static method in class sekati.validators.TypeValidator | |
Checks if a class instance is a non-primitive type which
will be copied by reference (e.g. |
|
| isPassedByValue(o) — Static method in class sekati.validators.TypeValidator | |
Checks if a class instance is a primitive type which
will be copied by value (e.g. |
|
| isPaused — Property in class sekati.media.FLV | |
| Paused status. | |
| isPaused — Property in interface sekati.media.IProgressiveMedia | |
| Paused status. | |
| isPaused — Property in class sekati.media.MP3 | |
| Paused status. | |
| isPC() — Static method in class sekati.validators.OSValidator | |
| is client a PC? | |
| isPlaying — Property in class sekati.media.FLV | |
| Playing status. | |
| isPlaying — Property in interface sekati.media.IProgressiveMedia | |
| Playing status. | |
| isPlaying — Property in class sekati.media.MP3 | |
| Playing status. | |
| isPOBox(address) — Static method in class sekati.validators.StringValidator | |
| Check if address is a Post Office Box | |
| isPositive(n) — Static method in class sekati.math.MathBase | |
| Check if number is positive (zero is considered positive). | |
| isPreview — Static property in class sekati.validators.FlashValidator | |
Returns true is the swf is being previewed by the external debug player. |
|
| isPrime(n) — Static method in class sekati.math.MathBase | |
| Check if number is Prime (divisible only itself and one). | |
| isPrimitive(o) — Static method in class sekati.validators.TypeValidator | |
| Checks if the passed-in object is a primitive type. | |
| isReady — Static property in class sekati.external.ExternalBase | |
Evaluate the application instance to insure an external call can be place successfully:
|
|
| isRegistered(url) — Static method in class sekati.load.AssetLocator | |
Determine whether an AbstractLoader has been registered or not. |
|
| _isReversePlaneVisible — Property in class sekati.ui.RotationPlane | |
| isReversePlaneVisible — Property in class sekati.ui.RotationPlane | |
Determines whether the reverse plane material will always be visible (true) or not (false). |
|
| _isRunning — Property in class sekati.ui.Image | |
| private | |
| isSameDay(d0, d1) — Static method in class sekati.utils.DateUtil | |
Compare two Date's to see if they fall on the same day, month & year. |
|
| isScrollable — Property in class sekati.ui.Scroll | |
| Check if content is scrollable. | |
| _isSeeking — Property in class sekati.ui.AbstractMediaPlayer | |
| isServiceLoaded — Property in class sekati.rpc.SOAPService | |
| _isSkipRepeat — Property in class sekati.collections.ArrayBounceIterator | |
| isStandAlone — Static property in class sekati.validators.FlashValidator | |
Returns true is the swf is being viewed in the standalone player. |
|
| isStopped — Property in class sekati.media.FLV | |
| Stopped status. | |
| isStopped — Property in interface sekati.media.IProgressiveMedia | |
| Stopped status. | |
| isStopped — Property in class sekati.media.MP3 | |
| Stopped status. | |
| isSubClassOf(type) — Method in class sekati.reflect.ClassReflector | |
| Indicates if the reflected class is a subclass of the supplied class | |
| isSWF(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a SWF extension. |
|
| IS_SWF — Constant static property in class sekati.validators.FileTypeValidator | |
| IStack — Interface in package sekati.collections | |
| IStack defines the stack data structure. | |
| isText(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has an text extension. |
|
| IS_TEXT — Constant static property in class sekati.validators.FileTypeValidator | |
| isThrowable — Property in class sekati.display.DraggableSprite | |
| isTypeOf(o, type) — Static method in class sekati.validators.TypeValidator | |
| Checks if the result of an execution of the typeof method on the passed-in object matches the passed-in type. | |
| isURL(str) — Static method in class sekati.validators.StringValidator | |
| Validate as "http://" or "https://". | |
| isUSState(state) — Static method in class sekati.validators.StringValidator | |
| Validate if string is a US State abreviation. | |
| isValidAge(year, month, day, requiredAge) — Static method in class sekati.utils.DateUtil | |
| Check if birthdate entered meets required age. | |
| isValidatePhone(str) — Static method in class sekati.validators.StringValidator | |
| Validate a string as a phone number. | |
| isValidDate(year, month, day, mustBeInPast) — Static method in class sekati.utils.DateUtil | |
| Check if a valid date can be created with inputs. | |
| isValidEmail(str) — Static method in class sekati.validators.StringValidator | |
| Validate a string as a valid email address. | |
| isValidExDate(month, year) — Static method in class sekati.validators.CreditCardValidator | |
| Validate a credit card's expiration date. | |
| isValidGregorian(d1) — Static method in class sekati.utils.DateUtil | |
| Time values of the Date class prior to the 15th October 1582 pre-date the introduction of the modern Gregorian Calendar (used by Actionscript, JavaScript, UNIX, etc). | |
| isValidNumber(strNumber) — Static method in class sekati.validators.CreditCardValidator | |
| Validate a credit card number as much as possible before submitting for approval. | |
| isValidXML(data) — Static method in class sekati.utils.XMLUtil | |
| Checks whether the specified string is valid and well formed XML. | |
| isVariables(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a LoadVariables extension. |
|
| IS_VARIABLES — Constant static property in class sekati.validators.FileTypeValidator | |
| _isVerticalGradient — Property in class sekati.draw.GradientRect | |
| isVerticalGradient — Property in class sekati.draw.GradientRect | |
Determines whether the gradient is vertical, true or horizontal, false. |
|
| isVideo(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has an video extension. |
|
| IS_VIDEO — Constant static property in class sekati.validators.FileTypeValidator | |
| isXML(path) — Static method in class sekati.validators.FileTypeValidator | |
Check if the passed in path has a XML extension. |
|
| IS_XML — Constant static property in class sekati.validators.FileTypeValidator | |
| ITEM_CLOSE — Constant static property in class sekati.events.LoaderQueueEvent | |
| ITEM_ERROR — Constant static property in class sekati.events.LoaderQueueEvent | |
| ITEM_INIT — Constant static property in class sekati.events.LoaderQueueEvent | |
| ITEM_PROGRESS — Constant static property in class sekati.events.LoaderQueueEvent | |
| _items — Property in class sekati.layout.Sort | |
| _items — Property in class sekati.ui.ContextualMenu | |
| ITEM_START — Constant static property in class sekati.events.LoaderQueueEvent | |
| _iterator — Property in class sekati.collections.FilteredIterator | |
| ITweenableDrawing — Interface in package sekati.draw | |
| ITweenableDrawing defines the method signatures of tweenable drawn Shapes. | |
| 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 | |