| Package | Description |
|---|---|
| com.vaadin.client.widget.escalator | |
| com.vaadin.client.widgets |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler> |
RowVisibilityChangeEvent.TYPE
The type of this event.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler> |
RowVisibilityChangeEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RowVisibilityChangeEvent.dispatch(RowVisibilityChangeHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
Grid.addRowVisibilityChangeHandler(RowVisibilityChangeHandler handler)
Adds an event handler that gets notified when the range of visible rows
changes e.g.
|
com.google.gwt.event.shared.HandlerRegistration |
Escalator.addRowVisibilityChangeHandler(RowVisibilityChangeHandler rowVisibilityChangeHandler)
Adds an event handler that gets notified when the range of visible rows
changes e.g.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.