Package com.adobe.aemds.guide.common
Class GuideChart
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.adobe.aemds.guide.common.GuideNode
-
- com.adobe.aemds.guide.common.GuideField
-
- com.adobe.aemds.guide.common.GuideChart
-
- All Implemented Interfaces:
FDField,StyledFDField,java.io.Serializable,Use
public class GuideChart extends GuideField
GuideChart encapsulates basic properties of the adaptive forms Chart Component.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuideChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthoringAltText()Returns the alternate text for a place holder icon for chart in authoringjava.util.Map<java.lang.String,java.lang.Object>getAuthoringConfig()Gives the authoring configuration of the guide field componentjava.lang.StringgetChartType()java.lang.StringgetGuideFieldType()Returns the field type of the Adaptive Forms Component-
Methods inherited from class com.adobe.aemds.guide.common.GuideField
getAutocomplete, getAutofillFieldKeyword, getCaptionInlineStyles, getDescriptionVisibility, getErrorSimulatorString, getFieldLayout, getFieldLayoutName, getHelpIndicatorContent, getHideTitle, getIsOldFieldLayout, getIsReadOnly, getIsRequired, getLabelForId, getLongDescription, getPlaceholderText, getShortDescription, getShortDescriptionInlineStyles, getValue, getWidgetInlineStyles, isMandatory, setHelpIndicatorContent
-
Methods inherited from class com.adobe.aemds.guide.common.GuideNode
activate, checkIfPathIsAbsolute, externalize, getAddMessage, getAppearance, getAuthoringConfigJSON, getBindRef, getClientLibRef, getColspan, getCssClassName, getDescription, getEnabled, getEnabledExp, getError, getFieldInlineStyles, getHeight, getI18n, getId, getInlineCssClass, getInlineStyles, getIsEditMode, getIsRepeatable, getItems, getLayoutPath, getLayoutTabType, getLongDescriptionInlineStyles, getName, getNavTitle, getNodeClass, getNonNavigableProperty, getPath, getQuestionMarkInlineStyles, getRemoveMessage, getResourceSuperType, getResourceType, getResponsiveClasses, getSlingRequest, getStyles, getTargetVersion, getTitle, getToolbarPosition, getVersion, getVisible, getVisibleExp, getWidth, getXssapi, getXssDescription, isDocumentFragmentGroup, isLayoutNavigable, isMenuRequired, isValid, isValidDorTemplateRef, setClientLibRef, setResource, setSlingRequest, syncNode, validate
-
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
-
-
-
-
Method Detail
-
getAuthoringAltText
public java.lang.String getAuthoringAltText()
Returns the alternate text for a place holder icon for chart in authoring- Returns:
- String
-
getGuideFieldType
public java.lang.String getGuideFieldType()
Returns the field type of the Adaptive Forms Component- Specified by:
getGuideFieldTypein interfaceFDField- Overrides:
getGuideFieldTypein classGuideNode- Returns:
- String representing guide field type
-
getChartType
public java.lang.String getChartType()
-
getAuthoringConfig
public java.util.Map<java.lang.String,java.lang.Object> getAuthoringConfig()
Description copied from class:GuideFieldGives the authoring configuration of the guide field component- Overrides:
getAuthoringConfigin classGuideField- Returns:
- authoring config of guide field component
-
-