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
appHideFields, cacheMinutes, device, showForLoggedUser, wrapperAriaLabel, wrapperClass, wrapperId, wrapperTitle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagestatic List<LabelValue>getFiledTypeVisibility(jakarta.servlet.http.HttpServletRequest request) voidinitAppEditor(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request) Initialization method for app editor in webpagevoidsetEditorData(String editorData) voidsetFormName(String formName) voidsetFormSettings(FormSettingsEntity formSettings) voidsetFormSettingsRepository(FormSettingsRepository formSettingsRepository) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, buildWrapperDiv, getAppHideFields, getBaseAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, getWrapperAriaLabel, getWrapperClass, getWrapperId, getWrapperTitle, init, init, setAppHideFields, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder, setWrapperAriaLabel, setWrapperClass, setWrapperId, setWrapperTitle
-
Field Details
-
ATTRIBUTE_PREFIX
- See Also:
-
-
Constructor Details
-
FormSimpleApp
public FormSimpleApp()
-
-
Method Details
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, jakarta.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, jakarta.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractInitialization method for app editor in webpage- Specified by:
initAppEditorin interfaceWebjetComponentInterface- Overrides:
initAppEditorin classWebjetComponentAbstract
-
getFiledTypeVisibility
-
getFieldTypes
-
getFormSettingsRepository
-
getFormName
-
getFormSettings
-
getEditorData
-
setFormSettingsRepository
-
setFormName
-
setFormSettings
-
setEditorData
-