org.nakedobjects.metamodel.facets.hide
Class HideForContextFacetNone

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetAbstract
      extended by org.nakedobjects.metamodel.facets.hide.HideForContextFacetAbstract
          extended by org.nakedobjects.metamodel.facets.hide.HideForContextFacetNone
All Implemented Interfaces:
InteractionAdvisor, InteractionAdvisorFacet, Facet, HideForContextFacet, HidingInteractionAdvisor

public class HideForContextFacetNone
extends HideForContextFacetAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.metamodel.consent.InteractionAdvisorFacet
NOOP
 
Constructor Summary
HideForContextFacetNone(FacetHolder holder)
           
 
Method Summary
 java.lang.String hiddenReason(NakedObject object)
          Always returns null.
 boolean isNoop()
          Assume implementation is not a no-op.
 
Methods inherited from class org.nakedobjects.metamodel.facets.hide.HideForContextFacetAbstract
hides, type
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

HideForContextFacetNone

public HideForContextFacetNone(FacetHolder holder)
Method Detail

hiddenReason

public java.lang.String hiddenReason(NakedObject object)
Always returns null.


isNoop

public boolean isNoop()
Description copied from class: FacetAbstract
Assume implementation is not a no-op.

No-op implementations should override and return true.

Specified by:
isNoop in interface Facet
Overrides:
isNoop in class FacetAbstract


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