java.lang.Object
de.rpgframework.jfx.AFilterInjector<T>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract voidaddFilter(IRefreshableList page, Pane filterPane) applyFilter(List<T> input) abstract voidupdateChoices(List<T> available) Replace the current selection of elements in ChoiceBoxes by values that exist in the given dataset
-
Konstruktordetails
-
AFilterInjector
public AFilterInjector()
-
-
Methodendetails
-
updateChoices
Replace the current selection of elements in ChoiceBoxes by values that exist in the given dataset- Parameter:
available- Dataset to use
-
addFilter
-
applyFilter
-