Uses of Class
com.logicaldoc.gui.common.client.beans.GUIForm
Package
Description
-
Uses of GUIForm in com.logicaldoc.gui.frontend.client.metadata.form
Modifier and TypeMethodDescriptionvoid
void
FormsPanel.showFormDetails
(GUIForm form) void
FormsPanel.updateRecord
(GUIForm form) Updates the selected rec with new dataModifierConstructorDescriptionFormImageTile
(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
Modifier and TypeMethodDescriptionFormService.getById
(long id) Retrieves a specific form by its IDSaves / Creates a formModifier 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