public interface EscalatorSizeChangeHandler
extends com.google.gwt.event.shared.EventHandler
Event handler that gets notified when the size of the Escalator changes.
| Modifier and Type | Interface and Description |
|---|---|
static class |
EscalatorSizeChangeHandler.EscalatorSizeChangeEvent
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
onEscalatorSizeChange(EscalatorSizeChangeHandler.EscalatorSizeChangeEvent event)
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
void onEscalatorSizeChange(EscalatorSizeChangeHandler.EscalatorSizeChangeEvent event)
Called when the size of the Escalator changes.
event - the row visibility change event describing the changeCopyright © 2021 Vaadin Ltd. All rights reserved.