org.nakedobjects.metamodel.facets.ordering.actionorder
Interface ActionOrderFacet
- All Superinterfaces:
- Facet, SingleStringValueFacet
- All Known Implementing Classes:
- ActionOrderFacetAbstract, ActionOrderFacetAnnotation
public interface ActionOrderFacet
- extends SingleStringValueFacet
(One of the) mechanism(s) for determining the order in which the actions of the object should be rendered.
In the standard Naked Objects Programming Model, typically corresponds to the actionOrder method
which returns a comma-separated list of action names. An alternative (and preferred, because it is
refactoring-safe) mechanism is to annotate each of the methods using @MemberOrder.
- See Also:
MemberOrderFacet,
FieldOrderFacet
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.