org.openfaces.component.table
Class DataTableSelection

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.DataTableSelection
All Implemented Interfaces:
ComponentConfigurator, OUIComponent
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 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
 

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 OpenFaces library. It shouldn't be used explicitly by any application code.



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