Package org.nakedobjects.metamodel.interactions

Interface Summary
DisablingInteractionAdvisor Mix-in interface for facets that can advise as to whether a member should be disabled.
HidingInteractionAdvisor Mix-in interface for facets that can advise as to whether a member should be hidden.
ProposedHolder Implemented by some of the InteractionContext subclasses, making it easier for facets to process multiple at the same time.
ValidatingInteractionAdvisor Mix-in interface for Facets that can advise as to whether a proposed value is valid.
 

Class Summary
AccessContext<T extends AccessEvent> See InteractionContext for overview; analogous to AccessEvent.
ActionArgumentContext See InteractionContext for overview; analogous to ActionArgumentEvent.
ActionInvocationContext See InteractionContext for overview; analogous to ActionInvocationEvent.
ActionUsabilityContext See InteractionContext for overview; analogous to ActionUsabilityEvent.
ActionVisibilityContext See InteractionContext for overview; analogous to ActionVisibilityEvent.
CollectionAccessContext See InteractionContext for overview; analogous to CollectionAccessEvent.
CollectionAddToContext See InteractionContext for overview; analogous to CollectionAddToEvent.
CollectionRemoveFromContext See InteractionContext for overview; analogous to CollectionRemoveFromEvent.
CollectionUsabilityContext See InteractionContext for overview; analogous to CollectionUsabilityEvent.
CollectionVisibilityContext See InteractionContext for overview; analogous to CollectionVisibilityEvent.
InteractionContext<T extends InteractionEvent> Represents an interaction between the framework and (a Facet of) the domain object.
InteractionUtils  
ObjectTitleContext See InteractionContext for overview; analogous to ObjectTitleEvent.
ObjectValidityContext See InteractionContext for overview; analogous to ObjectValidityEvent.
ParseValueContext See InteractionContext for overview; analogous to ParseValueEvent.
PropertyAccessContext See InteractionContext for overview; analogous to PropertyAccessEvent.
PropertyModifyContext See InteractionContext for overview; analogous to PropertyModifyEvent.
PropertyUsabilityContext See InteractionContext for overview; analogous to PropertyUsabilityEvent.
PropertyVisibilityContext See InteractionContext for overview; analogous to PropertyVisibilityEvent.
UsabilityContext<T extends UsabilityEvent> See InteractionContext for overview; analogous to UsabilityEvent.
ValidityContext<T extends ValidityEvent> See InteractionContext for overview; analogous to ValidityEvent
VisibilityContext<T extends VisibilityEvent> See InteractionContext for overview; analogous to VisibilityEvent.
 



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