com.vaadin.ui
Interface AbstractSplitPanel.SplitPositionChangeListener
- All Superinterfaces:
- ConnectorEventListener, java.util.EventListener, java.io.Serializable
- Enclosing class:
- AbstractSplitPanel
public static interface AbstractSplitPanel.SplitPositionChangeListener
- extends ConnectorEventListener
Interface for listening for AbstractSplitPanel.SplitPositionChangeEvents fired by a
SplitPanel.
- Since:
- 7.5.0
|
Field Summary |
static java.lang.reflect.Method |
moveMethod
|
moveMethod
static final java.lang.reflect.Method moveMethod
onSplitPositionChanged
void onSplitPositionChanged(AbstractSplitPanel.SplitPositionChangeEvent event)
- SplitPanel splitter position has been changed.
- Parameters:
event - SplitPositionChangeEvent event.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.