![JAR search and dependency download from the Maven repository](/logo.png)
org.openl.rules.ui.tablewizard.DataTableTreeNode Maven / Gradle / Ivy
package org.openl.rules.ui.tablewizard;
import java.util.Iterator;
import java.util.LinkedHashMap;
import org.richfaces.model.TreeNode;
import org.openl.rules.table.xls.builder.DataTableField;
/**
* A tree node, containing description of Data Table's field columns
*
* @author NSamatov
*/
public class DataTableTreeNode implements TreeNode {
private static final String SIMPLE = "simple";
private static final String COMPLEX = "complex";
private final DataTableField value;
private final LinkedHashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy