org.nakedobjects.metamodel.facets.ordering.fieldorder
Interface FieldOrderFacet
- All Superinterfaces:
- Facet, SingleStringValueFacet
- All Known Implementing Classes:
- FieldOrderFacetAbstract, FieldOrderFacetAnnotation
public interface FieldOrderFacet
- extends SingleStringValueFacet
(One of the) mechanism(s) for determining the order in which the properties and collections of the object
should be rendered.
In the standard Naked Objects Programming Model, typically corresponds to the fieldOrder 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,
ActionOrderFacet
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.