Uses of Class
org.tentackle.fx.rdc.PdoTreeCell
-
Packages that use PdoTreeCell Package Description org.tentackle.fx.rdc FX rich desktop client API.org.tentackle.fx.rdc.contextmenu Predefined context menu items. -
-
Uses of PdoTreeCell in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoTreeCell Modifier and Type Method Description <T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoTreeCell<T>DefaultRdcFactory. createTreeCell()<T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoTreeCell<T>RdcFactory. createTreeCell()Creates a tree cell for a pdo type.Methods in org.tentackle.fx.rdc with parameters of type PdoTreeCell Modifier and Type Method Description <T extends org.tentackle.pdo.PersistentDomainObject<T>>
javafx.scene.control.ContextMenuDefaultPdoContextMenuFactory. create(PdoTreeCell<T> cell)<T extends org.tentackle.pdo.PersistentDomainObject<T>>
javafx.scene.control.ContextMenuPdoContextMenuFactory. create(PdoTreeCell<T> cell)Creates a context menu for a tree cell. -
Uses of PdoTreeCell in org.tentackle.fx.rdc.contextmenu
Constructors in org.tentackle.fx.rdc.contextmenu with parameters of type PdoTreeCell Constructor Description CollapseItem(PdoTreeCell<T> cell)Creates a menu item.EditItem(PdoTreeCell<T> cell)Creates a menu item.ExpandItem(PdoTreeCell<T> cell)Creates a menu item.ViewItem(PdoTreeCell<T> cell)Creates a menu item.
-