public interface HiddenObjectFacet extends Facet, HidingInteractionAdvisor
Even though all the properties of an object may themselves be visible, there could be reasons to hide the object.
In the standard Apache Isis Programming Model, typically corresponds to the hidden method.
HiddenFacetNOOP| Modifier and Type | Method and Description |
|---|---|
void |
copyOnto(FacetHolder holder)
Clone this facet onto another
FacetHolder. |
hidesalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetvoid copyOnto(FacetHolder holder)
FacetHolder.
Introduced to allow this facet to be installed onto the
ObjectSpecification, and then copied down onto each of the spec's
ObjectMembers.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.