public interface AbstractSplitPanelRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
setSplitterPosition(float position)
Called when the position has been updated by the user.
|
void |
splitterClick(MouseEventDetails mouseDetails)
Called when a click event has occurred on the splitter.
|
void setSplitterPosition(float position)
position - The new position in % if the current unit is %, in px
otherwisevoid splitterClick(MouseEventDetails mouseDetails)
mouseDetails - Details about the mouse when the event took placeCopyright © 2021 Vaadin Ltd. All rights reserved.