public class DisableForContextFacetNone extends DisableForContextFacetAbstract
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.ValidatingNOOP| Constructor and Description |
|---|
DisableForContextFacetNone(FacetHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
String |
disables(UsabilityContext<? extends org.apache.isis.applib.events.UsabilityEvent> ic)
The reason this object is disabled, or null otherwise.
|
boolean |
isNoop()
Assume implementation is not a no-op.
|
typealwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet, toString, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacetpublic DisableForContextFacetNone(FacetHolder holder)
public String disables(UsabilityContext<? extends org.apache.isis.applib.events.UsabilityEvent> ic)
Always returns null.
public boolean isNoop()
FacetAbstractNo-op implementations should override and return true.
isNoop in interface FacetisNoop in class FacetAbstractCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.