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<T> ObjectBrowser.printRepresents a button used to trigger a print action within the ObjectBrowser.protected PrintButton<T> ObjectEditor.printThe Print button if defined.Methods in com.storedobject.ui that return PrintButtonModifier and TypeMethodDescriptionstatic <O extends StoredObject>
PrintButton<O> PrintButton.create(ObjectEditor<O> objectEditor) Create a "print button" for the object editor.static <O extends StoredObject>
PrintButton<O> PrintButton.create(ObjectGrid<O> objectGrid) Create a "print button" for the object grid.static <O extends StoredObject>
PrintButton<O> Create a "print button" for the object supplier.