Package test.comp.html

Source Code of test.comp.html.TestHTMLAnchorLabel

/*
* TestSelectComboBoxListener.java
*
* Created on 26 de octubre de 2006, 16:59
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/

package test.comp.html;

import org.itsnat.comp.button.normal.ItsNatHTMLAnchorLabel;
import org.itsnat.core.html.ItsNatHTMLDocument;

/**
*
* @author jmarranz
*/
public class TestHTMLAnchorLabel extends TestHTMLAnchorBase
{
    /**
     * Creates a new instance of TestSelectComboBoxListener
     */
    public TestHTMLAnchorLabel(ItsNatHTMLDocument itsNatDoc)
    {
        super(itsNatDoc);

        init("anchorLabelId");

        ItsNatHTMLAnchorLabel button = (ItsNatHTMLAnchorLabel)this.button;
        button.setLabelValue("Link as Normal Button With Label");
    }

}
TOP

Related Classes of test.comp.html.TestHTMLAnchorLabel

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.