Uses of Interface
org.nakedobjects.metamodel.interactions.DisablingInteractionAdvisor

Packages that use DisablingInteractionAdvisor
org.nakedobjects.metamodel.facets.disable   
org.nakedobjects.metamodel.facets.object.bounded   
org.nakedobjects.metamodel.facets.object.immutable   
org.nakedobjects.metamodel.facets.object.notpersistable   
org.nakedobjects.metamodel.facets.object.value   
org.nakedobjects.metamodel.facets.propcoll.derived   
 

Uses of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.disable
 

Subinterfaces of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.disable
 interface DisabledFacet
          Disable a property, collection or action.
 interface DisableForContextFacet
          Disable a property, collection or action based on the state of the target object.
 interface DisableForSessionFacet
          Disable a property, collection or action based on the current session.
 

Classes in org.nakedobjects.metamodel.facets.disable that implement DisablingInteractionAdvisor
 class DisabledFacetAbstract
           
 class DisabledFacetAlways
           
 class DisabledFacetAnnotation
           
 class DisabledFacetImpl
           
 class DisabledFacetNever
           
 class DisableForContextFacetAbstract
           
 class DisableForContextFacetNone
           
 class DisableForContextFacetViaMethod
           
 class DisableForSessionFacetAbstract
           
 class DisableForSessionFacetNone
           
 class DisableForSessionFacetViaMethod
           
 

Uses of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.bounded
 

Subinterfaces of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.bounded
 interface BoundedFacet
          Whether the number of instances of this class is bounded.
 

Classes in org.nakedobjects.metamodel.facets.object.bounded that implement DisablingInteractionAdvisor
 class BoundedFacetAbstract
           
 class BoundedFacetAnnotation
           
 class BoundedFacetImpl
           
 class BoundedFacetMarkerInterface
           
 

Uses of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.immutable
 

Subinterfaces of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.immutable
 interface ImmutableFacet
          Indicates that the instances of this class are immutable and so may not be modified either through the viewer or indeed programmatically.
 

Classes in org.nakedobjects.metamodel.facets.object.immutable that implement DisablingInteractionAdvisor
 class DisabledFacetDerivedFromImmutable
           
 class ImmutableFacetAbstract
           
 class ImmutableFacetAnnotation
           
 class ImmutableFacetImpl
           
 class ImmutableFacetMarkerInterface
           
 class ImmutableFacetNever
           
 

Uses of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.notpersistable
 

Subinterfaces of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.notpersistable
 interface NotPersistableFacet
          Indicates that the instances of this class are not persistable either by the user (through the viewer) or at all (either by the user or programmatically).
 

Classes in org.nakedobjects.metamodel.facets.object.notpersistable that implement DisablingInteractionAdvisor
 class NotPersistableFacetAbstract
           
 class NotPersistableFacetAnnotation
           
 class NotPersistableFacetImpl
           
 class NotPersistableFacetMarkerInterface
           
 class NotPersistableFacetNull
          Installed by the FallbackFacetFactory, and means that this class is persistable (ie not not persistable).
 

Uses of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.object.value
 

Classes in org.nakedobjects.metamodel.facets.object.value that implement DisablingInteractionAdvisor
 class ImmutableFacetViaValueSemantics
           
 

Uses of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.propcoll.derived
 

Subinterfaces of DisablingInteractionAdvisor in org.nakedobjects.metamodel.facets.propcoll.derived
 interface DerivedFacet
          Indicates that a property is derived and so shouldn't be persisted.
 

Classes in org.nakedobjects.metamodel.facets.propcoll.derived that implement DisablingInteractionAdvisor
 class DerivedFacetAbstract
           
 class DerivedFacetInferred
           
 



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