We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Interface AbstractSplitPanel.SplitPositionChangeListener
-
All Superinterfaces:
Enclosing class:
public static interface AbstractSplitPanel.SplitPositionChangeListener extends ConnectorEventListener
Interface for listening for
AbstractSplitPanel.SplitPositionChangeEvent
s fired by a SplitPanel.Since:
7.5.0
-
-
Field Summary
Fields Modifier and Type Field Description static Method
moveMethod
-
Method Summary
All Methods Modifier and Type Method Description void
onSplitPositionChanged​(AbstractSplitPanel.SplitPositionChangeEvent event)
SplitPanel splitter position has been changed.
-
-
-
Field Detail
-
moveMethod
static final Method moveMethod
-
-
Method Detail
-
onSplitPositionChanged
void onSplitPositionChanged​(AbstractSplitPanel.SplitPositionChangeEvent event)
SplitPanel splitter position has been changed.
Parameters:
event
- SplitPositionChangeEvent event.
-
-