RichFaces Showcase 4.3.0.CR2

org.richfaces.demo.tables
Class ExtTableSelectionBean

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

public class ExtTableSelectionBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExtTableSelectionBean()
           
 
Method Summary
 List<InventoryItem> getInventoryItems()
           
 Collection<Object> getSelection()
           
 InventoryItem getSelectionItem()
           
 List<InventoryItem> getSelectionItems()
           
 String getSelectionMode()
           
 void selectionListener(javax.faces.event.AjaxBehaviorEvent event)
           
 void setInventoryItems(List<InventoryItem> inventoryItems)
           
 void setSelection(Collection<Object> selection)
           
 void setSelectionItems(List<InventoryItem> selectionItems)
           
 void setSelectionMode(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 Collection<Object> getSelection()

setSelection

public void setSelection(Collection<Object> selection)

getInventoryItems

public List<InventoryItem> getInventoryItems()

setInventoryItems

public void setInventoryItems(List<InventoryItem> inventoryItems)

getSelectionItem

public InventoryItem getSelectionItem()

getSelectionItems

public List<InventoryItem> getSelectionItems()

setSelectionItems

public void setSelectionItems(List<InventoryItem> selectionItems)

getSelectionMode

public String getSelectionMode()

setSelectionMode

public void setSelectionMode(String selectionMode)

RichFaces Showcase 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.