Uses of Class
com.logicaldoc.gui.common.client.beans.GUIForm
-
Packages that use GUIForm Package Description com.logicaldoc.gui.frontend.client.metadata.form com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIForm in com.logicaldoc.gui.frontend.client.metadata.form
Methods in com.logicaldoc.gui.frontend.client.metadata.form that return GUIForm Modifier and Type Method Description GUIFormFormDetailsPanel. getForm()Methods in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIForm Modifier and Type Method Description voidFormDetailsPanel. setForm(GUIForm form)voidFormsPanel. showFormDetails(GUIForm form)voidFormsPanel. updateRecord(GUIForm form)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIForm Constructor Description FormImageTile(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 GUIForm Modifier and Type Method Description GUIFormFormService. getById(long id)Retrieves a specific form by its IDGUIFormFormService. save(GUIForm form)Saves / Creates a formMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIForm Modifier and Type Method Description GUIFormFormService. save(GUIForm form)Saves / Creates a formvoidFormServiceAsync. save(GUIForm form, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIForm Modifier and Type Method Description voidFormServiceAsync. getById(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)voidFormServiceAsync. save(GUIForm form, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
-