Search in sources :

Example 6 with TreeTableModelAdapter

use of com.haulmont.cuba.desktop.gui.data.TreeTableModelAdapter in project cuba by cuba-platform.

the class DesktopTreeTable method collapseAll.

@Override
public void collapseAll() {
    if (tableModel == null)
        return;
    impl.collapsePath(new TreePath(((TreeTableModelAdapter) tableModel).getRoot()));
    readjustColumns();
}
Also used : TreePath(javax.swing.tree.TreePath) TreeTableModelAdapter(com.haulmont.cuba.desktop.gui.data.TreeTableModelAdapter)

Aggregations

TreeTableModelAdapter (com.haulmont.cuba.desktop.gui.data.TreeTableModelAdapter)6 TreePath (javax.swing.tree.TreePath)3 Entity (com.haulmont.cuba.core.entity.Entity)2