public interface PropertyDefaultFacet extends Facet
In the standard Apache Isis Programming Model, corresponds to the defaultXxx supporting method for the property with accessor getXxx.
Note: an alternative mechanism may be to specify the value in the created callback.
CreatedCallbackFacet| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
getDefault(ObjectAdapter inObject)
The default value for this property in a newly created object.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetObjectAdapter getDefault(ObjectAdapter inObject)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.