|
||||||||||
| 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
public abstract class ScrollableGridViewEvent
| 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 |
|---|
protected int rows
protected int first
| Constructor Detail |
|---|
public ScrollableGridViewEvent(javax.faces.component.UIComponent component,
int rows,
int first)
| Method Detail |
|---|
public int getFirst()
public int getRows()
public void setFirst(int first)
public void setRows(int rows)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||