public class FIXGRIDBinding.TextSearcher
extends java.lang.Object
implements java.io.Serializable
FIXGRIDBinding.createTextSearcher() and FIXGRIDBinding.getTextSearcher()
method for create and find an instance of this class. In case you want
to add an own implementation, extend your implementation from this class and
override the createTextSearcher method.| Constructor and Description |
|---|
TextSearcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSearchResult() |
protected java.util.List<itemClass> |
findListOfItemsForSearch()
Find the list of items that is used for searching.
|
protected org.eclnt.jsfserver.elements.impl.FIXGRIDBinding.TextSearcher.SearchInfo |
findNextSearchInfo(FIXGRIDItem selectedItem,
boolean dirNext)
Find next search info.
|
boolean |
getCaseSensitive() |
boolean |
getFoundNextRow()
Boolean value that is set after each search.
|
java.lang.String |
getSearchResult()
Result string that is shown within the grid functions' default popup.
|
java.lang.String |
getText() |
void |
onNext(ActionEvent event)
Method to be bound to the next-button.
|
void |
onPrevious(ActionEvent event)
Method to be bound to the previous-button.
|
void |
search(boolean dirNext)
Search within the grid's data for the string defined in set/getText().
|
void |
setCaseSensitive(boolean value) |
void |
setShowSearchInfoPopup(boolean showSearchInfoPopup)
By default search results (e.g.
|
void |
setText(java.lang.String value) |
protected void |
showSearchInfo(org.eclnt.jsfserver.elements.impl.FIXGRIDBinding.TextSearcher.SearchInfo searchInfo,
boolean startFromScratch)
Displaying the search result.
|
protected void |
showSearchInfoNoFurtherHits()
Message to the user that nothing was found from the last search
postion on.
|
protected void |
showSearchInfoNothingFound()
Message to the user that nothing was found.
|
public void setShowSearchInfoPopup(boolean showSearchInfoPopup)
public void onNext(ActionEvent event)
public void onPrevious(ActionEvent event)
public void search(boolean dirNext)
protected void showSearchInfo(org.eclnt.jsfserver.elements.impl.FIXGRIDBinding.TextSearcher.SearchInfo searchInfo,
boolean startFromScratch)
protected void showSearchInfoNothingFound()
protected void showSearchInfoNoFurtherHits()
protected java.util.List<itemClass> findListOfItemsForSearch()
protected org.eclnt.jsfserver.elements.impl.FIXGRIDBinding.TextSearcher.SearchInfo findNextSearchInfo(FIXGRIDItem selectedItem, boolean dirNext)
public void setText(java.lang.String value)
public java.lang.String getText()
public java.lang.String getSearchResult()
public void clearSearchResult()
public boolean getCaseSensitive()
public void setCaseSensitive(boolean value)
public boolean getFoundNextRow()
Copyright © CaptainCasa Gmbh. All Rights Reserved.