public interface SearchableFacet extends MultipleValueFacet
In the standard Apache Isis 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 adapterrcp.sourceforge.net viewer as an extension point plug-in for the Search menu ( org.eclipse.search.searchPages).
| Modifier and Type | Method and Description |
|---|---|
boolean |
queryByExample()
Whether this is a query by example search.
|
Class<?> |
repository()
The (class of the) repository to delegate to.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetClass<?> repository()
boolean queryByExample()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.