org.onetwo.easyui.EasyChildrenTreeModel Maven / Gradle / Ivy
package org.onetwo.easyui;
import org.onetwo.common.tree.AbstractTreeModel;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@SuppressWarnings("serial")
@JsonIgnoreProperties({"parent", "level", "index", "name", "leafage", "first", "last"})
public class EasyChildrenTreeModel extends AbstractTreeModel{
private String state;
private Boolean checked;
public EasyChildrenTreeModel(){
}
public EasyChildrenTreeModel(Object id, String name, Object parentId, Comparable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy