Class FormSimpleApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.formsimple.FormSimpleApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
FieldsFields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device, showForLoggedUser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagestatic List<LabelValue>getFiledTypeVisibility(javax.servlet.http.HttpServletRequest request) voidinitAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Initialization method for app editor in webpagevoidsetAttribute_addTechInfo(Boolean attribute_addTechInfo) voidsetAttribute_afterSendInterceptor(String attribute_afterSendInterceptor) voidsetAttribute_bccEmails(String attribute_bccEmails) voidsetAttribute_ccEmails(String attribute_ccEmails) voidsetAttribute_emailTextAfter(String attribute_emailTextAfter) voidsetAttribute_emailTextBefore(String attribute_emailTextBefore) voidsetAttribute_encryptKey(String attribute_encryptKey) voidsetAttribute_forceTextPlain(Boolean attribute_forceTextPlain) voidsetAttribute_formmail_sendUserInfoDocId(DocDetailsDto attribute_formmail_sendUserInfoDocId) voidsetAttribute_forward(String attribute_forward) voidsetAttribute_forwardFail(String attribute_forwardFail) voidsetAttribute_forwardType(String attribute_forwardType) voidsetAttribute_recipients(String attribute_recipients) voidsetAttribute_replyTo(String attribute_replyTo) voidsetAttribute_subject(String attribute_subject) voidsetAttribute_useFormMailDocId(DocDetailsDto attribute_useFormMailDocId) voidsetEditorData(String editorData) voidsetEncrypKeyInfo(String encrypKeyInfo) voidsetFormAttributesRepository(FormAttributesRepository formAttributesRepository) voidsetFormName(String formName) voidsetRowView(Boolean rowView) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder
-
Field Details
-
ATTRIBUTE_PREFIX
- See Also:
-
-
Constructor Details
-
FormSimpleApp
public FormSimpleApp()
-
-
Method Details
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractReturns list of options for app editor in webpage- Specified by:
getAppOptionsin interfaceWebjetComponentInterface- Overrides:
getAppOptionsin classWebjetComponentAbstract
-
initAppEditor
public void initAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractInitialization method for app editor in webpage- Specified by:
initAppEditorin interfaceWebjetComponentInterface- Overrides:
initAppEditorin classWebjetComponentAbstract
-
getFiledTypeVisibility
-
getFieldTypes
-
getFormAttributesRepository
-
getFormName
-
getAttribute_recipients
-
getRowView
-
getAttribute_emailTextBefore
-
getAttribute_emailTextAfter
-
getAttribute_forceTextPlain
-
getAttribute_addTechInfo
-
getAttribute_ccEmails
-
getAttribute_bccEmails
-
getAttribute_replyTo
-
getAttribute_subject
-
getAttribute_forward
-
getAttribute_forwardFail
-
getAttribute_forwardType
-
getAttribute_useFormMailDocId
-
getAttribute_formmail_sendUserInfoDocId
-
getAttribute_afterSendInterceptor
-
getAttribute_encryptKey
-
getEncrypKeyInfo
-
getEditorData
-
setFormAttributesRepository
-
setFormName
-
setAttribute_recipients
-
setRowView
-
setAttribute_emailTextBefore
-
setAttribute_emailTextAfter
-
setAttribute_forceTextPlain
-
setAttribute_addTechInfo
-
setAttribute_ccEmails
-
setAttribute_bccEmails
-
setAttribute_replyTo
-
setAttribute_subject
-
setAttribute_forward
-
setAttribute_forwardFail
-
setAttribute_forwardType
-
setAttribute_useFormMailDocId
-
setAttribute_formmail_sendUserInfoDocId
public void setAttribute_formmail_sendUserInfoDocId(DocDetailsDto attribute_formmail_sendUserInfoDocId) -
setAttribute_afterSendInterceptor
-
setAttribute_encryptKey
-
setEncrypKeyInfo
-
setEditorData
-