Uses of Class
org.nakedobjects.applib.events.ValidityEvent

Packages that use ValidityEvent
org.nakedobjects.applib.events Interaction events, corresponding to gestures in the user interface. 
 

Uses of ValidityEvent in org.nakedobjects.applib.events
 

Subclasses of ValidityEvent in org.nakedobjects.applib.events
 class ActionArgumentEvent
          Represents a check as to whether a particular argument for an action is valid or not.
 class ActionInvocationEvent
          Represents a check as to whether a particular argument for an action is valid or not.
 class CollectionAddToEvent
          Represents a check as to whether a particular object to be added to a collection is valid or not.
 class CollectionRemoveFromEvent
          Represents a check as to whether a particular object to be removed from a collection is valid or not.
 class ObjectValidityEvent
          Represents a check as to whether the current values of the properties/collections of an object are valid (for example, prior to saving that object).
 class ParseValueEvent
          Represents a check as to whether the proposed values of the value type is valid.
 class PropertyModifyEvent
          Represents a check as to whether a particular value for a property is valid or not.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.