|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
oracle.javatools.ui.search.SearchEvent
public final class SearchEvent
An event fired by the SearchField.
| Nested Class Summary | |
|---|---|
static class |
SearchEvent.Direction |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Method Summary | |
|---|---|
SearchEvent.Direction |
getDirection()Returns the direction of the search. |
SearchCategory |
getSearchCategory()Returns the category to search in. |
SearchProgress |
getSearchProgress()Returns an instance of SearchProgress that you can use for searches on SearchFields with style SearchField.Style.SEARCH to notify the field of search progress. |
java.lang.String |
getSearchText()Returns the text to search for. |
boolean |
isFromClear()Returns true if the event was triggered by a clearing of the search field by clicking in the clear search button. |
boolean |
isTriggeredByKeypress()Returns true if the event was triggered by a keypress rather than an explicit user action. |
java.lang.String |
toString() |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isTriggeredByKeypress()
public boolean isFromClear()
public java.lang.String getSearchText()
public SearchCategory getSearchCategory()
public SearchProgress getSearchProgress()
SearchProgress that you can use for searches on SearchFields with style SearchField.Style.SEARCH to notify the field of search progress.
This method should only be called on searchPerformed events received from SearchFields of style SearchField.Style.SEARCH.
java.lang.IllegalStateException - if the SearchField that fired this event is not of style SearchField.Style.SEARCH, or the event object does not belong to a searchPerformed event.public SearchEvent.Direction getDirection()
public java.lang.String toString()
toString in class java.util.EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||