org.nakedobjects.metamodel.facets.actions.defaults
Interface ActionDefaultsFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- ActionDefaultsFacetAbstract, ActionDefaultsFacetDerivedFromDefaultedFacets, ActionDefaultsFacetNone, ActionDefaultsFacetViaMethod
public interface ActionDefaultsFacet
- extends Facet
Obtain defaults for each of the parameters of the action.
In the standard Naked Objects Programming Model, corresponds to invoking the defaultsXxx(...)
support method for an action.
getDefaults
java.lang.Object[] getDefaults(NakedObject inObject)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.