All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.aemds.guide.common.GuideSeparator Maven / Gradle / Ivy

package com.adobe.aemds.guide.common;



import com.adobe.aemds.guide.utils.GuideConstants;

/**
 * Class representing the separator component
 *
 * @since        AEM 6.1
 */
public class GuideSeparator extends GuideField{

    public String getThickness() {
        return resourceProps.get(GuideConstants.GUIDE_SEPARATOR_THICKNESS, "1");
    }

    public String getGuideFieldType() {
        return GuideConstants.GUIDE_SEPARATOR;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy