org.richfaces.component.state.events
Interface TreeStateCommandsListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener
All Known Implementing Classes:
TreeState

public interface TreeStateCommandsListener
extends javax.faces.event.FacesListener

Author:
Nick - mailto:nbelaevski@exadel.com created 01.12.2006

Method Summary
 void collapseAll()
           
 void collapseNode(TreeRowKey rowKey)
           
 void expandAll()
           
 void expandNode(TreeRowKey rowKey)
           
 

Method Detail

expandNode

void expandNode(TreeRowKey rowKey)
                throws java.io.IOException
Throws:
java.io.IOException

collapseNode

void collapseNode(TreeRowKey rowKey)
                  throws java.io.IOException
Throws:
java.io.IOException

expandAll

void expandAll()
               throws java.io.IOException
Throws:
java.io.IOException

collapseAll

void collapseAll()
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.