org.openfaces.component.table
Class TreeTableSelection

java.lang.Object
  extended by UICommand
      extended by org.openfaces.component.OUICommand
          extended by org.openfaces.component.table.AbstractTableSelection
              extended by org.openfaces.component.table.TreeTableSelection
All Implemented Interfaces:
ComponentConfigurator, OUIComponent
Direct Known Subclasses:
MultipleNodeSelection, SingleNodeSelection

public abstract class TreeTableSelection
extends AbstractTableSelection


Constructor Summary
TreeTableSelection()
           
 
Method Summary
abstract  java.util.List<TreePath> getSelectedNodeKeyPaths()
          This method is only for internal usage from within the OpenFaces library.
 void setParent(UIComponent parent)
           
 
Methods inherited from class org.openfaces.component.table.AbstractTableSelection
beforeEncode, beforeInvokeApplication, decode, encodeBegin, encodeOnAjaxNodeFolding, getConfiguredComponent, 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 org.openfaces.component.OUICommand
getExecute, getFamily, getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRender, getRolloverClass, getRolloverStyle, setExecute, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRender, setRolloverClass, setRolloverStyle
 
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)

getSelectedNodeKeyPaths

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



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