public interface PropertyAutoCompleteFacet extends Facet
Viewers would typically represent this as a drop-down list box for the property.
In the standard Apache Isis Programming Model, corresponds to the autoCompletexx supporting method for the property with accessor getXxx.
| Modifier and Type | Method and Description |
|---|---|
Object[] |
autoComplete(ObjectAdapter inObject,
String searchArg)
Gets the available auto-complete choices for this property.
|
int |
getMinLength()
The minimum number of characters that need to be entered.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetObject[] autoComplete(ObjectAdapter inObject, String searchArg)
int getMinLength()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.