org.apache.myfaces.examples.selectOneRow
Class SelectOneRowList

java.lang.Object
  extended by org.apache.myfaces.examples.selectOneRow.SelectOneRowList

public class SelectOneRowList
extends Object

DOCUMENT ME!

Version:
Author:
Ernst Fastl

Constructor Summary
SelectOneRowList()
           
 
Method Summary
 List getList()
           
 Long getSelectedRowIndex()
           
 String getSelectionMessage()
           
 void processRowSelection(javax.faces.event.ValueChangeEvent event)
           
 void scrollerAction(javax.faces.event.ActionEvent event)
           
 void setSelectedRowIndex(Long selectedRowIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectOneRowList

public SelectOneRowList()
Method Detail

getSelectedRowIndex

public Long getSelectedRowIndex()

setSelectedRowIndex

public void setSelectedRowIndex(Long selectedRowIndex)

getSelectionMessage

public String getSelectionMessage()

getList

public List getList()

scrollerAction

public void scrollerAction(javax.faces.event.ActionEvent event)

processRowSelection

public void processRowSelection(javax.faces.event.ValueChangeEvent event)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.