Uses of Class
com.logicaldoc.gui.common.client.beans.GUIStamp
-
-
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.account
Constructors in com.logicaldoc.gui.frontend.client.account with parameters of type GUIStamp Constructor Description SignaturePanel(GUIStamp stamp) -
Uses of GUIStamp in com.logicaldoc.gui.frontend.client.document.stamp
Constructors in com.logicaldoc.gui.frontend.client.document.stamp with parameters of type GUIStamp Constructor Description FillStamp(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 GUIStamp Modifier and Type Method Description GUIStampStampDetailsPanel. getStamp()GUIStampStampDetailsTab. getStamp()Methods in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStamp Modifier and Type Method Description voidStampDetailsPanel. setStamp(GUIStamp stamp)voidStampsPanel. showStampDetails(GUIStamp stamp)voidStampsPanel. updateRecord(GUIStamp stamp)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStamp Constructor Description StampDetailsTab(GUIStamp stamp, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)StampParameters(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 GUIStamp Modifier and Type Method Description GUIStampStampService. getSignature()Loads the stamp that represents the signature of the customer.GUIStampStampService. getStamp(long stampId)Loads a given stamp from the databaseGUIStampStampService. getStamp(String name)Loads a given stamp from the databaseGUIStampStampService. save(GUIStamp stamp)Creates or updates a stampMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIStamp Modifier and Type Method Description voidStampService. applyStamp(long[] docIds, GUIStamp stamp)Applies a stamp to the given documentvoidStampServiceAsync. applyStamp(long[] docIds, GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)GUIStampStampService. save(GUIStamp stamp)Creates or updates a stampvoidStampServiceAsync. 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 GUIStamp Modifier and Type Method Description voidStampServiceAsync. getSignature(com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)voidStampServiceAsync. getStamp(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)voidStampServiceAsync. getStamp(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)voidStampServiceAsync. save(GUIStamp stamp, com.google.gwt.user.client.rpc.AsyncCallback<GUIStamp> callback)
-