Uses of Class
org.tentackle.fx.rdc.table.TablePopup
Packages that use TablePopup
-
Uses of TablePopup in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return TablePopupModifier and TypeMethodDescription<S> TablePopup<S>DefaultRdcFactory.createTablePopup(FxTableView<S> table, String preferencesSuffix, String title) <S> TablePopup<S>DefaultRdcFactory.createTablePopup(FxTreeTableView<S> treeTable, String preferencesSuffix, String title) static <S> TablePopup<S>Rdc.createTablePopup(FxTableView<S> table, String preferencesSuffix, String title) Creates a table popup for a table view.static <S> TablePopup<S>Rdc.createTablePopup(FxTreeTableView<S> treeTable, String preferencesSuffix, String title) Creates a table popup for a tree table view.<S> TablePopup<S>RdcFactory.createTablePopup(FxTableView<S> table, String preferencesSuffix, String title) Creates a table popup for a table view.<S> TablePopup<S>RdcFactory.createTablePopup(FxTreeTableView<S> treeTable, String preferencesSuffix, String title) Creates a table popup for a tree table view.