All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.swf.views.controls.page.HLink Maven / Gradle / Ivy

There is a newer version: 2.14
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.venky.swf.views.controls.page;

/**
 *
 * @author venky
 */
public class HLink extends Link  {

	public HLink(){
        this(null);
    }
    public HLink(String url){
        this("link",url);
    }
    protected HLink(String tag, String url){
        super(tag,url);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy