org.nakedobjects.metamodel.facets.object.ident.title
Interface TitleFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- TitleFacetAbstract, TitleFacetBasedOnMask, TitleFacetFormattedByRegex, TitleFacetNone, TitleFacetUsingParser, TitleFacetViaTitleMethod, TitleFacetViaToStringMethod
public interface TitleFacet
- extends Facet
Mechanism for obtaining the title of an instance of a class, used to label the instance in the viewer
(usually alongside an icon representation).
In the standard Naked Objects Programming Model, typically corresponds to a method named title.
- See Also:
IconFacet,
PluralFacet
title
java.lang.String title(NakedObject object)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.