|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDefaultFacet
Provides a default value for a property of a newly created object.
In the standard Naked Objects 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| Method Summary | |
|---|---|
NakedObject |
getDefault(NakedObject inObject)
The default value for this property in a newly created object. |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Method Detail |
|---|
NakedObject getDefault(NakedObject inObject)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||