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 PrintButtonObjectBrowser.printRepresents a button used to trigger a print action within the ObjectBrowser.protected PrintButtonObjectEditor.printTeh Print button if defined.Methods in com.storedobject.ui that return PrintButtonModifier and TypeMethodDescriptionstatic PrintButtonPrintButton.create(ObjectEditor<?> objectEditor) Create a "print button" for object editor.static PrintButtonPrintButton.create(ObjectGrid<?> objectGrid) Create a "print button" for object grid.static PrintButtonPrintButton.create(Class<? extends StoredObject> objectClass, Supplier<StoredObject> objectSupplier) Create a "print button" for object supplier.