Package com.logicaldoc.form
Class Form
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.form.Form
- All Implemented Interfaces:
Serializable
public class Form
extends com.logicaldoc.core.PersistentObject
A Form that must be used to collect input from a user and render a document
with them
- Since:
- 8.7
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getCss()
int
getName()
int
Set<com.logicaldoc.core.security.user.User>
int
long
getTitle()
int
int
getWidth()
void
setBackgroundColor
(String backgroundColor) void
setCollectEmails
(int collectEmails) void
setColumns
(int columns) void
setConfirmation
(String confirmation) void
setContent
(String content) void
void
setDescription
(String description) void
setEditAfterSubmit
(int editAfterSubmit) void
void
void
setHeaderImage
(String headerImage) void
void
setNotifyResponses
(int notifyResponses) void
setRecipients
(Set<com.logicaldoc.core.security.user.User> recipients) void
setStatChartWidth
(int statChartWidth) void
setTargetFolderId
(Long targetFolderId) void
setTemplateId
(long templateId) void
void
void
setWebEnabled
(int webEnabled) void
setWidth
(int width) Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
-
Constructor Details
-
Form
public Form() -
Form
-
-
Method Details
-
getName
-
setName
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getHeaderImage
-
setHeaderImage
-
getWebEnabled
public int getWebEnabled() -
setWebEnabled
public void setWebEnabled(int webEnabled) -
getContent
-
setContent
-
getCss
-
setCss
-
getFormId
-
setFormId
-
getBackgroundColor
-
setBackgroundColor
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getWebCss
-
setWebCss
-
getTemplateId
public long getTemplateId() -
setTemplateId
public void setTemplateId(long templateId) -
getColumns
public int getColumns() -
setColumns
public void setColumns(int columns) -
getTargetFolderId
-
setTargetFolderId
-
getConfirmation
-
setConfirmation
-
getCollectEmails
public int getCollectEmails() -
setCollectEmails
public void setCollectEmails(int collectEmails) -
getEditAfterSubmit
public int getEditAfterSubmit() -
setEditAfterSubmit
public void setEditAfterSubmit(int editAfterSubmit) -
getStatChartWidth
public int getStatChartWidth() -
setStatChartWidth
public void setStatChartWidth(int statChartWidth) -
getRecipients
-
setRecipients
-
getNotifyResponses
public int getNotifyResponses() -
setNotifyResponses
public void setNotifyResponses(int notifyResponses)
-