Skip navigation links
oracle.adf.view.rich.model
Class AutoSuggestUIHints
java.lang.Object
oracle.adf.view.rich.model.AutoSuggestUIHints
-
public class AutoSuggestUIHints
- extends java.lang.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(java.lang.String submittedValue,
int maxSuggestedItems)
setMaxSuggestedItems
public void setMaxSuggestedItems(int _maxSuggestedItems)
getMaxSuggestedItems
public int getMaxSuggestedItems()
setSubmittedValue
public void setSubmittedValue(java.lang.String _submittedValue)
getSubmittedValue
public java.lang.String getSubmittedValue()
Skip navigation links
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.