A B C D E F G I L M N O P Q R S T U V W

A

ActionAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
allObjects - Variable in class net.wotonomy.ui.EODisplayGroup
 
allObjects() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a read-only List containing all objects managed by the display group.
allObjectsProxy - Variable in class net.wotonomy.ui.EODisplayGroup
 
ArgumentAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
ask(String, EODisplayGroup, Object[]) - Method in class net.wotonomy.ui.DebuggingDelegate
This method is called by the methods that return a boolean.
aspects() - Static method in class net.wotonomy.ui.EOAssociation
Returns a List that describes the aspects supported by this class.
aspects() - Static method in class net.wotonomy.ui.GenericAssociation
Returns a List that describes the aspects supported by this class.
aspects() - Static method in class net.wotonomy.ui.MasterDetailAssociation
Returns a List that describes the aspects supported by this class.
aspectSignatures() - Static method in class net.wotonomy.ui.EOAssociation
Returns a List of aspect signatures whose contents correspond with the aspects list.
aspectSignatures() - Static method in class net.wotonomy.ui.GenericAssociation
Returns a List of aspect signatures whose contents correspond with the aspects list.
aspectSignatures() - Static method in class net.wotonomy.ui.MasterDetailAssociation
Returns a List of aspect signatures whose contents correspond with the aspects list.
aspectsModified - Variable in class net.wotonomy.ui.GenericAssociation
 
aspectToGroup - Variable in class net.wotonomy.ui.EOAssociation
 
aspectToKey - Variable in class net.wotonomy.ui.EOAssociation
 
associationClassesForObject(Object) - Static method in class net.wotonomy.ui.EOAssociation
Returns all registered subclasses of EOAssociation for which usableWithObject with the specified object returns true.
associationClassesSuperseded() - Static method in class net.wotonomy.ui.EOAssociation
Returns a List of EOAssociation subclasses that, for the objects that are usable for this association, are less suitable than this association.
associationClassesSuperseded() - Static method in class net.wotonomy.ui.GenericAssociation
Returns a List of EOAssociation subclasses that, for the objects that are usable for this association, are less suitable than this association.
associationClassesSuperseded() - Static method in class net.wotonomy.ui.MasterDetailAssociation
Returns a List of EOAssociation subclasses that, for the objects that are usable for this association, are less suitable than this association.
associationDidBeginEditing(EOAssociation) - Method in class net.wotonomy.ui.EODisplayGroup
Called by an association when it begins editing.
associationDidEndEditing(EOAssociation) - Method in class net.wotonomy.ui.EODisplayGroup
Called by an association when it is finished editing.
associationFailedToValidateValue(EOAssociation, String, String, Object, String) - Method in class net.wotonomy.ui.EODisplayGroup
Called by an association when a user-specified value fails the association's validation rules.
AttributeAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 
AttributeToManyAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 
AttributeToOneAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 
AttributeToOneToManyAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 

B

bindAspect(String, EODisplayGroup, String) - Method in class net.wotonomy.ui.EOAssociation
Binds the specified aspect of this association to the specified key on the specified display group.
BoldAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
breakConnection() - Method in class net.wotonomy.ui.EOAssociation
Breaks the connection between this association and its object.
breakConnection() - Method in class net.wotonomy.ui.GenericAssociation
Breaks the connection between this association and its object.
breakConnection() - Method in class net.wotonomy.ui.MasterDetailAssociation
Breaks the connection between this association and its object.

C

canBindAspect(String, EODisplayGroup, String) - Method in class net.wotonomy.ui.EOAssociation
Returns whether this association can bind to the specified display group on the specified key for the specified aspect.
canBindAspect(String, EODisplayGroup, String) - Method in class net.wotonomy.ui.GenericAssociation
Returns whether this association can bind to the specified display group on the specified key for the specified aspect.
canBindAspect(String, EODisplayGroup, String) - Method in class net.wotonomy.ui.MasterDetailAssociation
Returns whether this association can bind to the specified display group on the specified key for the specified aspect.
ChildrenAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
clearSelection() - Method in class net.wotonomy.ui.EODisplayGroup
Clears the current selection.
contentsChanged() - Method in class net.wotonomy.ui.EODisplayGroup
Called by associations to determine whether the contents of any objects have been changed.
control - Variable in class net.wotonomy.ui.EOAssociation
 
copyMatchingBindingsFromAssociation(EOAssociation) - Method in class net.wotonomy.ui.EOAssociation
Copies the binding for each aspect in this association that has a matching aspect in the specified association.

D

dataSource() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the current data source backing this display group, or null if no dataSource is currently used.
DebuggingDelegate - Class in net.wotonomy.ui
A display group delegate that prints messages for each of the delegate methods.
DebuggingDelegate() - Constructor for class net.wotonomy.ui.DebuggingDelegate
 
defaultStringMatchFormat() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the current string matching format.
defaultStringMatchOperator() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the current string matching operator.
delegate() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the current delegate for this display group, or null if no delegate is currently set.
DelegateAdapter - Class in net.wotonomy.ui
A convenience class for creating display group delegates.
DelegateAdapter() - Constructor for class net.wotonomy.ui.DelegateAdapter
 
deleteObjectAtIndex(int) - Method in class net.wotonomy.ui.EODisplayGroup
Deletes the object at the specified index, notifying the delegate before and after the operation, and then updating the selection if needed.
deleteSelection() - Method in class net.wotonomy.ui.EODisplayGroup
Deletes the currently selected objects.
DestinationAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
displayedObjects - Variable in class net.wotonomy.ui.EODisplayGroup
 
displayedObjects() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a read-only List of all objects in the display group that are currently displayed by the associations.
displayedObjectsProxy - Variable in class net.wotonomy.ui.EODisplayGroup
 
DisplayGroup - Class in net.wotonomy.ui
DisplayGroup provides an abstraction of a user interface, comprising of an ordered collection of data objects, some of which are displayed, and of those some are selected.
DisplayGroup() - Constructor for class net.wotonomy.ui.DisplayGroup
 
displayGroupCreateObjectFailed(EODisplayGroup, EODataSource) - Method in class net.wotonomy.ui.DebuggingDelegate
Called when the specified data source fails to create an object for the specified display group.
displayGroupCreateObjectFailed(EODisplayGroup, EODataSource) - Method in class net.wotonomy.ui.DelegateAdapter
Called when the specified data source fails to create an object for the specified display group.
displayGroupCreateObjectFailed(EODisplayGroup, EODataSource) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called when the specified data source fails to create an object for the specified display group.
displayGroupDidChangeDataSource(EODisplayGroup) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified display group's data source is changed.
displayGroupDidChangeDataSource(EODisplayGroup) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified display group's data source is changed.
displayGroupDidChangeDataSource(EODisplayGroup) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after the specified display group's data source is changed.
displayGroupDidChangeSelectedObjects(EODisplayGroup) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified display group's selection has changed.
displayGroupDidChangeSelectedObjects(EODisplayGroup) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified display group's selection has changed.
displayGroupDidChangeSelectedObjects(EODisplayGroup) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after a change occurs in the specified display group's selected objects.
displayGroupDidChangeSelection(EODisplayGroup) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified display group's selection has changed.
displayGroupDidChangeSelection(EODisplayGroup) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified display group's selection has changed.
displayGroupDidChangeSelection(EODisplayGroup) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after the specified display group's selection has changed.
displayGroupDidDeleteObject(EODisplayGroup, Object) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified object display group's selection has changed.
displayGroupDidDeleteObject(EODisplayGroup, Object) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified object display group's selection has changed.
displayGroupDidDeleteObject(EODisplayGroup, Object) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after the specified display group has deleted the specified object.
displayGroupDidFetchObjects(EODisplayGroup, List) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified display group has fetched the specified object list.
displayGroupDidFetchObjects(EODisplayGroup, List) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified display group has fetched the specified object list.
displayGroupDidFetchObjects(EODisplayGroup, List) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after the specified display group has fetched the specified object list.
displayGroupDidInsertObject(EODisplayGroup, Object) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified display group has inserted the specified object into its internal object list.
displayGroupDidInsertObject(EODisplayGroup, Object) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified display group has inserted the specified object into its internal object list.
displayGroupDidInsertObject(EODisplayGroup, Object) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after the specified display group has inserted the specified object into its internal object list.
displayGroupDidSetValueForObject(EODisplayGroup, Object, Object, String) - Method in class net.wotonomy.ui.DebuggingDelegate
Called after the specified display group has set the specified value for the specified object and key.
displayGroupDidSetValueForObject(EODisplayGroup, Object, Object, String) - Method in class net.wotonomy.ui.DelegateAdapter
Called after the specified display group has set the specified value for the specified object and key.
displayGroupDidSetValueForObject(EODisplayGroup, Object, Object, String) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called after the specified display group has set the specified value for the specified object and key.
displayGroupDisplayArrayForObjects(EODisplayGroup, List) - Method in class net.wotonomy.ui.DebuggingDelegate
Called by the specified display group to determine what objects should be displayed for the objects in the specified list.
displayGroupDisplayArrayForObjects(EODisplayGroup, List) - Method in class net.wotonomy.ui.DelegateAdapter
Called by the specified display group to determine what objects should be displayed for the objects in the specified list.
displayGroupDisplayArrayForObjects(EODisplayGroup, List) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group to determine what objects should be displayed for the objects in the specified list.
displayGroupForAspect(String) - Method in class net.wotonomy.ui.EOAssociation
Returns the display group that is bound the specified aspect, or null if no display group is currently bound to that aspect.
displayGroupKeyForAspect(String) - Method in class net.wotonomy.ui.EOAssociation
Returns the key for the display group bound to the specified aspect, or null if no display group is currently bound to that aspect.
displayGroupShouldChangeSelection(EODisplayGroup, List) - Method in class net.wotonomy.ui.DebuggingDelegate
Called by the specified display group before it attempts to change the selection.
displayGroupShouldChangeSelection(EODisplayGroup, List) - Method in class net.wotonomy.ui.DelegateAdapter
Called by the specified display group before it attempts to change the selection.
displayGroupShouldChangeSelection(EODisplayGroup, List) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group before it attempts to change the selection.
displayGroupShouldDeleteObject(EODisplayGroup, Object) - Method in class net.wotonomy.ui.DebuggingDelegate
Called by the specified display group before it attempts to delete the specified object.
displayGroupShouldDeleteObject(EODisplayGroup, Object) - Method in class net.wotonomy.ui.DelegateAdapter
Called by the specified display group before it attempts to delete the specified object.
displayGroupShouldDeleteObject(EODisplayGroup, Object) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group before it attempts to delete the specified object.
displayGroupShouldDisplayAlert(EODisplayGroup, String, String) - Method in class net.wotonomy.ui.DebuggingDelegate
Called by the specified display group before it attempts display the specified alert to the user.
displayGroupShouldDisplayAlert(EODisplayGroup, String, String) - Method in class net.wotonomy.ui.DelegateAdapter
Called by the specified display group before it attempts display the specified alert to the user.
displayGroupShouldDisplayAlert(EODisplayGroup, String, String) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group before it attempts display the specified alert to the user.
displayGroupShouldFetch(EODisplayGroup) - Method in class net.wotonomy.ui.DebuggingDelegate
Called by the specified display group before it attempts fetch objects.
displayGroupShouldFetch(EODisplayGroup) - Method in class net.wotonomy.ui.DelegateAdapter
Called by the specified display group before it attempts fetch objects.
displayGroupShouldFetch(EODisplayGroup) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group before it attempts fetch objects.
displayGroupShouldInsertObject(EODisplayGroup, Object, int) - Method in class net.wotonomy.ui.DebuggingDelegate
Called by the specified display group before it attempts to insert the specified object.
displayGroupShouldInsertObject(EODisplayGroup, Object, int) - Method in class net.wotonomy.ui.DelegateAdapter
Called by the specified display group before it attempts to insert the specified object.
displayGroupShouldInsertObject(EODisplayGroup, Object, int) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group before it attempts to insert the specified object.
displayGroupShouldRedisplay(EODisplayGroup, NSNotification) - Method in class net.wotonomy.ui.DebuggingDelegate
No idea what this might indicate, nor what the notification indicates.
displayGroupShouldRedisplay(EODisplayGroup, NSNotification) - Method in class net.wotonomy.ui.DelegateAdapter
No idea what this might indicate, nor what the notification indicates.
displayGroupShouldRedisplay(EODisplayGroup, NSNotification) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group when it receives the specified ObjectsChangedInEditingContextNotification.
displayGroupShouldRefetch(EODisplayGroup, NSNotification) - Method in class net.wotonomy.ui.DebuggingDelegate
No idea what this might indicate, nor what the notification indicates.
displayGroupShouldRefetch(EODisplayGroup, NSNotification) - Method in class net.wotonomy.ui.DelegateAdapter
No idea what this might indicate, nor what the notification indicates.
displayGroupShouldRefetch(EODisplayGroup, NSNotification) - Method in interface net.wotonomy.ui.EODisplayGroup.Delegate
Called by the specified display group when it receives the specified InvalidatedAllObjectsInStoreNotification.
DisplayGroupWillFetchNotification - Static variable in class net.wotonomy.ui.EODisplayGroup
Notification sent when the display group is about to fetch.
displayName() - Method in class net.wotonomy.ui.EOAssociation
The human-readable descriptive name for this association.

E

EditableAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
editingAssociation() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the association that is currently being edited, or null if no editing is taking place.
editingContextPresentErrorMessage(EOEditingContext, String) - Method in class net.wotonomy.ui.EODisplayGroup
Called to display a message for an error that occurred in the specified editing context.
editingContextShouldContinueFetching(EOEditingContext, int, int, EOObjectStore) - Method in class net.wotonomy.ui.EODisplayGroup
Called by the specified object store to determine whether fetching should continue, where count is the current count and limit is the limit as specified by the fetch specification.
editingContextWillSaveChanges(EOEditingContext) - Method in class net.wotonomy.ui.EODisplayGroup
Called before the editing context begins to save changes.
editorHasChangesForEditingContext(EOEditingContext) - Method in class net.wotonomy.ui.EODisplayGroup
Called to determine whether this editor has changes that have not been committed to the object in the context.
EnabledAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
enabledToSetSelectedObjectValueForKey(String) - Method in class net.wotonomy.ui.EODisplayGroup
Called by an association to determine whether it should enable a component that displayes a value for the specified key.
endEditing() - Method in class net.wotonomy.ui.EOAssociation
Forces this association to cause the object to stop editing and validate the user's input.
endEditing() - Method in class net.wotonomy.ui.EODisplayGroup
Asks the association currently editing to stop editing.
endEditing() - Method in class net.wotonomy.ui.GenericAssociation
Forces this association to cause the object to stop editing and validate the user's input.
enterQueryMode(Object) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the display group and associations to edit a "query by example" query object.
EOAssociation - Class in net.wotonomy.ui
Associations observe DisplayGroups and associate a user interface component with one or more keys on the objects in the display group.
EOAssociation() - Constructor for class net.wotonomy.ui.EOAssociation
Default constructor.
EOAssociation(Object) - Constructor for class net.wotonomy.ui.EOAssociation
Constructor specifying the object to be controlled by this association.
EODisplayGroup - Class in net.wotonomy.ui
EODisplayGroup provides an abstraction of a user interface, comprising of an ordered collection of data objects, some of which are displayed, and of those some are selected.
EODisplayGroup() - Constructor for class net.wotonomy.ui.EODisplayGroup
Creates a new display group.
EODisplayGroup.Delegate - Interface in net.wotonomy.ui
DisplayGroups can delegate important decisions to a Delegate.
equalToQueryValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a Map containing the mappings of keys to query values that will be used to test for equality.
establishConnection() - Method in class net.wotonomy.ui.EOAssociation
Establishes a connection between this association and the controlled object.
establishConnection() - Method in class net.wotonomy.ui.GenericAssociation
Establishes a connection between this association and the controlled object.
establishConnection() - Method in class net.wotonomy.ui.MasterDetailAssociation
Establishes a connection between this association and the controlled object.

F

fetch() - Method in class net.wotonomy.ui.EODisplayGroup
Requests a list of objects from the DataSource and calls setObjectArray to populate the list.
fetchesOnLoad() - Method in class net.wotonomy.ui.EODisplayGroup
Returns whether this display group should immediate fetch when loaded.

G

GenericAssociation - Class in net.wotonomy.ui
GenericAssociation binds one or more properties on an observable object to a display group.
GenericAssociation(Object) - Constructor for class net.wotonomy.ui.GenericAssociation
Constructor specifying the object to be controlled by this association.
get(String, EODisplayGroup, List) - Method in class net.wotonomy.ui.DebuggingDelegate
This method is called by displayGroupDisplayArrayForObjects.
getAllObjects() - Method in class net.wotonomy.ui.DisplayGroup
Returns a List containing all objects managed by the display group.
getDataSource() - Method in class net.wotonomy.ui.DisplayGroup
Returns the current data source backing this display group, or null if no dataSource is currently used.
getDefaultStringMatchFormat() - Method in class net.wotonomy.ui.DisplayGroup
Returns the current string matching format.
getdefaultStringMatchOperator() - Method in class net.wotonomy.ui.DisplayGroup
Returns the current string matching operator.
getDelegate() - Method in class net.wotonomy.ui.DisplayGroup
Returns the current delegate for this display group, or null if no delegate is currently set.
getDisplayedObjects() - Method in class net.wotonomy.ui.DisplayGroup
Returns a List of all objects in the display group that are currently displayed by the associations.
getEditingAssociation() - Method in class net.wotonomy.ui.DisplayGroup
Returns the association that is currently being edited, or null if no editing is taking place.
getEqualToQueryValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a Map containing the mappings of keys to query values that will be used to test for equality.
getGlobalDefaultStringMatchFormat() - Static method in class net.wotonomy.ui.DisplayGroup
Specifies the default string matching format for all display groups.
getGlobalDefaultStringMatchOperator() - Static method in class net.wotonomy.ui.DisplayGroup
Specifies the default string matching operator for all display groups.
getGreaterThanQueryValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a Map containing the mappings of keys to query values that will be used to test for greater value.
getInsertedObjectDefaultValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a Map of default values that are applied to new objects that are inserted into the list.
getLessThanQueryValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a Map containing the mappings of keys to query values that will be used to test for lesser value.
getLocalKeys() - Method in class net.wotonomy.ui.DisplayGroup
Returns the keys that were declared when read from an external resource file.
getObservingAssociations() - Method in class net.wotonomy.ui.DisplayGroup
Returns a List of associations that are observing this display group.
getQualifier() - Method in class net.wotonomy.ui.DisplayGroup
Returns a qualifier that will be applied all the objects in this display group to determine which objects will be displayed.
getQualifierFromQueryValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a new qualifier built from the three query value maps: greater than, equal to, and less than.
getQueryBindingValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a Map containing the mappings of keys to binding query values.
getQueryOperatorValues() - Method in class net.wotonomy.ui.DisplayGroup
Returns a Map containing the mappings of keys to operator values.
getSelectedObject() - Method in class net.wotonomy.ui.DisplayGroup
Returns the currently selected object, or null if there is no selection.
getSelectedObjects() - Method in class net.wotonomy.ui.DisplayGroup
Returns a List containing all selected objects, if any.
getSelectedObjectValueForKey(String) - Method in class net.wotonomy.ui.DisplayGroup
Returns a value on the selected object for the specified key.
getSelectionIndexes() - Method in class net.wotonomy.ui.DisplayGroup
Returns a List containing the indexes of all selected objects, if any.
getSortOrderings() - Method in class net.wotonomy.ui.DisplayGroup
Returns the List of sort orderings for this display group.
getUpdatedObjectIndex() - Method in class net.wotonomy.ui.DisplayGroup
Returns the index of the changed object.
getValueForObject(Object, String) - Method in class net.wotonomy.ui.DisplayGroup
Returns the value for the specified key on the specified object.
getValueForObjectAtIndex(int, String) - Method in class net.wotonomy.ui.DisplayGroup
Calls valueForObject() for the object at the specified index.
globalDefaultForValidatesChangesImmediately() - Static method in class net.wotonomy.ui.EODisplayGroup
Specifies the default behavior for whether changes should be validated immediately for all display groups.
globalDefaultStringMatchFormat() - Static method in class net.wotonomy.ui.EODisplayGroup
Specifies the default string matching format for all display groups.
globalDefaultStringMatchOperator() - Static method in class net.wotonomy.ui.EODisplayGroup
Specifies the default string matching operator for all display groups.
greaterThanQueryValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a Map containing the mappings of keys to query values that will be used to test for greater value.

I

IconAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
inQueryMode() - Method in class net.wotonomy.ui.EODisplayGroup
Returns whether this display group is in "query by example" mode.
insertedObjectDefaultValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a Map of default values that are applied to new objects that are inserted into the list.
insertNewObjectAtIndex(int) - Method in class net.wotonomy.ui.EODisplayGroup
Creates a new object at the specified index.
insertObjectAtIndex(Object, int) - Method in class net.wotonomy.ui.EODisplayGroup
Inserts the specified object into the list at the specified index.
IsLeafAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
isUsableWithObject(Object) - Static method in class net.wotonomy.ui.EOAssociation
Returns whether this class can control the specified object.
isUsableWithObject(Object) - Static method in class net.wotonomy.ui.GenericAssociation
Returns whether this class can control the specified object.
isUsableWithObject(Object) - Static method in class net.wotonomy.ui.MasterDetailAssociation
Returns whether this class can control the specified object.
ItalicAspect - Static variable in class net.wotonomy.ui.EOAssociation
 

L

LabelAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
lessThanQueryValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a Map containing the mappings of keys to query values that will be used to test for lesser value.
localKeys() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the keys that were declared when read from an external resource file.

M

MasterDetailAssociation - Class in net.wotonomy.ui
MasterDetailAssociation binds a display group to a property on the selected object of another display group.
MasterDetailAssociation(Object) - Constructor for class net.wotonomy.ui.MasterDetailAssociation
Constructor expecting an EODisplayGroup.
MirrorDetailAssociation - Class in net.wotonomy.ui
This master detail association synchronizes the contents and selection of the master group into the detail group.
MirrorDetailAssociation(EODisplayGroup) - Constructor for class net.wotonomy.ui.MirrorDetailAssociation
Standard constructor specifying the detail display group.

N

net.wotonomy.ui - package net.wotonomy.ui
An implementation of the JavaClient framework.
NullAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 

O

object() - Method in class net.wotonomy.ui.EOAssociation
Returns the object that is currently controlled by this association, or null if no object is currently controlled.
objectKeysTaken() - Static method in class net.wotonomy.ui.EOAssociation
Returns a List of properties of the controlled object that are controlled by this class.
objectKeysTaken() - Static method in class net.wotonomy.ui.GenericAssociation
Returns a List of properties of the controlled object that are controlled by this class.
objectKeysTaken() - Static method in class net.wotonomy.ui.MasterDetailAssociation
Returns a List of properties of the controlled object that are controlled by this class.
objectModified - Variable in class net.wotonomy.ui.GenericAssociation
 
ObjectsAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
objectsInvalidatedInEditingContext(NSNotification) - Method in class net.wotonomy.ui.EODisplayGroup
Handles notifications from the data source's editing context, looking for InvalidatedAllObjectsInStoreNotification and ObjectsChangedInEditingContextNotification, refetching in the former case and updating displayed objects in the latter.
objectWillChange(Object) - Method in class net.wotonomy.ui.EODisplayGroup
Receives notifications of changes from objects that are managed by this display group.
objectWillChange(Object) - Method in class net.wotonomy.ui.GenericAssociation
Overridden to track which observed object is changing.
objectWillChange(Object) - Method in class net.wotonomy.ui.MasterDetailAssociation
Overridden to intercept notifications of changes to objects in the controlled display group and broadcast a change on the parent group's selected object.
observableArray - Variable in class net.wotonomy.ui.MasterDetailAssociation
Used to be notified of changes to objects in the controlled display group.
observingAssociations() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a read-only List of associations that are observing this display group.

P

ParentAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
primaryAspect() - Static method in class net.wotonomy.ui.EOAssociation
Returns the aspect that is considered primary or default.
primaryAspect() - Static method in class net.wotonomy.ui.GenericAssociation
Returns the aspect that is considered primary or default.
primaryAspect() - Static method in class net.wotonomy.ui.MasterDetailAssociation
Returns the aspect that is considered primary or default.
priority() - Method in class net.wotonomy.ui.MasterDetailAssociation
This implementation returns ObserverPrioritySecond so that master detail assocations are notified before other associations.
processRecentChanges() - Method in class net.wotonomy.ui.EODisplayGroup
Called by LastGroupObserver to clear flags.

Q

qualifier() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a qualifier that will be applied all the objects in this display group to determine which objects will be displayed.
qualifierFromQueryValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a new qualifier built from the three query value maps: greater than, equal to, and less than.
qualifyDataSource() - Method in class net.wotonomy.ui.EODisplayGroup
Calls qualifierFromQueryValues(), applies the result to the data source, and calls fetch().
qualifyDisplayGroup() - Method in class net.wotonomy.ui.EODisplayGroup
Calls qualifierFromQueryValues(), sets the qualifier with setQualifier(), and calls updateDisplayedObjects().
queryBindingValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a Map containing the mappings of keys to binding query values.
queryOperatorValues() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a Map containing the mappings of keys to operator values.

R

readValueForKey(Object, String) - Method in class net.wotonomy.ui.GenericAssociation
 
readValueFromDisplayGroupForKey(EODisplayGroup, String) - Method in class net.wotonomy.ui.GenericAssociation
 
redisplay() - Method in class net.wotonomy.ui.EODisplayGroup
Sets contentsChanged to true and notifies all observers.
report(String, EODisplayGroup, Object[]) - Method in class net.wotonomy.ui.DebuggingDelegate
This method is called by all delegate methods that return void.
requalify() - Method in class net.wotonomy.ui.MasterDetailAssociation
Called by subjectChanged() to requalify the controlled display group with the selected object and the bound key.
requalify() - Method in class net.wotonomy.ui.MirrorDetailAssociation
Called by subjectChanged() to requalify the controlled display group with the indexed object and the bound key.

S

selectedIndexes - Variable in class net.wotonomy.ui.EODisplayGroup
 
selectedObject() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the currently selected object, or null if there is no selection.
SelectedObjectAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
selectedObjects - Variable in class net.wotonomy.ui.EODisplayGroup
 
selectedObjects() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a read-only List containing all selected objects, if any.
selectedObjectsProxy - Variable in class net.wotonomy.ui.EODisplayGroup
 
selectedObjectValueForKey(String) - Method in class net.wotonomy.ui.EODisplayGroup
Returns a value on the selected object for the specified key.
SelectedTitleAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
selectionChanged() - Method in class net.wotonomy.ui.EODisplayGroup
Called by associations to determine whether the selection has been changed.
selectionIndexes() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a read-only List containing the indexes of all selected objects, if any.
selectNext() - Method in class net.wotonomy.ui.EODisplayGroup
Sets the selection to the next displayed object after the current selection.
selectObject(Object) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the selection to the specified object.
selectObjectsIdenticalTo(List) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the selection to the specified objects.
selectPrevious() - Method in class net.wotonomy.ui.EODisplayGroup
Sets the selection to the previous displayed object before the current selection.
selectsFirstObjectAfterFetch() - Method in class net.wotonomy.ui.EODisplayGroup
Sets whether this display group will select the first object in the list after a fetch.
setDataSource(EODataSource) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the data source that will be used by this display group.
setDefaultStringMatchFormat(String) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the default string matching format that will be used by this display group.
setDefaultStringMatchOperator(String) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the default string matching operator that will be used by this display group.
setDelegate(Object) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the display group delegate that will be used by this display group.
setEqualToQueryValues(Map) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the Map that contains the mappings of keys to query values that will be used to test for equality.
setFetchesOnLoad(boolean) - Method in class net.wotonomy.ui.EODisplayGroup
Sets whether this display group will fetch objects from its data source on load.
setGlobalDefaultForValidatesChangesImmediately(boolean) - Static method in class net.wotonomy.ui.EODisplayGroup
Sets the default behavior for validating changes for all display groups.
setGlobalDefaultStringMatchFormat(String) - Static method in class net.wotonomy.ui.EODisplayGroup
Sets the default string matching format that will be used by all display groups.
setGlobalDefaultStringMatchOperator(String) - Static method in class net.wotonomy.ui.EODisplayGroup
Sets the default string matching operator that will be used by all display groups.
setGreaterThanQueryValues(Map) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the mapping that contains the mappings of keys to query values that will be used to test for greater value.
setInQueryMode(boolean) - Method in class net.wotonomy.ui.EODisplayGroup
Sets whether this display group is in "query by example" mode.
setInsertedObjectDefaultValues(Map) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the mapping that contains the values that will be applied to new objects inserted into the display group.
setLessThanQueryValues(Map) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the mapping that contains the mappings of keys to query values that will be used to test for lesser value.
setLocalKeys(List) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the keys that are declared when instantiated from an external resource file.
setObjectArray(List) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the objects managed by this display group.
setQualifier(EOQualifier) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the qualifier that will be used by updateDisplayedObjects() to filter displayed objects.
setQueryBindingValues(Map) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the mapping that contains the mappings of keys to binding values.
setQueryOperatorValues(Map) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the mapping that contains the mappings of keys to operator values.
setSelectedObject(Object) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the currently selected object, or clears the selection if the object is not found or is null.
setSelectedObjects(List) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the current selection to the specified objects.
setSelectedObjectValue(Object, String) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the specified value for the specified key on all selected objects.
setSelectionIndexes(List) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the current selection to the objects at the specified indexes.
setSelectsFirstObjectAfterFetch(boolean) - Method in class net.wotonomy.ui.EODisplayGroup
Sets whether the first object in the list will be selected after a fetch.
setSortOrderings(List) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the order of the keys by which this display group will be ordered after a fetch or after a call to updateDisplayedObjects().
setUsesOptimisticRefresh(boolean) - Method in class net.wotonomy.ui.EODisplayGroup
Sets whether only changed objects are refreshed (optimistic), or whether all objects are refreshed (pessimistic, default).
setValidatesChangesImmediately(boolean) - Method in class net.wotonomy.ui.EODisplayGroup
Sets whether changes made by associations are validated immediately, or when changes are saved.
setValueForAspect(Object, String) - Method in class net.wotonomy.ui.EOAssociation
Writes the specified value for the display group and key currently bound to the specified aspect.
setValueForAspectAtIndex(Object, String, int) - Method in class net.wotonomy.ui.EOAssociation
Writes the specified value for the display group and key currently bound to the specified aspect, at the specified index (assuming it's an indexed property).
setValueForObject(Object, Object, String) - Method in class net.wotonomy.ui.EODisplayGroup
Sets the specified value for the specified key on the specified object.
setValueForObjectAtIndex(Object, int, String) - Method in class net.wotonomy.ui.EODisplayGroup
Calls setValueForObject() for the object at the specified index.
shouldEndEditing(String, String, String) - Method in class net.wotonomy.ui.EOAssociation
Called by subclasses to notify that the user's input failed validation.
shouldEndEditingAtIndex(String, String, String, int) - Method in class net.wotonomy.ui.EOAssociation
Called by subclasses to notify that the user's input failed validation.
sortOrderings() - Method in class net.wotonomy.ui.EODisplayGroup
Returns a read-only List of sort orderings for this display group.
SourceAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
subjectChanged() - Method in class net.wotonomy.ui.EOAssociation
Called when either the selection or the contents of an associated display group have changed.
subjectChanged() - Method in class net.wotonomy.ui.GenericAssociation
Called when either the selection or the contents of an associated display group have changed.
subjectChanged() - Method in class net.wotonomy.ui.MasterDetailAssociation
Called when either the selection or the contents of an associated display group have changed.

T

TitlesAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
ToManyAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 
ToOneAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 
ToOneToManyAspectSignature - Static variable in class net.wotonomy.ui.EOAssociation
 
toString() - Method in class net.wotonomy.ui.EODisplayGroup
Prints out the list of displayed objects.

U

updateDisplayedObjects() - Method in class net.wotonomy.ui.EODisplayGroup
Applies the qualifier to all objects and sorts the results to update the list of displayed objects.
updatedObjectIndex() - Method in class net.wotonomy.ui.EODisplayGroup
Returns the index of the changed object.
URLAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
usesOptimisticRefresh() - Method in class net.wotonomy.ui.EODisplayGroup
Returns whether this display group refreshes only the changed objects or all objects on refresh.

V

validatesChangesImmediately() - Method in class net.wotonomy.ui.EODisplayGroup
Returns whether this display group validates changes immediately.
ValueAspect - Static variable in class net.wotonomy.ui.EOAssociation
 
valueForAspect(String) - Method in class net.wotonomy.ui.EOAssociation
Returns the current value for the display group and key associated with the specified aspect.
valueForAspectAtIndex(String, int) - Method in class net.wotonomy.ui.EOAssociation
Returns the current value for the display group and key associated with the specified aspect, and the specified index (assuming multiple values).
valueForObject(Object, String) - Method in class net.wotonomy.ui.EODisplayGroup
Returns the value for the specified key on the specified object.
valueForObjectAtIndex(int, String) - Method in class net.wotonomy.ui.EODisplayGroup
Calls valueForObject() for the object at the specified index.
VisibleAspect - Static variable in class net.wotonomy.ui.EOAssociation
 

W

willChange() - Method in class net.wotonomy.ui.EODisplayGroup
Needed because we don't inherit from NSObject.
writeValueForAspect(Object, String) - Method in class net.wotonomy.ui.GenericAssociation
Writes the value currently in the component to the selected object in the display group bound to the value aspect.
writeValueForKey(Object, Object, String) - Method in class net.wotonomy.ui.GenericAssociation
 

A B C D E F G I L M N O P Q R S T U V W

Copyright © 2006 null. All Rights Reserved.