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.formMethods 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 TypeMethodDescriptionvoidvoidFormsPanel.showFormDetails(GUIForm form) voidFormsPanel.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.servicesMethods 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 formvoidFormServiceAsync.getPreFilledLink(GUIForm form, String responderEmail, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidInvites by email a set of recipients to fill out the given formvoidFormServiceAsync.invite(GUIForm form, GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Saves / Creates a formvoidMethod parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIForm