public interface AutoFillTextBoxFactory<T>
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<T> |
getData()
Give the data containing possible fast matching words
|
boolean |
getFilterMode() |
int |
getListLimit()
this gives the limit of listcell to be visibled in listview
|
javafx.scene.control.ListView<T> |
getListview()
the main listview of the AutoFillTextBox
|
javafx.scene.control.TextField |
getTextbox()
the textbox of the AutoFillTextBox
|
void |
setData(javafx.collections.ObservableList<T> data)
Keeps the array of String which contains the
words to be matched on typing.
|
void |
setFilterMode(boolean filter)
This sets the AutoFilterMode which can show as filter type
rather than searched type if value is true.
|
void |
setListLimit(int limit)
This defines how many max listcell to be visibled in listview when
matched words are occured on typing.
|
void setData(javafx.collections.ObservableList<T> data)
data - blajavafx.collections.ObservableList<T> getData()
javafx.scene.control.ListView<T> getListview()
javafx.scene.control.TextField getTextbox()
void setListLimit(int limit)
limit - blaint getListLimit()
void setFilterMode(boolean filter)
filter - blaboolean getFilterMode()
Copyright © 2014. All rights reserved.