public interface TreeStateCommandsListener
extends javax.faces.event.FacesListener
Modifier and Type | Method and Description |
---|---|
void |
collapseAll(UITree tree) |
void |
collapseNode(UITree tree,
org.richfaces.model.TreeRowKey rowKey) |
void |
expandAll(UITree tree) |
void |
expandNode(UITree tree,
org.richfaces.model.TreeRowKey rowKey) |
void expandNode(UITree tree, org.richfaces.model.TreeRowKey rowKey) throws java.io.IOException
java.io.IOException
void collapseNode(UITree tree, org.richfaces.model.TreeRowKey rowKey) throws java.io.IOException
java.io.IOException
void expandAll(UITree tree) throws java.io.IOException
java.io.IOException
void collapseAll(UITree tree) throws java.io.IOException
java.io.IOException
Copyright © 2015. All Rights Reserved.