org.wicketstuff.datatables.IDataTablesColumn Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-datatables Show documentation
Show all versions of wicketstuff-datatables Show documentation
DataTables jQuery integration for Wicket
package org.wicketstuff.datatables;
import org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn;
/**
*
*/
public interface IDataTablesColumn extends IColumn {
int getColspan();
int getRowspan();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy