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 GUIForm
FormDetailsPanel. getForm()
Methods in com.logicaldoc.gui.frontend.client.metadata.form with parameters of type GUIForm Modifier and Type Method Description void
FormDetailsPanel. setForm(GUIForm form)
void
FormsPanel. showFormDetails(GUIForm form)
void
FormsPanel. 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 GUIForm
FormService. getById(long id)
Retrieves a specific form by its IDGUIForm
FormService. save(GUIForm form)
Saves / Creates a formMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIForm Modifier and Type Method Description GUIForm
FormService. save(GUIForm form)
Saves / Creates a formvoid
FormServiceAsync. 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 void
FormServiceAsync. getById(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
void
FormServiceAsync. save(GUIForm form, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
-