
org.devocative.wickomp.grid.ITreeGridAsyncDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wickomp Show documentation
Show all versions of wickomp Show documentation
Web components for Apache Wicket
package org.devocative.wickomp.grid;
import java.io.Serializable;
import java.util.List;
public interface ITreeGridAsyncDataSource extends IGridAsyncDataSource {
void asyncListByParent(Serializable parentId, List sortFields);
boolean hasChildren(T bean);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy