Package com.adobe.aemds.guide.common
Interface StyledFDField
-
- All Superinterfaces:
FDField
- All Known Implementing Classes:
AbstractStyledFDField
,GuideButton
,GuideCaptcha
,GuideChart
,GuideCheckBox
,GuideContainer
,GuideDatePicker
,GuideDropDownList
,GuideField
,GuideFileUpload
,GuideFragmentContainer
,GuideImage
,GuideItemsContainer
,GuideListFileAttachmentButton
,GuideNode
,GuideNumericBox
,GuideNumericStepper
,GuidePanel
,GuidePasswordBox
,GuideRadioButton
,GuideScribble
,GuideSeparator
,GuideSwitch
,GuideTable
,GuideTableRow
,GuideTermsAndConditions
,GuideTextBox
,GuideTextDraw
@ConsumerType public interface StyledFDField extends FDField
Defines theText
Sling Model for the Styled Adaptive Form & Documents component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCssClassName()
java.lang.String
getHeight()
java.lang.String
getWidth()
-
Methods inherited from interface com.adobe.aemds.guide.common.FDField
getAuthoringConfigJSON, getDescription, getGuideFieldType, getId, getName, getPath, getTitle
-
-
-
-
Method Detail
-
getWidth
@Nonnull java.lang.String getWidth()
- Returns:
- Returns the width of the component, if no width is configured it would return an empty string
-
getHeight
@Nonnull java.lang.String getHeight()
- Returns:
- Returns the height of the component, if no height is configured it would return an empty string
-
getCssClassName
@Nonnull java.lang.String getCssClassName()
- Returns:
- Returns the CSS Class name configured for the component, if no CSS Class name is configured it would return an empty string
-
-