Package com.adobe.aemds.guide.common
Class AbstractStyledFDField
- java.lang.Object
-
- com.adobe.aemds.guide.common.AbstractFDField
-
- com.adobe.aemds.guide.common.AbstractStyledFDField
-
- All Implemented Interfaces:
FDField
,StyledFDField
@ConsumerType public abstract class AbstractStyledFDField extends AbstractFDField implements StyledFDField
Abstract implementation of a forms and document field component
-
-
Constructor Summary
Constructors Constructor Description AbstractStyledFDField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthoringConfigJSON()
java.lang.String
getCssClassName()
java.lang.String
getHeight()
java.lang.String
getWidth()
-
Methods inherited from class com.adobe.aemds.guide.common.AbstractFDField
getDescription, getGuideFieldType, getId, getName, getPath, getTitle
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adobe.aemds.guide.common.FDField
getDescription, getGuideFieldType, getId, getName, getPath, getTitle
-
-
-
-
Method Detail
-
getWidth
@Nonnull public java.lang.String getWidth()
- Specified by:
getWidth
in interfaceStyledFDField
- Returns:
- Returns the width of the component, if no width is configured it would return an empty string
-
getHeight
@Nonnull public java.lang.String getHeight()
- Specified by:
getHeight
in interfaceStyledFDField
- Returns:
- Returns the height of the component, if no height is configured it would return an empty string
-
getCssClassName
@Nonnull public java.lang.String getCssClassName()
- Specified by:
getCssClassName
in interfaceStyledFDField
- Returns:
- Returns the CSS Class name configured for the component, if no CSS Class name is configured it would return an empty string
-
getAuthoringConfigJSON
public java.lang.String getAuthoringConfigJSON()
- Specified by:
getAuthoringConfigJSON
in interfaceFDField
-
-