org.apache.myfaces.tobago.taglib.decl
Interface HasSuggestMethod
- All Known Subinterfaces:
- InTagDeclaration
- All Known Implementing Classes:
- InExtensionTag, InTag
public interface HasSuggestMethod
$Id: HasSuggestMethod.java 1368577 2012-08-02 16:20:31Z lofwyr $
Method Summary |
void |
setSuggestMethod(java.lang.String suggestMethod)
MethodBinding which generates a list of suggested input values based on a
passed prefix -- the currently entered text. |
setSuggestMethod
void setSuggestMethod(java.lang.String suggestMethod)
- MethodBinding which generates a list of suggested input values based on a
passed prefix -- the currently entered text.
The expression has to evaluate to a public method which has a String parameter
and a List<String> as return type.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.