Uses of Class
com.logicaldoc.gui.common.client.beans.GUIForm
Packages that use GUIForm
Package
Description
-
Uses of GUIForm in com.logicaldoc.gui.frontend.client.metadata.form
Methods in com.logicaldoc.gui.frontend.client.metadata.form that return GUIFormMethods in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIFormModifier and TypeMethodDescriptionvoid
void
FormsPanel.showFormDetails
(GUIForm form) void
FormsPanel.updateRecord
(GUIForm form) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIFormModifierConstructorDescriptionFormImageTile
(GUIForm form, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ResponsesDS
(GUIForm form, Integer max) Constructor.ResponsesGrid
(GUIForm form) ResponsesListPanel
(GUIForm form) ResponsesStatsPanel
(GUIForm form) -
Uses of GUIForm in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIFormModifier and TypeMethodDescriptionFormService.getById
(long id) Retrieves a specific form by its IDSaves / Creates a formMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIFormModifier and TypeMethodDescriptionFormService.getPreFilledLink
(GUIForm form, String responderEmail) Generates the pre-filled link for the web formvoid
FormServiceAsync.getPreFilledLink
(GUIForm form, String responderEmail, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) void
Invites by email a set of recipients to fill out the given formvoid
FormServiceAsync.invite
(GUIForm form, GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Saves / Creates a formvoid
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIForm