Package test.comp.free

Source Code of test.comp.free.TestFreeCheckBoxLabel

/*
* TestFreeCheckBoxDefault.java
*
* Created on 28 de septiembre de 2007, 22:02
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/

package test.comp.free;

import org.itsnat.comp.button.toggle.ItsNatFreeCheckBoxLabel;
import org.itsnat.core.html.ItsNatHTMLDocument;
import test.comp.*;

/**
*
* @author jmarranz
*/
public class TestFreeCheckBoxLabel extends TestFreeCheckBox
{

    /** Creates a new instance of TestFreeCheckBoxDefault */
    public TestFreeCheckBoxLabel(ItsNatHTMLDocument itsNatDoc)
    {
        super(itsNatDoc);

        init("freeCheckBoxLabelId");

        ItsNatFreeCheckBoxLabel button = (ItsNatFreeCheckBoxLabel)this.button;
        button.setLabelValue("Free Elem as Check Box With Label");
    }

}
TOP

Related Classes of test.comp.free.TestFreeCheckBoxLabel

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.