Uses of Class
org.tentackle.fx.rdc.table.TablePopup
-
Packages that use TablePopup Package Description org.tentackle.fx.rdc FX rich desktop client API. -
-
Uses of TablePopup in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return TablePopup Modifier and Type Method Description <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.
-