public class RowVisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<RowVisibilityChangeHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler> |
TYPE
The type of this event.
|
| Constructor and Description |
|---|
RowVisibilityChangeEvent(int firstVisibleRow,
int visibleRowCount)
Creates a new row visibility change event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RowVisibilityChangeHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler> |
getAssociatedType() |
int |
getFirstVisibleRow()
Gets the index of the first row that is at least partially visible.
|
int |
getVisibleRowCount()
Gets the number of at least partially visible rows.
|
Range |
getVisibleRowRange()
Gets the range of visible rows.
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler> TYPE
public RowVisibilityChangeEvent(int firstVisibleRow,
int visibleRowCount)
firstVisibleRow - the index of the first visible rowvisibleRowCount - the number of visible rowspublic int getFirstVisibleRow()
public int getVisibleRowCount()
public Range getVisibleRowRange()
public com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowVisibilityChangeHandler>protected void dispatch(RowVisibilityChangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowVisibilityChangeHandler>Copyright © 2021 Vaadin Ltd. All rights reserved.