Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

org.richfaces.demo.tables
Class ExtTableSelectionBean

java.lang.Object
  extended by org.richfaces.demo.tables.ExtTableSelectionBean
All Implemented Interfaces:
java.io.Serializable

public class ExtTableSelectionBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExtTableSelectionBean()
           
 
Method Summary
 java.util.List<InventoryItem> getInventoryItems()
           
 java.util.Collection<java.lang.Object> getSelection()
           
 java.util.List<InventoryItem> getSelectionItems()
           
 java.lang.String getSelectionMode()
           
 void selectionListener(javax.faces.event.AjaxBehaviorEvent event)
           
 void setInventoryItems(java.util.List<InventoryItem> inventoryItems)
           
 void setSelection(java.util.Collection<java.lang.Object> selection)
           
 void setSelectionItems(java.util.List<InventoryItem> selectionItems)
           
 void setSelectionMode(java.lang.String selectionMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtTableSelectionBean

public ExtTableSelectionBean()
Method Detail

selectionListener

public void selectionListener(javax.faces.event.AjaxBehaviorEvent event)

getSelection

public java.util.Collection<java.lang.Object> getSelection()

setSelection

public void setSelection(java.util.Collection<java.lang.Object> selection)

getInventoryItems

public java.util.List<InventoryItem> getInventoryItems()

setInventoryItems

public void setInventoryItems(java.util.List<InventoryItem> inventoryItems)

getSelectionItems

public java.util.List<InventoryItem> getSelectionItems()

setSelectionItems

public void setSelectionItems(java.util.List<InventoryItem> selectionItems)

getSelectionMode

public java.lang.String getSelectionMode()

setSelectionMode

public void setSelectionMode(java.lang.String selectionMode)

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.