|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
org.richfaces.event.AttributedEvent
org.richfaces.event.ScrollableGridViewEvent
org.richfaces.event.scroll.ScrollEvent
public class ScrollEvent
| Field Summary |
|---|
| Fields inherited from class org.richfaces.event.ScrollableGridViewEvent |
|---|
first, rows |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ScrollEvent(javax.faces.component.UIComponent component,
int rows,
int first)
|
|
| Method Summary | |
|---|---|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener)
|
void |
processListener(javax.faces.event.FacesListener listener)
|
| Methods inherited from class org.richfaces.event.ScrollableGridViewEvent |
|---|
getFirst, getRows, setFirst, setRows |
| Methods inherited from class org.richfaces.event.AttributedEvent |
|---|
applyAttributes, applyAttributes, getAttribute, setAttribute |
| 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 |
|---|
public ScrollEvent(javax.faces.component.UIComponent component,
int rows,
int first)
| Method Detail |
|---|
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||