org.openfaces.component.table
Class SingleRowSelection

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
                  extended by org.openfaces.component.table.SingleRowSelection
All Implemented Interfaces:
ComponentConfigurator, OUIComponent

public class SingleRowSelection
extends DataTableSelection


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
SingleRowSelection()
           
SingleRowSelection(TableDataModel model)
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.Object getRowData()
           
 int getRowIndex()
           
 java.util.List getSelectedRowKeys()
          This method is only for internal usage from within the OpenFaces library.
 boolean isMultipleSelectionAllowed()
           
 void rememberByKeys()
           
 void restoreState(FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(FacesContext context)
           
 void setRowData(java.lang.Object data)
           
 void setRowIndex(int index)
           
 
Methods inherited from class org.openfaces.component.table.DataTableSelection
setParent
 
Methods inherited from class org.openfaces.component.table.AbstractTableSelection
beforeEncode, beforeInvokeApplication, decode, encodeBegin, encodeOnAjaxNodeFolding, getConfiguredComponent, getModel, getOnchange, getStyle, getStyleClass, getTable, isEnabled, isKeyboardSupport, isMouseSupport, processUpdates, registerSelectionStyle, setEnabled, setKeyboardSupport, setModel, setMouseSupport, setOnchange, setStyle, setStyleClass, setTable
 
Methods inherited from class org.openfaces.component.OUICommand
getExecute, 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
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

SingleRowSelection

public SingleRowSelection()

SingleRowSelection

public SingleRowSelection(TableDataModel model)
Method Detail

getSelectedRowKeys

public 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.

Specified by:
getSelectedRowKeys in class DataTableSelection

saveState

public java.lang.Object saveState(FacesContext context)
Overrides:
saveState in class AbstractTableSelection

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object state)
Overrides:
restoreState in class AbstractTableSelection

setRowIndex

public void setRowIndex(int index)

setRowData

public void setRowData(java.lang.Object data)

getRowIndex

public int getRowIndex()

getRowData

public java.lang.Object getRowData()

rememberByKeys

public void rememberByKeys()
Specified by:
rememberByKeys in class AbstractTableSelection

isMultipleSelectionAllowed

public boolean isMultipleSelectionAllowed()
Specified by:
isMultipleSelectionAllowed in class AbstractTableSelection

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class OUICommand


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