Class GUIForm
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
com.logicaldoc.gui.common.client.beans.GUIForm
- All Implemented Interfaces:
Serializable
Representation of a form
- Since:
- 8.7
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCss()
getName()
int
getTitle()
int
getWidth()
boolean
boolean
boolean
boolean
boolean
boolean
void
setBackgroundColor
(String backgroundColor) void
setCollectEmails
(boolean collectEmails) void
setColumns
(int columns) void
setConfirmation
(String confirmation) void
setContent
(String content) void
void
setDescription
(String description) void
setEditAfterSubmit
(boolean editAfterSubmit) void
setEditingDocId
(Long editingDocId) void
void
void
setHeaderImage
(String headerImage) void
setLanguageForDoc
(String languageForDoc) void
void
void
setNotifyResponses
(boolean notifyResponses) void
setRecipients
(List<GUIUser> recipients) void
setResponderEmail
(String responderEmail) void
setSendCopy
(boolean sendCopy) void
setSendResponses
(boolean sendResponses) void
setStatChartWidth
(int statChartWidth) void
setTargetFolder
(GUIFolder targetFolder) void
void
void
setWebEnabled
(boolean webEnabled) void
setWidth
(int width) Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, equals, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getValue, getValues, hashCode, putAttributeAfter, removeAttribute, setAttributes, setId, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
Field Details
-
DEFAULT_WEBCSS
- See Also:
-
-
Constructor Details
-
GUIForm
public GUIForm()
-
-
Method Details
-
getName
-
setName
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getHeaderImage
-
setHeaderImage
-
getContent
-
setContent
-
getCss
-
setCss
-
getFormId
-
setFormId
-
isWebEnabled
public boolean isWebEnabled() -
setWebEnabled
public void setWebEnabled(boolean webEnabled) -
getBackgroundColor
-
setBackgroundColor
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getWebCss
-
setWebCss
-
getColumns
public int getColumns() -
setColumns
public void setColumns(int columns) -
getTargetFolder
-
setTargetFolder
-
getLanguageForDoc
-
setLanguageForDoc
-
getConfirmation
-
setConfirmation
-
isCollectEmails
public boolean isCollectEmails() -
setCollectEmails
public void setCollectEmails(boolean collectEmails) -
getResponderEmail
-
setResponderEmail
-
isSendCopy
public boolean isSendCopy() -
setSendCopy
public void setSendCopy(boolean sendCopy) -
isSendResponses
public boolean isSendResponses() -
setSendResponses
public void setSendResponses(boolean sendResponses) -
getLocale
-
setLocale
-
isEditAfterSubmit
public boolean isEditAfterSubmit() -
setEditAfterSubmit
public void setEditAfterSubmit(boolean editAfterSubmit) -
getEditingDocId
-
setEditingDocId
-
getStatChartWidth
public int getStatChartWidth() -
setStatChartWidth
public void setStatChartWidth(int statChartWidth) -
isNotifyResponses
public boolean isNotifyResponses() -
setNotifyResponses
public void setNotifyResponses(boolean notifyResponses) -
getRecipients
-
setRecipients
-