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(org.tentackle.fx.component.FxTableView<S> table, java.lang.String preferencesSuffix, boolean noViewSize, java.lang.String title)<S> TablePopup<S>RdcFactory. createTablePopup(org.tentackle.fx.component.FxTableView<S> table, java.lang.String preferencesSuffix, boolean noViewSize, java.lang.String title)Creates a table popup.
-