GuideTableRow.java
404 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.adobe.aemds.guide.common;
import com.adobe.aemds.guide.common.GuidePanel;
import org.apache.sling.api.resource.Resource;
public class GuideTableRow
extends GuidePanel {
public Resource getTable() {
return this.resource.getParent().getParent();
}
}