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

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

package com.adobe.aemds.guide.common;

import org.apache.sling.api.resource.Resource;

/**
 * Class representing the table row component
 *
 * @since        AEM 6.1
 */
public class GuideTableRow extends GuidePanel {

    /***
     * Returns the first table ancestor of the table row
     * @return resource representing the table
     */
    public Resource getTable(){
        return getResource().getParent().getParent();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy