teamdev.jsf.component.datatable
Class DataTableSelection

java.lang.Object
  extended by UICommand
      extended by teamdev.jsf.component.datatable.AbstractTableSelection
          extended by teamdev.jsf.component.datatable.DataTableSelection
Direct Known Subclasses:
MultipleRowSelection, SingleRowSelection

public abstract class DataTableSelection
extends AbstractTableSelection


Method Summary
abstract  java.util.List getSelectedRowKeys()
          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
 

Method Detail

setParent

public void setParent(UIComponent parent)

getSelectedRowKeys

public abstract java.util.List getSelectedRowKeys()
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.