DoRSwitchElement.java
581 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.DoRCheckBoxElement;
import com.adobe.xfa.Element;
public class DoRSwitchElement
extends DoRCheckBoxElement {
public DoRSwitchElement(Element xfaElement) throws Exception {
super(xfaElement);
}
@Override
protected void initNameIdentifiers() {
this.CHECKBOXTITLE_NAME = "AF_SWITCHTITLE";
this.CHECKBUTTON_NAME = "AF_SWITCH";
}
}