public abstract class MaskFacetAbstract extends SingleStringValueFacetAbstract implements MaskFacet
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.ValidatingNOOP| Constructor and Description |
|---|
MaskFacetAbstract(String value,
FacetHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
String |
invalidates(ValidityContext<? extends org.apache.isis.applib.events.ValidityEvent> context)
Whether the validation represented by this facet passes or fails.
|
static Class<? extends Facet> |
type() |
toStringValues, valuealwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdoesNotMatchvaluealwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic MaskFacetAbstract(String value, FacetHolder holder)
public String invalidates(ValidityContext<? extends org.apache.isis.applib.events.ValidityEvent> context)
ValidatingInteractionAdvisor
Implementations should use the provided ValidityContext to
determine whether they declare the interaction invalid. They must however
guard against a null target
and session - neither are guaranteed
to be populated.
invalidates in interface ValidatingInteractionAdvisorCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.