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

com.github.gwtbootstrap.client.ui.Lead Maven / Gradle / Ivy

There is a newer version: 2.3.2.0
Show newest version
package com.github.gwtbootstrap.client.ui;

import com.github.gwtbootstrap.client.ui.constants.Constants;

/**
 * Lead
 * 
 * @since 2.2.1.0
 * @author ohashi keisuke
 *
 */
public class Lead extends Paragraph {

    public Lead() {
        this("");
    }

    public Lead(String html) {
        super();
        addStyleName(Constants.LEAD);
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy