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.StringgetAuthoringConfigJSON()java.lang.StringgetCssClassName()java.lang.StringgetHeight()java.lang.StringgetWidth()- 
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:
 getWidthin 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:
 getHeightin 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:
 getCssClassNamein 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:
 getAuthoringConfigJSONin interfaceFDField
 
 - 
 
 -