public interface ActionParameterAutoCompleteFacet extends Facet
In the standard Apache Isis Programming Model, corresponds to invoking the autoCompleteNXxx(..., String) support method for an action (where N is the 0-based parameter number).
| Modifier and Type | Method and Description |
|---|---|
Object[] |
autoComplete(ObjectAdapter inObject,
String searchArg) |
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.