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

org.got5.tapestry5.jquery.internal.TableInformation Maven / Gradle / Ivy

The newest version!
package org.got5.tapestry5.jquery.internal;

public interface TableInformation {

	public abstract String getTableCSS();
	
	public abstract String getTableSummary();
	
	public abstract String getTableCaption();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy