Uses of Class
com.logicaldoc.gui.common.client.beans.GUIStamp
Package
Description
-
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.account
-
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.document.stamp
ModifierConstructorDescriptionFillStamp
(DocumentsGrid sourceGrid, GUIStamp stamp, boolean visualPositioning) VisualPositioningStampDialog
(DocumentsGrid sourceGrid, GUIStamp stamp) -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.metadata.stamp
Modifier and TypeMethodDescriptionvoid
void
StampsPanel.showStampDetails
(GUIStamp stamp) void
StampsPanel.updateRecord
(GUIStamp stamp) Updates the selected rec with new dataModifierConstructorDescriptionStampParameters
(GUIStamp stamp, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) StampProperties
(GUIStamp stamp, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionStampService.getSignature()
Loads the stamp that represents the signature of the customer.StampService.getStamp
(long stampId) Loads a given stamp from the databaseLoads a given stamp from the databaseCreates or updates a stampModifier and TypeMethodDescriptionvoid
StampService.applyStamp
(Long[] docIds, GUIStamp stamp) Applies a stamp to the given documentvoid
StampServiceAsync.applyStamp
(Long[] docIds, GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Creates or updates a stampvoid
StampServiceAsync.save
(GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) Modifier and TypeMethodDescriptionvoid
StampServiceAsync.getSignature
(com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) void
StampServiceAsync.getStamp
(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) void
StampServiceAsync.getStamp
(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback) void
StampServiceAsync.save
(GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)