org.richfaces.demo.tables
Class ExtTableSelectionBean
java.lang.Object
org.richfaces.demo.tables.ExtTableSelectionBean
- All Implemented Interfaces:
- Serializable
public class ExtTableSelectionBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtTableSelectionBean
public ExtTableSelectionBean()
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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.