public class AEMForm
extends com.adobe.cq.sightly.WCMUsePojo
Modifier and Type | Field and Description |
---|---|
static int |
ADAPTIVE_FORM |
static int |
INLINE_SUBMIT |
static int |
MC_DOCUMENT |
static int |
MOBILE_FORM |
static int |
MOBILE_FORMSET |
protected org.apache.sling.api.resource.Resource |
mResource |
protected org.apache.sling.api.resource.ValueMap |
mResourceProps |
static int |
NO_FORM_SELECTED |
static int |
PAGE_REFRESH_SUBMIT |
static String |
PROP_THANK_YOU_CONFIG |
static String |
PROP_THANK_YOU_MESSAGE |
static String |
PROP_THANK_YOU_PAGE |
Constructor and Description |
---|
AEMForm() |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
String |
getAdditionalParamString() |
protected String |
getClientLibCategory(String themePath) |
String |
getCssClientlib() |
boolean |
getEnableFocusOnFirstField()
Returns the configuration to enable focus on form.
|
String |
getFormEditPagePath() |
String |
getFormPath() |
int |
getFormType() |
String |
getHeight()
The functions checks the height set in the dialog.
|
boolean |
getIsAdaptiveForm() |
boolean |
getIsFormSelected() |
boolean |
getIsMCDocument() |
boolean |
getIsMobileForm() |
boolean |
getIsMobileFormset() |
boolean |
getIsPlaceholderVisible() |
String |
getSubmitType() |
String |
getThankyouConfig() |
String |
getThankyouMessage() |
String |
getThankyouPage() |
String |
getThemeName()
Returns the client lib name for the theme
|
String |
getThemePath()
Returns the path of the theme associated with adaptive form.
|
protected String |
getThemeRef()
Returns the theme associated with adaptive form.
|
public static final int NO_FORM_SELECTED
public static final int MOBILE_FORM
public static final int ADAPTIVE_FORM
public static final int MC_DOCUMENT
public static final int MOBILE_FORMSET
public static final int INLINE_SUBMIT
public static final int PAGE_REFRESH_SUBMIT
public static final String PROP_THANK_YOU_CONFIG
public static final String PROP_THANK_YOU_PAGE
public static final String PROP_THANK_YOU_MESSAGE
protected org.apache.sling.api.resource.Resource mResource
protected org.apache.sling.api.resource.ValueMap mResourceProps
public void activate() throws Exception
activate
in class com.adobe.cq.sightly.WCMUsePojo
Exception
public String getThemeName()
public String getFormPath()
public boolean getEnableFocusOnFirstField()
protected String getThemeRef()
public String getThemePath()
public String getFormEditPagePath()
public int getFormType()
public boolean getIsAdaptiveForm()
public boolean getIsMCDocument()
public boolean getIsMobileForm()
public boolean getIsMobileFormset()
public boolean getIsFormSelected()
public String getSubmitType()
public String getThankyouMessage()
public String getThankyouPage()
public String getThankyouConfig()
public String getHeight()
public String getCssClientlib()
public String getAdditionalParamString()
public boolean getIsPlaceholderVisible()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.