public abstract class HiddenFacetAbstract extends WhenAndWhereValueFacetAbstract implements HiddenFacet
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.ValidatingNOOP| Constructor and Description |
|---|
HiddenFacetAbstract(org.apache.isis.applib.annotation.When when,
org.apache.isis.applib.annotation.Where where,
FacetHolder holder) |
| 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.
|
static Class<? extends Facet> |
type() |
toStringValues, wherewhenalwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithiddenReasonwherewhenalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic HiddenFacetAbstract(org.apache.isis.applib.annotation.When when, org.apache.isis.applib.annotation.Where where, FacetHolder holder)
public String hides(VisibilityContext<? extends org.apache.isis.applib.events.VisibilityEvent> ic)
HidingInteractionAdvisor
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.
hides in interface HidingInteractionAdvisorCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.