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 GUIStamp
StampDetailsPanel. getStamp()
GUIStamp
StampDetailsTab. getStamp()
Methods in com.logicaldoc.gui.frontend.client.metadata.stamp with parameters of type GUIStamp Modifier and Type Method Description void
StampDetailsPanel. setStamp(GUIStamp stamp)
void
StampsPanel. showStampDetails(GUIStamp stamp)
void
StampsPanel. 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 GUIStamp
StampService. getSignature()
Loads the stamp that represents the signature of the customer.GUIStamp
StampService. getStamp(long stampId)
Loads a given stamp from the databaseGUIStamp
StampService. getStamp(String name)
Loads a given stamp from the databaseGUIStamp
StampService. 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 void
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)
GUIStamp
StampService. save(GUIStamp stamp)
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 GUIStamp Modifier and Type Method Description void
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)
-