teamdev.jsf.component.treetable
Class TreeTableSelection

java.lang.Object
  extended by UICommand
      extended by teamdev.jsf.component.datatable.AbstractTableSelection
          extended by teamdev.jsf.component.treetable.TreeTableSelection
Direct Known Subclasses:
MultipleNodeSelection, SingleNodeSelection

public abstract class TreeTableSelection
extends AbstractTableSelection


Constructor Summary
TreeTableSelection()
           
 
Method Summary
 void encodeOnAjaxNodeFolding(FacesContext context)
           
abstract  java.util.List getSelectedNodeKeyPaths()
          This method is only for internal usage from within the QuipuKit library.
 void setParent(UIComponent parent)
           
 
Methods inherited from class teamdev.jsf.component.datatable.AbstractTableSelection
beforeEncode, beforeInvokeApplication, decode, encodeBegin, getModel, getOnchange, getStyle, getStyleClass, getTable, isEnabled, isKeyboardSupport, isMouseSupport, isMultipleSelectionAllowed, processUpdates, registerSelectionStyle, rememberByKeys, restoreState, saveState, setEnabled, setKeyboardSupport, setModel, setMouseSupport, setOnchange, setStyle, setStyleClass, setTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTableSelection

public TreeTableSelection()
Method Detail

setParent

public void setParent(UIComponent parent)

encodeOnAjaxNodeFolding

public void encodeOnAjaxNodeFolding(FacesContext context)
                             throws java.io.IOException
Throws:
java.io.IOException

getSelectedNodeKeyPaths

public abstract java.util.List getSelectedNodeKeyPaths()
This method is only for internal usage from within the QuipuKit library. It shouldn't be used explicitly by any application code.



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.