org.apache.myfaces.tobago.taglib.decl
Interface HasSuggestMethod

All Known Subinterfaces:
InTagDeclaration
All Known Implementing Classes:
InExtensionTag, InTag

public interface HasSuggestMethod

$Id: HasSuggestMethod.java 673393 2008-07-02 13:55:07Z idus $


Method Summary
 void setSuggestMethod(String suggestMethod)
          MethodBinding which generates a list of suggested input values based on a passed prefix -- the currently entered text.
 

Method Detail

setSuggestMethod

void setSuggestMethod(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-2008 Apache Software Foundation. All Rights Reserved.