Uses of Class
com.storedobject.ui.PrintButton
Packages that use PrintButton
-
Uses of PrintButton in com.storedobject.ui
Fields in com.storedobject.ui declared as PrintButtonModifier and TypeFieldDescriptionprotected PrintButton
ObjectBrowser.print
Represents a button used to trigger a print action within the ObjectBrowser.protected PrintButton
ObjectEditor.print
Teh Print button if defined.Methods in com.storedobject.ui that return PrintButtonModifier and TypeMethodDescriptionstatic PrintButton
PrintButton.create
(ObjectEditor<?> objectEditor) Create a "print button" for object editor.static PrintButton
PrintButton.create
(ObjectGrid<?> objectGrid) Create a "print button" for object grid.static PrintButton
PrintButton.create
(Class<? extends StoredObject> objectClass, Supplier<StoredObject> objectSupplier) Create a "print button" for object supplier.