public interface DisabledObjectFacet extends Facet, DisablingInteractionAdvisor
Even though all the properties of an object may themselves be enabled, there could be reasons to disable the object.
In the standard Apache Isis Programming Model, typically corresponds to the disabled method.
ImmutableFacetNOOP| Modifier and Type | Method and Description |
|---|---|
void |
copyOnto(FacetHolder holder)
Clone this facet onto another
FacetHolder. |
disablesalwaysReplace, 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.