org.richfaces.event
Class ScrollableGridViewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.richfaces.event.AttributedEvent
              extended by org.richfaces.event.ScrollableGridViewEvent
All Implemented Interfaces:
java.io.Serializable, AttributeHolder
Direct Known Subclasses:
ScrollEvent, SortEvent

public abstract class ScrollableGridViewEvent
extends AttributedEvent

Author:
Maksim Kaszynski
See Also:
Serialized Form

Field Summary
protected  int first
          start position of update
protected  int rows
          number of rows to update
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ScrollableGridViewEvent(javax.faces.component.UIComponent component, int rows, int first)
           
 
Method Summary
 int getFirst()
           
 int getRows()
           
 void setFirst(int first)
           
 void setRows(int rows)
           
 
Methods inherited from class org.richfaces.event.AttributedEvent
applyAttributes, applyAttributes, getAttribute, setAttribute
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, isAppropriateListener, processListener, 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
 

Field Detail

rows

protected int rows
number of rows to update


first

protected int first
start position of update

Constructor Detail

ScrollableGridViewEvent

public ScrollableGridViewEvent(javax.faces.component.UIComponent component,
                               int rows,
                               int first)
Method Detail

getFirst

public int getFirst()

getRows

public int getRows()

setFirst

public void setFirst(int first)

setRows

public void setRows(int rows)


Copyright © 2010. All Rights Reserved.