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  
date — Property in class com.developmentarc.framework.utils.AdjustableDate
The day of the month (an integer from 1 to 31) specified by a Date object according to local time.
dateInstance — Property in class com.developmentarc.framework.utils.AdjustableDate
Provides access to the internal date instance.
dateUTC — Property in class com.developmentarc.framework.utils.AdjustableDate
The day of the month (an integer from 1 to 31) of a Date object according to universal time (UTC).
day — Property in class com.developmentarc.framework.utils.AdjustableDate
The day of the week (0 for Sunday, 1 for Monday, and so on) specified by this Date according to local time.
dayUTC — Property in class com.developmentarc.framework.utils.AdjustableDate
The day of the week (0 for Sunday, 1 for Monday, and so on) of this Date according to universal time (UTC).
deselectAll(group) — Static method in class com.developmentarc.framework.controllers.SelectionController
Used to deselect all items in a selection group.
disconnect() — Method in class com.developmentarc.framework.utils.LocalConnectionManager
Ends the current local conenction session and removes all handlers so that Garbage collection can occur.
dispatch() — Method in class com.developmentarc.framework.controllers.abstracts.AbstractCommand
Dispatches the command through the EventBroker which will then be passed to any registered action.
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