ICEfaces ICE Components 3.3.0
Java API Documentation

com.icesoft.faces.component.ext
Class RowSelectorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by com.icesoft.faces.component.ext.RowSelectorEvent
All Implemented Interfaces:
java.io.Serializable

public class RowSelectorEvent
extends javax.faces.event.FacesEvent

Created by IntelliJ IDEA. User: rmayhew Date: Sep 5, 2006 Time: 2:29:29 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RowSelectorEvent(javax.faces.component.UIComponent uiComponent, int row, boolean selected)
           
 
Method Summary
 int getRow()
           
 java.util.List getSelectedRows()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
           
 boolean isSelected()
           
 void processListener(javax.faces.event.FacesListener facesListener)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowSelectorEvent

public RowSelectorEvent(javax.faces.component.UIComponent uiComponent,
                        int row,
                        boolean selected)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener facesListener)
Specified by:
processListener in class javax.faces.event.FacesEvent

getRow

public int getRow()

isSelected

public boolean isSelected()

getSelectedRows

public java.util.List getSelectedRows()

ICEfaces ICE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.