public interface HidingInteractionAdvisor extends InteractionAdvisorFacet, FacetAbstract.Hiding
NOOP| Modifier and Type | Method and Description |
|---|---|
String |
hides(VisibilityContext<? extends org.apache.isis.applib.events.VisibilityEvent> ic)
Whether the rule represented by this facet hides the member to which it
applies.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetString hides(VisibilityContext<? extends org.apache.isis.applib.events.VisibilityEvent> ic)
Implementations should use the provided InteractionContext to
determine whether they declare the object/member is hidden. They must
however guard against a null
target and
session - neither are guaranteed
to be populated.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.