org.apache.isis.core.progmodel.facets.actions.notinservicemenu
Interface NotInServiceMenuFacet

All Superinterfaces:
org.apache.isis.core.metamodel.facetapi.Facet
All Known Implementing Classes:
NotInServiceMenuFacetAbstract, NotInServiceMenuFacetAnnotation, NotInServiceMenuFacetMethod

public interface NotInServiceMenuFacet
extends org.apache.isis.core.metamodel.facetapi.Facet

Indicates that the (repository) action should not be contributed to any objects.

In the standard Apache Isis Programming Model, corresponds to annotating the action method using @NotContributed.


Method Summary
 String hides(org.apache.isis.core.metamodel.interactions.VisibilityContext<? extends org.apache.isis.applib.events.VisibilityEvent> ic)
           
 
Methods inherited from interface org.apache.isis.core.metamodel.facetapi.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Method Detail

hides

String hides(org.apache.isis.core.metamodel.interactions.VisibilityContext<? extends org.apache.isis.applib.events.VisibilityEvent> ic)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.