java.lang.Object
de.rpgframework.jfx.AFilterInjector<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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
-
Constructor Details
-
AFilterInjector
public AFilterInjector()
-
-
Method Details
-
updateChoices
Replace the current selection of elements in ChoiceBoxes by values that exist in the given dataset- Parameters:
available- Dataset to use
-
addFilter
-
applyFilter
-