DoRButtonElement.java
577 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.xfa.Element
*/
package com.adobe.aemds.guide.addon.dor.elements;
import com.adobe.aemds.guide.addon.dor.elements.DoRElement;
import com.adobe.xfa.Element;
import java.util.Properties;
public class DoRButtonElement
extends DoRElement {
public DoRButtonElement(Element xfaElement) throws Exception {
super(xfaElement);
}
@Override
public void applyProperties(Properties properties) throws Exception {
super.applyProperties(properties, true);
}
}