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

org.nasdanika.html.bootstrap.ListGroup Maven / Gradle / Ivy

There is a newer version: 2024.10.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy