com.github.gwtbootstrap.client.ui.Thumbnails Maven / Gradle / Ivy
package com.github.gwtbootstrap.client.ui;
import com.github.gwtbootstrap.client.ui.base.UnorderedList;
import com.github.gwtbootstrap.client.ui.constants.Constants;
/**
* The thumbnails widget.
*
*
*
UiBinder Usage:
*
*
* {@code
*
*
*
* Twitter Bootstrap Documentation
*/
public class Thumbnails extends UnorderedList {
/**
* Create an empty widget
*/
public Thumbnails() {
super();
setStyleName(Constants.THUMBNAILS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy