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 |
accordion — Property in class at.display.AnnotationList |
|
The accordion component inside of the AnnotationList . |
accordionChangeDuration — Property in class at.display.AnnotationList |
|
The amount of time it takes the accordion component to animate between sections
|
accordionChangeDuration — Property in class at.modules.AnnotationModule |
|
The amount of time it takes the accordion in the AnnotationList
component to animate between sections. |
accordionHeaderRenderer — Property in class at.display.AnnotationList |
|
The renderer for the headers in the Accordion . |
accordionHeaderRenderer — Property in class at.modules.AnnotationModule |
|
The accordionHeaderRenderer is a component that is placed at
the top of the AnnotationList component in the
AnnotationModule . |
accordionIndex — Property in class at.display.AnnotationList |
|
The index of the currently selected section in the accordion. |
accordionItemDescriptionStyleName — Style in class at.display.AnnotationList |
|
Sets the styleName for the description text in the Accordion list. |
accordionItems — Property in class at.display.AnnotationList |
|
The items in the accordion. |
accordionItems — Property in class at.modules.AnnotationModule |
|
An array of all of the lists that are put into the accordion in the
AnnotationList
|
accordionItemTitleStyleName — Style in class at.display.AnnotationList |
|
Sets the styleName for the title of the annotation in the Accordion
list. |
accordionSelectedIndexChange(e:at.events:AnnotationEvent) — Method in class at.modules.AnnotationModule |
|
Changes the selectedIndex of the accordion in the
AnnotationList based on an event from the
AnnotatedDocument . |
accordionStyleName — Style in class at.display.AnnotationList |
|
The styleName for the Accordion component found in the
AnnotationList . |
activateContent() — Method in interface at.display.IImageStackNavigatorHolder |
| |
activateContent() — Method in class at.display.ImageStackHolder |
|
Attempts to run the activate() method on any swf that may be loaded into the
component. |
activateHandler(e) — Method in class at.display.EveWindowed |
|
Sets the application to StageDisplayState.FULL_SCREEN_INTERACTIVE
when the application regains focus if fullScreenOnActivate is
true . |
addBookEndSlotData(args) — Method in class at.datacollection.DataItemGeneric |
|
Pushes an array of data to be stored into the data collection database. |
addBookEndSlotDataSingle(args) — Method in class at.datacollection.DataItemGeneric |
|
Similar to the addBookEndSlotData it will add data to the data slots, however, it will store an unlimited amount to the database. |
addBookmark(value) — Method in class at.containers.BookmarkDrop |
|
Adds the bookmark data to the component. |
addBookStartSlotData(args) — Method in class at.datacollection.DataItemGeneric |
|
Pushes an array of data to be stored into the DataCollection database. |
addBookStartSlotDataSingle(args) — Method in class at.datacollection.DataItemGeneric |
|
Similar to the addBookStartSlotData it will add data to the data slots, however, it will store an unlimited amount to the database. |
AddCachedItem(argumentsObject, cachedData) — Static method in class at.utils.MethodCache |
| |
addCheckBox(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on input from a CheckBox control. |
addComboBox(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on the input from a ComboxBox control. |
addCrumb(label, state) — Method in class at.display.BreadcrumbDisplay |
|
Method that adds a crumb item to the breadcrumb display. |
addCrumb(label, state) — Method in class at.managers.CrumbManager |
| |
addCrumbAt(index, label, state) — Method in class at.display.BreadcrumbDisplay |
|
Method that adds a crumb item to the breadcrumb display at a specific index. |
addCrumbAt(index, label, state) — Method in class at.managers.CrumbManager |
| |
addCustomItem(question, target, pProperty) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on the input from a custom class or control. |
addCustomItemMulti(question, targets, property, labelProperty) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on input from an array of custom classes or controls. |
addDataCollectionItem(value:at.datacollection.data:IDataItemDescription) — Static method in class at.datacollection.DataCollectionModule |
|
This is the main function for the DataCollection module. |
addDataItem(value:at.datacollection.data:IDataItemDescription) — Method in class at.datacollection.workers.DataWorkerGeneric |
|
This is the IDataItemWorker implementation of adding a Data item to this classes internal
list. |
addDataItem(value:at.datacollection.data:IDataItemDescription) — Method in class at.datacollection.workers.DataWorkerOverlay |
| |
addDataItem(value:at.datacollection.data:IDataItemDescription) — Method in interface at.datacollection.workers.IDataItemWorker |
|
This method accepts a Data Item Description that needs to be prepared for data collection. |
addedToStageHandler(e) — Method in class at.containers.Base3DContainer |
|
Handles the added to stage event. |
addedToStageHandler(e) — Method in class at.display.CallSwitcher |
|
Handles the added to stage event. |
addEventListener(type, listener, useCapture, priority, useWeakReference) — Static method in class at.data.DataInterface |
|
|
addEventListener(arg1, arg2, arg3, arg4, arg5) — Method in interface at.data.IDataInterface |
|
|
addEventListener(arg1, arg2, arg3, arg4, arg5) — Method in interface at.modules.IOverlayModule |
|
Adds an event listener. |
addEventListener(type, listener, useCapture, priority, useWeakReference) — Static method in class at.modules.OverlayModule |
|
|
addExitRoutine(routine, objDispatchingCompleteEvent, isAsync) — Method in class at.display.EveWindowed |
|
|
addExitRoutine(routine, objDispatchingCompleteEvent, isAsync) — Method in interface at.display.IEveWindowed |
|
If you need some extra code to fire before eVE completely shutsdown you can use this
function to add your clean up code to eVE internal clean up list. |
addHandler(e) — Method in class at.modules.PreCallModule |
|
Handles adding a slide from a PreCallModuleEvent.ADD_SLIDE with the
data in the event. |
addHScrollThumb(scrollBar, hFixedScrollThumb:at.controls:HFixedScrollThumb) — Static method in class at.utils.ScrollBarUtils |
| |
addItem(value, buttonClick) — Method in class at.containers.SlideDropTarget |
|
Adds an item to the list. |
addItem(value) — Method in class at.datacollection.utils.LiveData |
| |
addLabel(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on input that is supplied to a Label control. |
addMultipleCheckBoxes(question, targets) — Method in class at.datacollection.DataItemForm |
|
Allows adding a goup of related checkboxes
|
addRadioGroup(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on the input from a RadioButtonGroup. |
addRepbagItem(friendlyName, dataWorkerOptions) — Method in class at.datacollection.workers.DataWorkerRepbag |
|
Simply pass a human readable name for the repbag item to be logged into the DataCollection database. |
addSlashesToFilePath(value, delimiter) — Static method in class at.utils.ParseUtils |
|
Takes a filepath string and ensures the structure is valid and ends with a '/'
|
addSlide — Event in class at.controls.SlideRepositoryTileList |
|
Dispatched when an item in the list is clicked to be handled by the
PreCallModule . |
addSlide(e) — Method in class at.display.SlideItemRenderer |
|
Dispatches a PreCallModuleEvent.ADD_SLIDE event if isAddable is
true . |
ADD_SLIDE — Constant static property in class at.events.PreCallModuleEvent |
|
Dispatched when slides are are dropped to be added to a call by user interaction. |
addTextArea(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on input that is supplied to a TextArea field. |
addTextInput(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on input that is supplied to a TextInput field. |
addTextResult(question, target) — Method in class at.datacollection.DataItemForm |
|
This method will collect data on an object that contains a "text" property. |
addTransaction(sqlStatement:at.db.sql:ISQLStatement, resultHandler, async) — Method in class at.db.sql.SQLEngine |
|
This function will add an ISQLStatement to the transaction queue. |
addTransaction(sqlStatement:at.db.sql:ISQLStatement, resultHandler, async) — Method in class at.db.sql.TransactionQueue |
|
This method adds the transaction to the queue and if it not currently executing then it begins
the transaction loop. |
addValues(pTarget, pResultProperty, pLabelProperty) — Method in class at.datacollection.data.form.QuestionMultipleResultStruct |
| |
alertIcon — Property in class at.modules.PreCallModule |
|
The icon for Slide syncronization warnings. |
alertIcon — Property in class at.modules.PresentationModule |
|
The icon for Slide synchronization warnings. |
allBookmarksSaved — Event in class at.modules.PreCallModule |
| |
ALL_BOOKMARKS_SAVED — Constant static property in class at.events.PreCallModuleEvent |
|
Dispatched when all bookmarks have been saved. |
allCallsSaved — Event in class at.modules.PreCallModule |
| |
ALL_CALLS_SAVED — Constant static property in class at.events.PreCallModuleEvent |
|
Dispatched when all of the calls have been saved for an indication. |
allChangesCommitted — Property in class at.containers.PreCallBase |
|
Value will be false if any bookmarks or Call items have
been changed but not yet committed to the database. |
allDataWorkerOptions — Property in class at.datacollection.workers.DataWorkerOverlay |
|
Internal variable to store the Data Worker Options if all overlay data collection in enabled. |
allowLeaveSection — Property in class at.controls.NavigationButton |
|
Allows leaving a Section when navigating from one node to the next. |
allowLoopToBegining — Property in class at.controls.NavigationButton |
|
When viewing the last slide in a list, determines the canGoNext value. |
allowLoopToEnd — Property in class at.controls.NavigationButton |
|
When viewing the first slide in a list, determines the canGoPrev value. |
allowOffShootNavigation — Property in interface at.modules.IPresentationModule |
|
Indicates if a jump to other slides will be permitted (i.e. |
allowOffShootNavigation — Property in class at.modules.PresentationModule |
|
Indicates if a jump to other slides will be permitted (i.e. |
allowPathDeviation — Property in interface at.modules.IPresentationModule |
|
Specifies whether deviating from the current slide in this call breaks the mustFollow
business rule of the current content slide. |
allowPathDeviation — Property in class at.modules.PresentationModule |
|
Specifies whether deviating from the current slide in this call breaks the mustFollow
business rule of the current content slide. |
allSlides — Property in class at.managers.SlideManager |
|
|
allStates — Property in class at.managers.HistoryManager |
| |
annotatedDocument — Property in class at.modules.AnnotationModule |
|
This is an implementation of the AnnotatedDocument class that
displays a html file in a text field with highlights that pertain to
annotations listed in the AnnotationList . |
AnnotatedDocument — Class in package at.display |
|
Part of the AnnotationModule that shows the availble annotations
from a configuration XML file loaded in to the Module. |
AnnotatedDocument() — Constructor in class at.display.AnnotatedDocument |
|
Constructor. |
Annotation — Dynamic class in package at.data |
| |
Annotation() — Constructor in class at.data.Annotation |
| |
AnnotationAccordionItemRenderer — Class in package at.display |
| |
ANNOTATION_CHANGED — Constant static property in class at.events.AnnotationEvent |
|
The type of the event when a new annotation has been selected. |
AnnotationDetail — Class in package at.display |
|
The AnnotationDetail component displays loaded content
to augment detail in the AnnotationDocument . |
AnnotationDetail() — Constructor in class at.display.AnnotationDetail |
|
Constructor. |
annotationDetailStyleName — Style in class at.display.AnnotationList |
|
The detail style is mainly to add padding and scroll bar style for the container of
the loaded detail. |
annotationDocumentStyleName — Style in class at.modules.AnnotationModule |
|
Style for the AnnotationDocument contained in the Module. |
AnnotationEvent — Class in package at.events |
|
Defines all of the custom events for the AnnotationModule . |
AnnotationEvent(type, annotationID, sectionIndex, annotationIndex, bubbles, cancelable) — Constructor in class at.events.AnnotationEvent |
|
Constructor. |
annotationFilesDirectory — Property in class at.modules.AnnotationModule |
|
The directory location of the annotation files for this AnnotationModule. |
annotationHighlights — Property in class at.display.AnnotatedDocument |
|
The highlighter for the TextArea . |
annotationID — Property in class at.events.AnnotationEvent |
|
The id string for the annotation. |
annotationIndex — Property in class at.events.AnnotationEvent |
|
The index for the annotation in the section. |
AnnotationList — Class in package at.display |
|
The AnnotationList contains an Accordion
component to display sections of annotations. |
AnnotationList() — Constructor in class at.display.AnnotationList |
|
Constructor. |
annotationListStyleName — Style in class at.modules.AnnotationModule |
|
Style for the AnnotationList contained in the Module. |
annotationListTitle — Property in class at.modules.AnnotationModule |
|
This is the text that is displayed in the title above the accordion
in the AnnotationList . |
AnnotationModule — Class in package at.modules |
|
The AnnotationModule is displays a list of clickable annotations
that highlight in a displayed HTML document and display further information
about the highlighted text from an external file. |
AnnotationModule() — Constructor in class at.modules.AnnotationModule |
|
Constructor. |
annotationPanel — Property in class at.modules.AnnotationModule |
|
The annotation panel is the an AnnotationList component that
is on the left side of the AnnotationModule . |
appId — Property in class at.datacollection.db.tableRow.BookStartRow |
|
A GUID to reference an instance of the application. |
applicationCompleteHandler(e) — Method in class at.display.EveWindowed |
|
Runs when the application's FlexEvent.APPLICATION_COMPLETE event fires. |
ApplicationCrumbManager — Class in package at.managers |
| |
ApplicationCrumbManager(caller) — Constructor in class at.managers.ApplicationCrumbManager |
|
Constructor. |
ApplicationHistoryManager — Class in package at.managers |
| |
ApplicationHistoryManager(caller) — Constructor in class at.managers.ApplicationHistoryManager |
|
Constructor. |
ApplicationUtils — Class in package at.utils |
| |
argumentsEqual(argumentsObject1, argumentsObject2) — Static method in class at.utils.MethodCache |
| |
ARROW_DOWN — Constant static property in class at.display.EveDefaultImagery |
|
The default down arrow icon for the ImageNavigator . |
ARROW_LEFT — Constant static property in class at.display.EveDefaultImagery |
|
The default left arrow icon for the ImageNavigator . |
ARROW_RIGHT — Constant static property in class at.display.EveDefaultImagery |
|
The default right arrow icon for the ImageNavigator . |
ARROW_UP — Constant static property in class at.display.EveDefaultImagery |
|
The default up arrow icon for the ImageNavigator . |
assetDirectory — Property in class at.display.AnnotationList |
|
The directory location of the files and configuration for this AnnotationModule. |
assetDirectory — Property in class at.modules.AnnotationModule |
|
The directory location of the files and configuration for this AnnotationModule. |
at.containers — Package |
| |
at.controls — Package |
| |
at.core — Package |
| |
at.data — Package |
| |
at.datacollection — Package |
| |
at.datacollection.data — Package |
| |
at.datacollection.data.form — Package |
| |
at.datacollection.db — Package |
| |
at.datacollection.db.table — Package |
| |
at.datacollection.db.tableRow — Package |
| |
at.datacollection.utils — Package |
| |
at.datacollection.workers — Package |
| |
at.db.RowData — Package |
| |
at.db.sql — Package |
| |
at.db.tables — Package |
| |
at.display — Package |
| |
at.events — Package |
| |
at.formatters — Package |
| |
at.managers — Package |
| |
at.modules — Package |
| |
at.skins — Package |
| |
attachController() — Method in class at.containers.PreCallBase |
|
|
attachListeners(index) — Method in class at.datacollection.workers.DataWorkerGeneric |
|
Attaches listeners that begin and end data events. |
attachListeners(index) — Method in class at.datacollection.workers.DataWorkerVideo |
| |
attributeExists(arg1, arg2, arg3) — Method in interface at.utils.IXMLUtils |
| |
attributeExists(node, attributeName, allowEmpty) — Static method in class at.utils.XMLUtils |
| |
attributeIsUnique(arg1, arg2) — Method in interface at.utils.IXMLUtils |
| |
attributeIsUnique(xmlList, attributeName) — Static method in class at.utils.XMLUtils |
| |
at.utils — Package |
| |
at.validators — Package |
| |
AUDIO_OFF — Constant static property in class at.events.EveEvent |
|
Dispatched when the global audio settings are disabled. |
AUDIO_ON — Constant static property in class at.events.EveEvent |
|
Dispatched when the global audio settings are set to enabled. |
autoAnnotationPauseDuration — Property in class at.display.AnnotationList |
|
The amount of time to pause in between simulated user-based iteractions in milliseconds
(detail_close => pause => accordion_click => pause => detail_open)
|
autoAnnotationPauseDuration — Property in class at.modules.AnnotationModule |
|
The amount of time to pause in between simulated user-based iteractions in milliseconds
in the AnnotationList (detail_close => pause => accordion_click
=> pause => detail_open)
|
autoExitPresentationUponRemovedFromStage — Property in class at.modules.PresentationModule |
|
If set to true: when the PresentationModule is removed from the stage the
exitPresentation method is automatically called (executed after the
PresentationModule 's Event.REMOVED_FROM_STAGE events fires). |
autoLoad — Property in class at.modules.AnnotationModule |
|
Whether or not to load the XML configuration file when the Module is created,
based on the configDirectoryName and configFilename . |
availableHeight — Property in class at.containers.OverlayWindow |
|
The height available in the component, minus the padding. |
availableWidth — Property in class at.containers.OverlayWindow |
|
The width available in the component, minus the padding. |
|
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 |