Uses of Class
com.storedobject.ui.RightClickMenu
Packages that use RightClickMenu
-
Uses of RightClickMenu in com.storedobject.ui
Methods in com.storedobject.ui that return RightClickMenuModifier and TypeMethodDescriptionRightClickMenu.add(RightClickButton<T> button) Adds a new button to the right-click menu and configures its behavior.DataGrid.getRightClickMenu()Returns the instance of the right-click menu associated with this grid.DataTreeGrid.getRightClickMenu()Returns the instance of the right-click menu associated with this grid.RightClickMenu.remove(RightClickButton<T> button) Removes the specified button and its associated menu item from the right-click menu.Methods in com.storedobject.ui with parameters of type RightClickMenuModifier and TypeMethodDescriptionvoidDataGrid.setRightClickMenu(RightClickMenu<T> rightClickMenu) Sets the right-click menu for this grid.voidDataTreeGrid.setRightClickMenu(RightClickMenu<T> rightClickMenu) Sets the right-click menu for this grid. -
Uses of RightClickMenu in com.storedobject.ui.inventory
Subclasses of RightClickMenu in com.storedobject.ui.inventoryModifier and TypeClassDescriptionclassItemContextMenu<T extends HasInventoryItem>classItemTypeContextMenu<T extends HasInventoryItemType>