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  
seconds — Property in class com.developmentarc.framework.utils.AdjustableDate
The seconds (an integer from 0 to 59) portion of a Date object according to local time.
secondsUTC — Property in class com.developmentarc.framework.utils.AdjustableDate
The seconds (an integer from 0 to 59) portion of a Date object according to universal time (UTC).
selectAll(group) — Static method in class com.developmentarc.framework.controllers.SelectionController
Used to select all the items within a selection group.
selected — Property in interface com.developmentarc.framework.controllers.interfaces.ISelectable
A read/write method that is used to set the selected state of an ISelectable item.
SelectionController — Class in package com.developmentarc.framework.controllers
Provides a set of controls that allows any object that implement ISelectable to behave as a selection group.
SelectionGroup — Class in package com.developmentarc.framework.controllers
Class defines a group of seletable items allowing the items to work as one entity.
SelectionGroup() — Constructor in class com.developmentarc.framework.controllers.SelectionGroup
Constructor.
selectItem(item:com.developmentarc.framework.controllers.interfaces:ISelectable) — Static method in class com.developmentarc.framework.controllers.SelectionController
Sets the selected property for the specified item and deselects any other items within the same group as the specified item.
selfOverride — Property in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Defines if the Task is self-overriding when added to a TaskGroup or the TaskController.
selfOverride — Property in interface com.developmentarc.framework.controllers.interfaces.ITask
Defines of if the Task overrides the same type of task that already have been added to a queue.
selfOverride — Property in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Defines whether the group is self-overriding or not.
sendMessage(target, methodName, ... rest) — Method in class com.developmentarc.framework.utils.LocalConnectionManager
Calls the application via the target name and method defined in the arguments.
sentMessageError — Event in class com.developmentarc.framework.utils.LocalConnectionManager
SENT_MESSAGE_ERROR — Constant static property in class com.developmentarc.framework.utils.events.LocalConnectionEvent
When a message can not be sent properly by the LocalConnectionManager this error is dispatched.
serverName — Static property in class com.developmentarc.framework.utils.BrowserLocationUtil
Method returns the server name in the current url of the application.
sinceEpoch — Property in class com.developmentarc.framework.utils.AdjustableDate
The number of seconds since midnight January 1, 1970, universal time, for a Date object.
SingletonFactory — Class in package com.developmentarc.framework.utils
A Singleton Class that enables any item to be used as a Singleton reference.
start() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractTask
Starts the Task's functionality.
start() — Method in interface com.developmentarc.framework.controllers.interfaces.ITask
Used to start the task when it becomes active.
start() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Method is used to change groups phase to start and dispath event.
status — Property in class com.developmentarc.framework.utils.events.LocalConnectionEvent
Contains the simple status string.
statusCode — Property in class com.developmentarc.framework.utils.events.LocalConnectionEvent
Contains the status code for a status message.
statusMessage — Event in class com.developmentarc.framework.utils.LocalConnectionManager
statusMessage — Property in class com.developmentarc.framework.utils.events.LocalConnectionEvent
Stores the sting verison of the status message that contains the instance name that reported the error.
STATUS_MESSAGE — Constant static property in class com.developmentarc.framework.utils.events.LocalConnectionEvent
Dispatched when a status message has been sent.
subscribe(eventType, callback) — Static method in class com.developmentarc.framework.utils.EventBroker
Enables any object to subscribe to any event type by providing the Event type and the callback method the EventBroker should call when an Event of the requested type is broadcasted.
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