|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchableFacet
Indicates that this property should be used as part of a generic searching capability (for example, query by example).
In the standard Naked Objects Programming Model, corresponds to annotating the property with the @Searchable annotation.
TODO: not yet implemented by the framework or any viewer. Originally introduced for the nakedrcp.sourceforge.net viewer as an extension point plug-in for the Search menu ( org.eclipse.search.searchPages).
| Method Summary | |
|---|---|
boolean |
queryByExample()
Whether this is a query by example search. |
java.lang.Class<?> |
repository()
The (class of the) repository to delegate to. |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Method Detail |
|---|
java.lang.Class<?> repository()
boolean queryByExample()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||