org.apache.myfaces.tobago.internal.taglib.declaration
Interface HasSuggestMethod

All Known Subinterfaces:
InTagDeclaration

Deprecated. since 2.0.0, please use tc:suggest

@Deprecated
public interface HasSuggestMethod


Method Summary
 void setSuggestDelay(String suggestDelay)
          Deprecated. since 2.0.0, please use tc:suggest
 void setSuggestMethod(String suggestMethod)
          Deprecated. since 2.0.0, please use tc:suggest
 void setSuggestMinChars(String suggestMinChars)
          Deprecated. since 2.0.0, please use tc:suggest
 

Method Detail

setSuggestMethod

@Deprecated
void setSuggestMethod(String suggestMethod)
Deprecated. since 2.0.0, please use tc:suggest

MethodBinding which generates a list of suggested input values based on the currently entered text, which could be retrieved via getSubmittedValue() on the UIIn. The expression has to evaluate to a public method which has a javax.faces.component.UIInput parameter and returns a List<String>(deprecated), a List<org.apache.myfaces.tobago.model.AutoSuggestItem> or a org.apache.myfaces.tobago.model.AutoSuggestItems.


setSuggestMinChars

@Deprecated
void setSuggestMinChars(String suggestMinChars)
Deprecated. since 2.0.0, please use tc:suggest

Minimum number of chars to type before the list will be requested.

Since:
1.5.9

setSuggestDelay

@Deprecated
void setSuggestDelay(String suggestDelay)
Deprecated. since 2.0.0, please use tc:suggest

Time in milli seconds before the list will be requested.

Since:
1.5.9


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.