Uses of Class
net.wotonomy.ui.EOAssociation

Uses of EOAssociation in net.wotonomy.ui
 

Subclasses of EOAssociation in net.wotonomy.ui
 class GenericAssociation
          GenericAssociation binds one or more properties on an observable object to a display group.
 class MasterDetailAssociation
          MasterDetailAssociation binds a display group to a property on the selected object of another display group.
 class MirrorDetailAssociation
          This master detail association synchronizes the contents and selection of the master group into the detail group.
 

Methods in net.wotonomy.ui that return EOAssociation
 EOAssociation EODisplayGroup.editingAssociation()
          Returns the association that is currently being edited, or null if no editing is taking place.
 EOAssociation DisplayGroup.getEditingAssociation()
          Returns the association that is currently being edited, or null if no editing is taking place.
 

Methods in net.wotonomy.ui with parameters of type EOAssociation
 void EODisplayGroup.associationDidBeginEditing(EOAssociation anAssociation)
          Called by an association when it begins editing.
 void EODisplayGroup.associationDidEndEditing(EOAssociation anAssociation)
          Called by an association when it is finished editing.
 boolean EODisplayGroup.associationFailedToValidateValue(EOAssociation anAssociation, java.lang.String aValue, java.lang.String aKey, java.lang.Object anObject, java.lang.String anErrorDescription)
          Called by an association when a user-specified value fails the association's validation rules.
 void EOAssociation.copyMatchingBindingsFromAssociation(EOAssociation anAssociation)
          Copies the binding for each aspect in this association that has a matching aspect in the specified association.
 



Copyright © 2006 null. All Rights Reserved.