
org.devocative.wickomp.grid.ITreeGridAsyncDataSource Maven / Gradle / Ivy
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