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

org.wicketstuff.datatables.IDataTablesColumn Maven / Gradle / Ivy

There is a newer version: 10.3.0
Show newest version
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