org.apache.myfaces.examples.selectOneRow
Class SelectOneRowList

java.lang.Object
  extended byorg.apache.myfaces.examples.selectOneRow.SelectOneRowList

public class SelectOneRowList
extends java.lang.Object

DOCUMENT ME!

Version:
Author:
Ernst Fastl

Constructor Summary
SelectOneRowList()
           
 
Method Summary
 java.util.List getList()
           
 java.lang.Long getSelectedRowIndex()
           
 java.lang.String getSelectionMessage()
           
 void processRowSelection(javax.faces.event.ValueChangeEvent event)
           
 void scrollerAction(javax.faces.event.ActionEvent event)
           
 void setSelectedRowIndex(java.lang.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 java.lang.Long getSelectedRowIndex()

setSelectedRowIndex

public void setSelectedRowIndex(java.lang.Long selectedRowIndex)

getSelectionMessage

public java.lang.String getSelectionMessage()

getList

public java.util.List getList()

scrollerAction

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

processRowSelection

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.