Skip navigation links
oracle.adf.view.rich.model
Class AutoSuggestUIHints
java.lang.Object
oracle.adf.view.rich.model.AutoSuggestUIHints
-
public class AutoSuggestUIHints
- extends Object
The class provides the UIHints for the suggestItems implementation of autoSuggestBehavior tag.
maxSuggestedItems - The maximum number of suggestItems the implementation must return submittedValue - The value entered by the user in the input field, used to filter the list
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoSuggestUIHints
public AutoSuggestUIHints()
AutoSuggestUIHints
public AutoSuggestUIHints(String submittedValue,
int maxSuggestedItems)
setMaxSuggestedItems
public void setMaxSuggestedItems(int _maxSuggestedItems)
getMaxSuggestedItems
public int getMaxSuggestedItems()
setSubmittedValue
public void setSubmittedValue(String _submittedValue)
getSubmittedValue
public String getSubmittedValue()
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.