
org.nasdanika.html.bootstrap.ListGroup Maven / Gradle / Ivy
package org.nasdanika.html.bootstrap;
import org.nasdanika.html.Tag;
/**
* Interface for building List groups with UL and LI.
* @author Pavel Vlasov
*
*/
public interface ListGroup extends BootstrapElement {
Tag item(boolean active, boolean disabled, Color color, Object... content);
boolean isEmpty();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy