Uses of Class
com.logicaldoc.gui.common.client.beans.GUIStamp
Packages that use GUIStamp
Package
Description
-
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.account
Constructors in com.logicaldoc.gui.frontend.client.account with parameters of type GUIStamp -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.document.stamp
Constructors in com.logicaldoc.gui.frontend.client.document.stamp with parameters of type GUIStampModifierConstructorDescriptionFillStamp
(DocumentsGrid sourceGrid, GUIStamp stamp, boolean visualPositioning) VisualPositioningStampDialog
(DocumentsGrid sourceGrid, GUIStamp stamp) -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.metadata.stamp
Methods in com.logicaldoc.gui.frontend.client.metadata.stamp that return GUIStampMethods in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStampModifier and TypeMethodDescriptionvoid
void
StampsPanel.showStampDetails
(GUIStamp stamp) void
StampsPanel.updateRecord
(GUIStamp stamp) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStampModifierConstructorDescriptionStampParameters
(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
Methods in com.logicaldoc.gui.frontend.client.services that return GUIStampModifier 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 stampMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIStampModifier 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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIStampModifier 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)